cr21 / neuralNetwork

My Computer Vision ( Deep Learning) Journey.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Neural Network models using Pytorch and Tensorflow.

Directory structure:

├── README.md
├── datasetLoader
│   ├── __init__.py
│   └── simpledatasetloader.py
├── knn.py
├── lenet_mnist_driver.py
├── nn
│   ├── __init__.py
│   ├── conv
│   │   ├── __init__.py
│   │   ├── lenet.py
│   │   ├── shallowNet.py
│   │   └── vgg.py
│   └── neuralnetwork.py
├── nn_mnist.py
├── nn_xor.py
├── preprocessing
│   ├── __init__.py
│   ├── imagetoarraypreprocessor.py
│   └── simplepreprocessor.py
└── shallow_animals.py

About

My Computer Vision ( Deep Learning) Journey.


Languages

Language:Python 100.0%