Skip to content

Implementation of a neural net. There are three major functions used in this program: Compute_cost: Implement forward propagation in this method and then calculate the cross-entropy loss to determine the cost of the neural net. Predict: Implement forward propagation to make a prediction based on current model parameters. Fit:. Using the method d…

Notifications You must be signed in to change notification settings

omayr-abd/Neural-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Net

Implementation of a neural net. There are three major functions used in this program: Compute_cost: Implement forward propagation in this method and then calculate the cross-entropy loss to determine the cost of the neural net. Predict: Implement forward propagation to make a prediction based on current model parameters. Fit: Using the method discussed in the article "Implementing a Neural Network from Scratch in Python: An Introduction", implement a good fit function using forward propagation, back propagation, and updating the model parameters by using gradients.

About

Implementation of a neural net. There are three major functions used in this program: Compute_cost: Implement forward propagation in this method and then calculate the cross-entropy loss to determine the cost of the neural net. Predict: Implement forward propagation to make a prediction based on current model parameters. Fit:. Using the method d…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages