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
- To install tensorflow type the following code
pip install --upgrade tensorflow