Skip to content

thanggnguyenn/Neural-Network-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Network-from-Scratch

This is a remake version of this repository: Neural Network from Scratch and Neural Network from Scratch in Different Programming Languages.

In this repository, I chose two programming languages: Python and Julia as I like these two!

Python

forward_propagation.py

In this file, I used a simple spiral dataset:

image

Then I used a simple network to learn from the data. This network has the following properties:

image

After training done, I copied down the weights and biases from the model and used it for my network built from Numpy. I found the results of these two networks are the same when making predictions with the 2 test examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages