An open API service indexing awesome lists of open source software.

https://github.com/dnglokpor/csci-392-lab-1

Class Project: small image classification AI application built using python Tensorflow-Keras and Numpy arrays. The goal is to train NNs to recognize the handwritings of the MNIST dataset. This project involves setting up a 100 different NNs (from a JSON configuration file) to see which configuration gives the best validation after training under the same conditions.
https://github.com/dnglokpor/csci-392-lab-1

ai json-parser keras-tensorflow mnist-classification numpy-arrays python3

Last synced: 4 months ago
JSON representation

Class Project: small image classification AI application built using python Tensorflow-Keras and Numpy arrays. The goal is to train NNs to recognize the handwritings of the MNIST dataset. This project involves setting up a 100 different NNs (from a JSON configuration file) to see which configuration gives the best validation after training under the same conditions.

Awesome Lists containing this project

README

        

# CSCI-392-lab-1
For hosting files of the CNN research project for AI and Deep Learning class Summer 2020.