100% found this document useful (1 vote)
176 views

01 - Basic Introduction of AI DL ML DS

This document provides a basic introduction to the fields of artificial intelligence (AI), machine learning (ML), deep learning (DL), and data science (DS). It defines each area and provides examples of their applications. AI is defined as creating intelligent machines that think like humans. ML is applying AI to enable machines to learn from experience without explicit programming. DL uses artificial neural networks with multiple layers. DS focuses on extracting, preparing, analyzing, visualizing and maintaining data. Python supports important libraries that help with these areas like NumPy, Pandas, and TensorFlow.

Uploaded by

media master
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
176 views

01 - Basic Introduction of AI DL ML DS

This document provides a basic introduction to the fields of artificial intelligence (AI), machine learning (ML), deep learning (DL), and data science (DS). It defines each area and provides examples of their applications. AI is defined as creating intelligent machines that think like humans. ML is applying AI to enable machines to learn from experience without explicit programming. DL uses artificial neural networks with multiple layers. DS focuses on extracting, preparing, analyzing, visualizing and maintaining data. Python supports important libraries that help with these areas like NumPy, Pandas, and TensorFlow.

Uploaded by

media master
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Ravishankar Chavare ( Software Developer )

1. Basic Introuction Of AI,ML,DL,DS

Basic Introduction
Some Important Phases or fields

1. AI :- Artificial Intelligence
2. ML :- Machine Learning
3. DL :- Deep Learning
4. DS :- Data Science

Short Description of above different areas

1. AI(Artificial Intelligence)
Artificial intelligence is a branch of computer science that aims to create
intelligent machines that enable machines to think like a normal human
Sometimes it also called machine intelligence.

Application of AI

- Image Recognition
- Chatbots
- Natural Language Generation
- Speech Recognition
- Sentimental Analysis
- Self Driving Cars
- Robotics
- Computer Vision

2. ML(Machine Learning)
Machine Learning is the simple application of artificial intelligence that provides
machines the ability to automatically learn and improve from experience
without being explicitly programmed.
Machine learning is closely related to computational statistics, which focuses on
making predictions using computers.
Machine Learning enables machines or computer to make data-driven
decisions rather than explicitly programming.

Types Of Machine Learning

1. Supervised Learning
2. Unsupervised Learning

Application of ML

- Social Media
- Fraud Detection
- Google Translate
- Medical Diagnosis
- Classifiers
- Stats Tool to learn from data

3. DL(Deep Learning)
Deep Learning is the part of Machine Learning in Artificial Intelligence.
Deep Learning also called as Deep Neural Learning or Deep Neural Network
Deep Learning networks rely on layers of the ANN (artificial neural networks).

Application Of DL

- Automatic speech recognition.


- Visual art processing.
- Customer relationship management.
- Recommendation systems.

4. DS(Data Science)
Data Science is about Extraction, Preparation, Analysis, Visualization, and
Maintenance of information
Data Science is a completely different area than (AI, ML) But it Intersects all
these areas.
Understanding and Extraction of useful data is one function of Data science.

Applications OF DS

- Internet Search.
- Targeted Advertising.
- Visualization.
- Banking(Big Data and Data Science have enabled banks to keep up with the
competition)

Python support following some important Libraries that are helpfull in (AI, ML, DL,
DS)

Numpy
Pandas
Matplotlib
Scipy
Scikit-learn
Theano
TensorFlow
Keras
PyTorch
And Other Many More...

You might also like