https://github.com/scifer99/convolutional-neural-network-example
This is an example Convolutional Neural Network ML model as a solution for various Classification use cases!
https://github.com/scifer99/convolutional-neural-network-example
copyright ibm-watson image-classification-algorithms machine-learning-algorithms machine-learning-engineering ml-model-development ml-models
Last synced: 3 months ago
JSON representation
This is an example Convolutional Neural Network ML model as a solution for various Classification use cases!
- Host: GitHub
- URL: https://github.com/scifer99/convolutional-neural-network-example
- Owner: SCIFER99
- License: cc0-1.0
- Created: 2024-05-11T17:41:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T17:47:31.000Z (about 1 year ago)
- Last Synced: 2025-01-07T14:22:06.979Z (5 months ago)
- Topics: copyright, ibm-watson, image-classification-algorithms, machine-learning-algorithms, machine-learning-engineering, ml-model-development, ml-models
- Language: Jupyter Notebook
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convolutional-Neural-Network-Example
This is an example Convolutional Neural Network ML model for various Classification use cases!Greetings all! This is a Convolutional Neural Network as a solution
for various classification processes regarding Images!Modules needed are:
pip install tensorflow
pip install urllib
pip install pathlib
pip install numpy
pip install os (if not previously installed)
pip install PIL
pip install matplotlib
pip install preprocessingHappy Coding!