Skip to content

bencarletonn/Intro-to-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Deep-Learning

Deep Learning with:

  • TensorFlow and Keras
  • PyTorch (GUI using Kivy)

tf-processingData.py and tf-model.py:

Convolutional Neural Network using TensorFlow & Keras which uses the data supplied here: https://www.kaggle.com/biancaferreira/african-wildlife/data to predict one of four animals given a picture of that animal. Further optimization can be done by altering parameters and using TensorBoard to visualize the effect that altering these parameters have on the model.

pytorchMNISTmodel.py and pytorchMNISTgui.py

Convolutional Neural Network using PyTorch that uses the data supplied in the MNIST digit dataset to predict an integer from 0-9. I have also made a simple GUI using the kivy module to allow users to draw a digit to pass into the CNN.

MNISTgui

About

Deep Learning with TensorFlow, Keras and PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages