Skip to content

ashryaagr/ANN-Tensorflow

Repository files navigation

Deep-Learning with Tensorflow

This repository is just a collection of python scripts which I wrote while learning to use Tensorflow.
Description of some of the scripts :

  1. linearreg.py : Implemented linear regression with Tensorflow .
  2. logisticreg.py : Implemented logistic regression with Tensorflow .
  3. digit_recog1.py : A simple Multi-Layer perceptron without any hidden layer for digit recognition. The accuracy was about 91% .
  4. digit_recog2.py : A simple Deep neural network (Convolution Neural Network) with dropout and multiple hidden layers. The accuracy was about 96% .

About

Artificial Neural Networks with Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published