Vocational Training Format

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

VOCATIONAL TRAINING

AGENDA
VOCATIONAL
TRAINING

INTRODUCTION

BASICS OF PYTHON

COMPUTER VISION

DEEP LEARNING

IMAGE CLASSIFICATION
USING CNN

MACHINE LEARNING
2
CONCLUSION
INTRODUCTION

3
BASICS OF PYTHON

• Python is a popular programming language. It was created by


Guido van Rossum, and released in 1991.
• Python is a programming language that lets you work more quickly
and integrate your systems more effectively.

1. Web development
2. Handle Big data
3. Handles complex Mathematics
4. Software development
5. Connects to database systems
PYTHON IDE
PRESENTATION TITLE

I D L E : P Y T H O N S O F T WA R E F O U N D AT I O N L I C E N S E
P Y C H A R M : A PA C H E L I C E N S E
PYDER: MIT LICENSE

5
COMPUTER VISION
PRESENTATION TITLE

What is Computer Vision?.


E A R LY E X P E R I M E N T S I N C O M P U T E R V I S I O N
TOOK PLACE IN THE 1950S, USING SOME OF THE
FIRST NEURAL NETWORKS TO DETECT THE
E D G E S O F A N O B J E C T A N D T O S O RT S I M P L E
O B J E C T S I N T O C AT E G O R I E S L I K E C I R C L E S A N D
SQUARES.

C O M P U T E R V I S I O N I S A N I N T E R D I S C I P L I N A RY
S C I E N T I F I C F I E L D T H AT D E A L S W I T H H O W
COMPUTERS CAN GAIN HIGH-LEVEL
U N D E R S TA N D I N G F R O M D I G I TA L I M A G E S O R
VIDEOS.

6
PRESENTATION TITLE

IMA G E PR O C ESSSIN G V S C O MPU T ER V ISIO N .

Image processing, an image is


"processed", transformations are
applied to an input image to get
output image.

Computer vision, an image or a


video is taken as input, and the goal is
to understand the image and its
contents which uses image processing
algorithms to solve some of its tasks
like human brain

7
DEEP LEARNING
PRESENTATION TITLE

Deep learning is the subset


of machine learning methods based Deep learning uses multi-
on artificial neural network(ANNs) layered neural networks , called deep
with representing learning. The neural networks, to simulate the
adjective "deep" refers to the use of complex decision-making power of
multiple layers in the network. the human brain. Some form of deep
Methods used can be learning powers most of the artificial
either supervised , semi-supervised or intelligence in our lives today.
unsupervised learning.

8
NEURON & ACTIVATION FUNCTION .
PRESENTATION TITLE

9
IMAGE CLASSIFICATION.
PRESENTATION TITLE

• Image classification is a
supervised learning problem:
define a set of target classes
(objects to identify in images),
and train a model to recognize
them using labeled example
photos.

10
11
PRESENTATION TITLE

WORKFLOW
PRESENTATION TITLE MACHINE LEARNING.
• Human’s knowledge is only obtained by the experience
throughout their life. For machines those knowledge is
need to be fed, by collecting enormous amount of data on a
certain application and fed to it, machines also obtains the
knowledge in short period of time.

• There are three types of Machine Learning

 Supervised

 Unsupervised

12  Reinforcement
THANK YOU

You might also like