How To Do Image Recognition with Neural Networks

Intro - How To Do Image Recognition with Neural Networks
with Sebagam
6053views
How To Do Image Recognition with Neural Networks
- English
- Artificial Intelligence
Computer Vision
- Project length: 3h 04m
Through this series, I will begin with a brief introduction of Artificial Vision, and then build a Deep Learning image classification algorithm for computerized tomography.
Overview
Introduction
We will cover the following topics: 1) Intro to neural networks and artificial vision. 2) How to code a Digit Recognizer in Python. 3) Coding a Medical Imaging classifier. 4) Resnet-50 with Keras example.
What are the requirements?
- Basic Knowledge of Python
Project Outline
The project outline explains what you will learn in each session
Go to Video
1) The neural networks in the brain 2) The visual cortex 3) A brief intro to deep learning 4) Intro to Artificial Vision 5) Coding an image recognizer in Python