Supervised Learning with k-Nearest Neighbors
Most machine-learning models fall into one of two categories. Supervised-learning models make predictions. For example, they predict whether a credit-card transaction is fraudulent or a flight will arrive on time. […]
Unsupervised Learning with k-Means Clustering
Machine-learning models fall into two broad categories: supervised-learning models and unsupervised-learning models. The purpose of supervised learning is to make predictions. The purpose of unsupervised learning is to glean insights […]
Unsupervised Learning with k-Means Clustering – Part II
Machine-learning models fall into two broad categories: supervised-learning models and unsupervised-learning models. The purpose of supervised learning is to make predictions. The purpose of unsupervised learning is to glean insights […]
Machine Learning and AI for Software Developers
Machine learning (ML) and artificial intelligence (AI) are transforming the way software is written and, more importantly, what software is capable of. Developers are accustomed to writing code that solves […]
WintellectNOW & Skillsoft Partnership
Six years ago, we launched WintellectNOW with a just a handful of videos authored by me, Jeffrey Richter, and John Robbins. The goal was to make the same hard-core developer […]
Taming the SplitView Control in Windows 10
Of all the new controls featured in Windows 10, SplitView is perhaps the most emblematic. SplitView makes it easy to implement “hamburger menu” interfaces like the ones featured in Windows […]
From Zero to Hero in Xamarin Forms in 53 Minutes
Looking for a fast way to get up to speed on Xamarin Forms? There are tons of learning resources out there, including a series of articles I published this spring, […]
Handling the Back Button in Windows 10 UWP Apps
The cool thing about Universal Windows Platform (UWP) apps is that they run on an assortment of devices, from PCs, tablets, and phones to (soon) Xboxes and HoloLens, among others. […]
Spicing Up Universal Windows Apps with Per-Platform Views and Compiled Data Bindings
Adaptability is one of the hallmarks of the Universal Windows Platform (UWP). Apps that run on devices large and small must be able to adapt their UIs to the screen […]