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 Quick Talk
Search
Krunal Kapadiya
October 13, 2018
Technology
4
130
Machine Learning Quick Talk
The quick conversation of few machine learning concept in GDG Ahmedabad community.
Krunal Kapadiya
October 13, 2018
Tweet
Share
More Decks by Krunal Kapadiya
See All by Krunal Kapadiya
Introduction to GCP
krunal3kapadiya
0
70
Dive in IAM
krunal3kapadiya
0
100
GCP_Storage.pdf
krunal3kapadiya
0
130
Kubernetes
krunal3kapadiya
0
81
Pub/Sub and DataFlow
krunal3kapadiya
0
98
ML at Udaipur
krunal3kapadiya
0
52
Machine Learning End to End at Surat
krunal3kapadiya
0
130
Android Jetpack Joyride
krunal3kapadiya
0
150
Things that you should know in ml
krunal3kapadiya
0
140
Other Decks in Technology
See All in Technology
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
7
3.7k
ガバメントクラウド(AWS)へのデータ移行戦略の立て方【虎の巻】 / 20251011 Mitsutosi Matsuo
shift_evolve
PRO
2
120
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
210
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
3
290
英語は話せません!それでも海外チームと信頼関係を作るため、対話を重ねた2ヶ月間のまなび
niioka_97
0
130
「Verify with Wallet API」を アプリに導入するために
hinakko
1
250
SOC2取得の全体像
shonansurvivors
1
520
いまさら聞けない ABテスト入門
skmr2348
1
210
生成AI_その前_に_マルチクラウド時代の信頼できるデータを支えるSnowflakeメタデータ活用術.pdf
cm_mikami
0
120
AWSにおけるTrend Vision Oneの効果について
shimak
0
140
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
0
720
AIが書いたコードをAIが検証する!自律的なモバイルアプリ開発の実現
henteko
1
360
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
A Tale of Four Properties
chriscoyier
160
23k
Being A Developer After 40
akosma
91
590k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
Balancing Empowerment & Direction
lara
4
680
Why Our Code Smells
bkeepers
PRO
339
57k
A Modern Web Designer's Workflow
chriscoyier
697
190k
We Have a Design System, Now What?
morganepeng
53
7.8k
Mobile First: as difficult as doing things right
swwweet
224
10k
Thoughts on Productivity
jonyablonski
70
4.9k
Transcript
Machine Learning Quick Talk ML for every one @krunal3kapadiya #IndiaMLCC
Krunal Kapadiya Google Certified Associate Android Developer
Agenda - Generalization - Training set and Testing set -
Validation
Before we start
Let’s start a story NOTE: We will learn ML with
story of Jonathan Livingston Seagull
None
Measure of central tendency What is Mean? - Average value
from dataset
Measure of central tendency What is Mean? - Average value
from dataset What is Median? - Middle value of dataset
Measure of central tendency What is Mean? - Average value
from dataset What is Median? - Middle value of dataset What is Mode? - Repeated value of dataset
Measure of central tendency http://bit.ly/MeasureCentralTendency
Generalization (a.k.a out of sample error) - Measure of accuracy
for previously unseen data - Difference between expected and proven error - Mostly occurs in deep learning model, training sets working fine, but not fitting in real data
Training set and Testing set
Validations
None
None
None
None
Give me the reference links - https://developers.google.com/machine-learning/crash-course/ml-intro - https://www.kaggle.com/learn/overview -
https://towardsdatascience.com/train-test-split-and-cross-validation-in-python- 80b61beca4b6
Thank You https://krunal3kapadiya.app/ #IndiaMLCC @krunal3kapadiya if accuracy_score>0.75: