From the course: Training Neural Networks in Python
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Design your own SDR neural network - Python Tutorial
From the course: Training Neural Networks in Python
Challenge: Design your own SDR neural network
(upbeat music) - [Instructor] All right. Here's a system-level challenge for you. Design your own segment display recognition neural network. We'll give some thought to the design first, so please don't write any code just yet. Instead, try to answer this question. How would you recognize numbers from zero to nine? Think about the dimensions of your multilayer Perceptron. We already know that we want seven inputs because we'll receive seven brightness levels, one for each segment, but try to answer these questions. How many inputs and outputs would you use? How many hidden layers, and how many neurons per hidden layer, would you use? And also, try to think how you want the data to be presented at the output of your neural network. Your solution should be a diagram like this one, showing the inputs, the neurons, their connections, and the outputs. Don't worry about showing the bias inputs for all neurons. They will be…
Contents
-
-
-
-
-
-
-
Segment display recognition3m 11s
-
(Locked)
Challenge: Design your own SDR neural network1m 21s
-
(Locked)
Solution: Design your own SDR neural network5m 17s
-
(Locked)
Challenge: Train your own SDR neural network3m 34s
-
(Locked)
Solution: Train your own SDR neural network4m
-
(Locked)
7 to 1 network GUI demo6m 19s
-
(Locked)
7 to 10 network GUI demo2m 46s
-
(Locked)
7 to 7 network GUI demo4m 18s
-
-