Skip to content
/ DNN Public

Deep Neural Network using Python and Tensorflow

Notifications You must be signed in to change notification settings

zzw95/DNN

Repository files navigation

DNN

  1. Deep Neural Network using Python and Numpy

    • classification, logistic regression
    • sigmoid, softmax, tanh, relu activation function
    • forward and backward propagation, cost function 
    • gradient descent optimization algorithm
    • regularization, including L2 regularization and dropout
    • optimization, including mini-batch and adam mode
    • gradient checking
    • one-hot encoding
  2. Deeep Neural Network using Tensorflow

About

Deep Neural Network using Python and Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages