From the course: Training Neural Networks in C++ (2021)

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Challenge: Train your own SDR neural network

Challenge: Train your own SDR neural network - C++ Tutorial

From the course: Training Neural Networks in C++ (2021)

Start my 1-month free trial

Challenge: Train your own SDR neural network

(upbeat music) - [Instructor] We have come to our final challenge. It's time to train this segment display recognition neural network you designed. So here's what you have to do in this challenge. Create the neural network you just designed. Train it, either using the provided data sets or your own. Now my data set is the very minimum. We'll simply train the network with the 10 ideal patterns. So you may add your own patterns if you want. Train the network for a large number of epochs, something between 1,000 and 3,000 epochs will do the trick. Just like the XR training challenge, we will not use the validation or test faces. Finally, test the neural network with your own samples. Do this in the text terminal to keep it quick and simple. Now, the demo programs I will show you in the next video implement all three models with sliders, buttons and other GUI controls. And you'll have the chance to use your neural network in…

Contents