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

https://github.com/auriopinto/networks_tensorflow

Convolutional Neural Networks in TensorFlow!
https://github.com/auriopinto/networks_tensorflow

Last synced: about 1 month ago
JSON representation

Convolutional Neural Networks in TensorFlow!

Awesome Lists containing this project

README

        

# Networks_Tensorflow

Convolutional Neural Networks in TensorFlow!

Using TensorFlow, and Keras high level APIs to create CNC classifying one thing or another -- horse or human, cat or dog. When moving beyond binary into Categorical classification there are a clean code how to deploy your Convolutional neural network. and using ConvNets for real-world data, and showin some techniques that you can use to improve your ConvNet performance, particularly when doing image classification!

Dataset


Prerequisites:

| **Package** | **version** |
|-------------|-------------|
| Python | 3.7.6 |
| TensorFlow | 2.0.0 |
| Keras API | 2.3.1 |
| Jupyter Notebook | 6.0.3|