Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 1.7 KB

README.md

File metadata and controls

20 lines (9 loc) · 1.7 KB

Training Neural Networks in C++

This is the repository for the LinkedIn Learning course Training Neural Networks in C++. The full course is available from LinkedIn Learning.

Training Neural Networks in C++

Learn about the purpose, structure, and training process of neural networks to improve your machine learning skills. In this project-based course, instructor Eduardo Corpeño teaches you how to create an intelligent system with a neural network from scratch in C++, as well as how to choose the right neural network architecture and training method for each problem. Eduardo starts by explaining the difference between a neural network and other programming tools. He goes over why this course uses C++ and how to add different types of neural networks to your toolbox. The inspiration for artificial neural networks is the brain, and Eduardo relates parts of a biological neuron to C++ elements, then shows how to use activation functions and perceptrons in building neuron models. Eduardo covers the steps you will need to build and train your network. He explains segment display recognition, then guides you through designing and training your own SDR neural network.

Instructor

Eduardo Corpeño

Check out my other courses on LinkedIn Learning.