Skip to content

Suparnpree/Neural-Network-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

I created my own neural Network from scratch without using any framework like PyTorch or TensorFlow. I just used Numpy and Mathematics Equations to build this neural network. I created this neural network to predict daily
revenue of a coffee shop. I used 3 features in my input layer. 32 neurons in the hidden layer and 1 neuron in the output layer. This is an example of linear regression. I used the Mean square error function.

You can see the Explanations and Live code Running on my YouTube Video: https://www.youtube.com/watch?v=-u_q100IqbI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published