Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Basic of Artificial intelligence, Schemes and Mind Maps of Artificial Intelligence

An overview of Artificial Intelligence (AI) and Machine Learning (ML) on Azure. It covers the basics of AI, supervised and unsupervised learning, feature engineering, Azure ML Designer, computer vision, cognitive services, and natural language processing. The document also lists the courses and reading materials available on Azure for learning AI and ML.

Typology: Schemes and Mind Maps

2022/2023

Available from 06/22/2023

vikas-viku
vikas-viku 🇮🇳

1 / 100

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Artificial Intelligence
Naveen N
Assistant Professor
Department of Commerce and Management
MES INSTITUTE OF MANAGEMENT
Vidyavihara #25/1, 17th Main, 2nd Block, Rajajinagar, Bengaluru-10
Accredited by NAAC with B++
Affiliated to Bengaluru City University
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download Basic of Artificial intelligence and more Schemes and Mind Maps Artificial Intelligence in PDF only on Docsity!

Artificial Intelligence

Naveen N

Assistant Professor Department of Commerce and Management

MES INSTITUTE OF MANAGEMENT

Vidyavihara #25/1, 17th Main, 2nd Block, Rajajinagar, Bengaluru- Accredited by NAAC with B++ Affiliated to Bengaluru City University

 Al-900 pathway consists of 5 courses and 2 reading material:

 Introduction to Al on Azure

 Use visual tools to create machine learning models

with Azure Machine Learning

 Explore computer vision in Microsoft Azure

 Explore natural language processing

 Explore conversational Al

 Tune Model Hyperparameters - Azure Machine

Learning (Reading)

 Neural Network Regression: Module Reference –

Azure Machine Learning (Reading)

Course- 1

Azure Al Fundamentals (A1-900)

https://eus-streaming-video-rt-microsoft-com.akamaized.net/78ea2ac8-4edf-4ba1-a0e3- 63daa6fdb06a/81684a6f-0783-442a-86dd-c99a1820_6750.mp

What is Artificial Intelligence?

Software that exhibits human-like capabilities, such as:

Artificial Intelligence in Microsoft Azure

Scalable, reliable cloud platform for AI

 Data storage

 Compute

 Services

Azure Machine Learning

Cloud platform for creating and operating machine learning solutions

Azure Bot Service

Cloud service for delivering conversational AI solutions

Azure Cognitive Search

AI-enriched indexing for search and knowledge mining

How machine learning works

The answer is, from data. In today's world, we create huge volumes of data as we go about our everyday lives. From the text messages, emails, and social media posts we send to the photographs and videos we take on our phones, we generate massive amounts of information. More data still is created by millions of sensors in our homes, cars, cities, public transport infrastructure, and factories.

Data scientists can use all of that data to train machine learning models that can make predictions and inferences based on the relationships they find in the data.

For example, suppose an environmental conservation organization wants volunteers to identify and catalog different species of wildflower using a phone app. The following animation shows how machine learning can be used to enable this scenario.

https://learn.microsoft.com/en-us/training/wwl-data-ai/get-started-ai- fundamentals/media/machine-learn.gif

Machine Learning

https://eus-streaming-video-rt-microsoft-com.akamaized.net/95c74fa1-3db3-481d-b93d- a5a5050feecc/8e230232-1b5e-47ac-85ac-c13f00f6_6750.mp

For instance, suppose you are given a basket filled with different kinds of fruits. Now the first step is to train the machine with all the different fruits one by one like this:

If the shape of the object is rounded and has a depression at the top, is red in color, then it will be labeled as – Apple.

If the shape of the object is a long curving cylinder having Green-Yellow color, then it will be labeled as – Banana.

Now suppose after training the data, you have given a new separate fruit, say Banana from the basket, and asked to identify it.

Supervised learning is classified into two categories of algorithms:

Classification: A classification problem is when the output variable is a category, such as “Red” or “blue” , “disease” or “no disease”.

Regression: A regression problem is when the output variable is a real value, such as “dollars” or “weight”

Supervised Machine learning deals with or learns with “labeled” data. This implies that some data is already tagged with the correct answer.