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!
- Host: GitHub
- URL: https://github.com/auriopinto/networks_tensorflow
- Owner: AurioPinto
- License: gpl-3.0
- Created: 2020-06-20T17:43:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T14:41:28.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T02:25:19.114Z (3 months ago)
- Language: Jupyter Notebook
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|