Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Machine Learning : Introduction
Search
Meetkumar
August 31, 2018
Technology
0
28
Machine Learning : Introduction
Meetkumar
August 31, 2018
Tweet
Share
More Decks by Meetkumar
See All by Meetkumar
General_presentation.pdf
meetkumar
0
12
Other Decks in Technology
See All in Technology
セキュリティについて学ぶ会 / 2026 01 25 Takamatsu WordPress Meetup
rocketmartue
1
280
OCI Database Management サービス詳細
oracle4engineer
PRO
1
7.3k
Bill One急成長の舞台裏 開発組織が直面した失敗と教訓
sansantech
PRO
1
270
Amazon S3 Vectorsを使って資格勉強用AIエージェントを構築してみた
usanchuu
3
430
Webhook best practices for rock solid and resilient deployments
glaforge
1
260
GCASアップデート(202510-202601)
techniczna
0
250
CDKで始めるTypeScript開発のススメ
tsukuboshi
1
310
SREのプラクティスを用いた3領域同時 マネジメントへの挑戦 〜SRE・情シス・セキュリティを統合した チーム運営術〜
coconala_engineer
2
580
FinTech SREのAWSサービス活用/Leveraging AWS Services in FinTech SRE
maaaato
0
120
30万人の同時アクセスに耐えたい!新サービスの盤石なリリースを支える負荷試験 / SRE Kaigi 2026
genda
1
250
今日から始めるAmazon Bedrock AgentCore
har1101
4
390
Data Hubグループ 紹介資料
sansan33
PRO
0
2.7k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
820
Designing Experiences People Love
moore
144
24k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
55
Art, The Web, and Tiny UX
lynnandtonic
304
21k
GraphQLとの向き合い方2022年版
quramy
50
14k
We Have a Design System, Now What?
morganepeng
54
8k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.3k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
170
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Scaling GitHub
holman
464
140k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Transcript
Machine Learning 01 Meetkumar Patel
So What is Machine Learning ? •Automating automation •Getting computers
to program themselves •Writing software is the bottleneck •Let the data do the work instead!
Traditional Programming
Machine Learning
Magic? No, more like gardening •Seeds = Algorithms •Nutrients =
Data •Gardener = You •Plants = Programs
Sample Applications •Web search •Computational biology •Finance •E-commerce •Space exploration
•Robotics •Information extraction •Social networks •Debugging •[Your favorite area]
ML in a Nutshell •Tens of thousands of machine learning
algorithms •Hundreds new every year •Every machine learning algorithm has three components: –Representation –Evaluation –Optimization
Representation •Decision trees •Sets of rules / Logic programs •Instances
•Graphical models (Bayes/Markov nets) •Neural networks •Support vector machines •Model ensembles •Etc.
Evaluation •Accuracy •Precision and recall •Squared error •Likelihood •Posterior probability
•Cost / Utility •Margin •Entropy •K-L divergence •Etc.
Optimization •Combinatorial optimization –E.g.: Greedy search •Convex optimization –E.g.: Gradient
descent •Constrained optimization –E.g.: Linear programming
Types of Learning •Supervised (inductive) learning –Training data includes desired
outputs •Unsupervised learning –Training data does not include desired outputs •Semi-supervised learning –Training data includes a few desired outputs •Reinforcement learning –Rewards from sequence of actions
Inductive Learning •Given examples of a function (X, F(X)) •Predict
function F(X) for new examples X –Discrete F(X): Classification –Continuous F(X): Regression –F(X) = Probability(X): Probability estimation
What We’ll Cover •Supervised learning –Decision tree induction –Rule induction
–Instance-based learning –Bayesian learning –Neural networks –Support vector machines –Model ensembles –Learning theory •Unsupervised learning –Clustering –Dimensionality reduction
ML in Practice •Understanding domain, prior knowledge, and goals •Data
integration, selection, cleaning, pre-processing, etc. •Learning models •Interpreting results •Consolidating and deploying discovered knowledge •Loop
“Artificial Intelligence is the new electricity ” - Andrew Ng
Thanks! Contact us:
[email protected]