Skip to content

Functioning neural network programmed from scratch + animation of it learning to predict the curve of a cosine function

Notifications You must be signed in to change notification settings

Brunoatf/Python-Neural-Network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python-Neural-Network-from-scratch

The goal of this project is to implement a functioning neural network in Python without using Deep Learning libraries, and then test how accurately it can predict the curve of a cosine function. The code contains the classes for building neurons, layers and networks, and, also, the instructions to create a simple animation of the network learning the curve mentioned above. Please note that the all the variables and comments in the .py file are written in portuguese, which is my native language.

Animation:

GIF

About

Functioning neural network programmed from scratch + animation of it learning to predict the curve of a cosine function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages