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.
-
Notifications
You must be signed in to change notification settings - Fork 1
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…
omayr-abd/Neural-Net
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published