https://github.com/neemiasbsilva/image-processing
Techniques of Deep Learning and Machine Learning applied to datasets of image (e.g. mnist, Brasilian Coins, etc).
https://github.com/neemiasbsilva/image-processing
Last synced: 8 months ago
JSON representation
Techniques of Deep Learning and Machine Learning applied to datasets of image (e.g. mnist, Brasilian Coins, etc).
- Host: GitHub
- URL: https://github.com/neemiasbsilva/image-processing
- Owner: neemiasbsilva
- License: mit
- Created: 2019-09-26T02:48:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T16:12:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T13:13:41.246Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
#
# Implementing Some Techniques of Machine Learning Using Computer Vision### Details Environment
If you use a Anaconda you need to install a jupyter notebook;
#
### About the Implementations
#
Bellow following some libraries do you need install:1. Matplotlib;
2. Skimage;
3. os;
4. TensorFlow;
5. Keras;
6. Sklearn;
#Sincerely Neemias B. Silva