Create Layer Class
We’re going to see in this lesson: What is a layer How to create a Layer class How to train the layer…
Add functions, feedforward and backpropagation
In this lesson we’re going to simplify the neuron by using functions in our code but first we’ll quickly review the neuron…
Add multiple Images , neural network
In this lesson we’re going to see how to add multiple images to train the neuron with. In addition to the vertical…
Train the Neuron Neural network
In the previous lesson the Neuron that we created wasn’t able to identify correctly the vertical image, so our goal right now…
How to create a Neuron from scratch with python
We’re going to introduce in this chapter what is a Neuron.The purpose of a neuron is that of taking an input and…
Create an automatic image classifier
You will learn: How to Improve the classifier to find the filter automatically Increase the difficulty of the detection by adding new…
Create a simple Image Classifier
You will learn: How to prepare the image to be classified How to create an image classifier Classify the image using the…