Skip to content

Neural networks API based on Coursera Deep Learning specialization courses. Implements backpropagation, mini batch gradient descent, RMSProp, Adam, reguralization, and more., Written in Python.

Notifications You must be signed in to change notification settings

mircean/DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearning

Neural networks API for learning and practicing concepts presented in Andrew Ng's Coursera Deep Learning specialization courses. Implements backpropagation, mini batch gradient descent, RMSProp, Adam, regularization, and more. Written in Python.

The API is designed for learning how to implement deep neural networks from scratch and be able to quicky experiment and tune hyper parameters for binary classification, multiclass classification, and regression.

The neural network implementation is in DNN.py. To test/experiment start with test.py. The 3 datasets I've used for testing are all available on Kaggle.com

About

Neural networks API based on Coursera Deep Learning specialization courses. Implements backpropagation, mini batch gradient descent, RMSProp, Adam, reguralization, and more., Written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published