Deep-Learning
Deep-Learning copied to clipboard
This repo provides projects on deep-learning mainly using Tensorflow 2.0
Deep Learning
Deep learning is an AI function that mimics the workings of the human brain in processing data for use in detecting objects, recognizing speech, translating languages, and making decisions. Deep learning AI is able to learn without human supervision, drawing from data that is both unstructured and unlabeled
- We will mainly be using Tensorflow for most of the code you can check it's tutorials from here
- For Deep learning with computer vision we mostly use OpenCV you can check it's documentation from here
Tensorflow
- To install tensorflow type the following code
pip install --upgrade tensorflow