Tensorflow-Neural-Network
**Skeleton code(CNN_SKELETON_Tensorflow.py) to create,train and evaluate a CNN model in tensorflow(using Estimator API)
Using TFLearn(A high level library for Tensorflow 1.00)
- Classification of Oxford 17 Flowers Dataset using Alexnet network.
- Classification of The Street View House Number(SVHN) dataset using a 4 layer Convolutional Neural Network.
- Classification of CIFAR-10 dataset using a 4 layer Convolutional Neural Network.
- Implement Neural Network to find the survival probabily using Titanic dataset.