Machine Learning with C++ [Video]
This course has been retired. Check out the alternatives below
- $12.99 Video + Subscription Buy
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
The Purposes of Machine Learning
- The Course Overview
- Why Do We Use ML?
- Variety of Data Types
- Variety of ML Algorithms
- Simple Classification Task
- Why Choose C++?
-
Modeling a Problem with Linear Regression
- A Brief Overview of Linear Regression
- Implementing Linear Regression
- Implementing the trainAlgorithm Member Function
- Implementing the Regress Function
- Implementing Linear Regression Using a while Loop
- Adjusting the Step Size
- Discussion
-
Cluster Analysis with K-Means
- What Is Clustering?
- Implementing the K-Means Algorithm
- Implementing the clusterData Function
- Implementing computeMeans Function
- Implementing the assignLabels Function
- Implementing the printClusters Function
- Choosing K
- Discussion