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
140
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
84
Dive in IAM
krunal3kapadiya
0
130
GCP_Storage.pdf
krunal3kapadiya
0
160
Kubernetes
krunal3kapadiya
0
110
Pub/Sub and DataFlow
krunal3kapadiya
0
110
ML at Udaipur
krunal3kapadiya
0
65
Machine Learning End to End at Surat
krunal3kapadiya
0
150
Android Jetpack Joyride
krunal3kapadiya
0
170
Things that you should know in ml
krunal3kapadiya
0
150
Other Decks in Technology
See All in Technology
小さく始めるBCP ― 多プロダクト環境で始める最初の一歩
kekke_n
1
500
20260204_Midosuji_Tech
takuyay0ne
1
160
SREが向き合う大規模リアーキテクチャ 〜信頼性とアジリティの両立〜
zepprix
0
470
SRE Enabling戦記 - 急成長する組織にSREを浸透させる戦いの歴史
markie1009
0
140
ランサムウェア対策としてのpnpm導入のススメ
ishikawa_satoru
0
210
コスト削減から「セキュリティと利便性」を担うプラットフォームへ
sansantech
PRO
3
1.6k
GitHub Issue Templates + Coding Agentで簡単みんなでIaC/Easy IaC for Everyone with GitHub Issue Templates + Coding Agent
aeonpeople
1
250
クレジットカード決済基盤を支えるSRE - 厳格な監査とSRE運用の両立 (SRE Kaigi 2026)
capytan
6
2.8k
SREじゃなかった僕らがenablingを通じて「SRE実践者」になるまでのリアル / SRE Kaigi 2026
aeonpeople
6
2.5k
コミュニティが変えるキャリアの地平線:コロナ禍新卒入社のエンジニアがAWSコミュニティで見つけた成長の羅針盤
kentosuzuki
0
130
コンテナセキュリティの最新事情 ~ 2026年版 ~
kyohmizu
2
610
SchooでVue.js/Nuxtを技術選定している理由
yamanoku
3
160
Featured
See All Featured
Building Adaptive Systems
keathley
44
2.9k
4 Signs Your Business is Dying
shpigford
187
22k
Mobile First: as difficult as doing things right
swwweet
225
10k
Claude Code のすすめ
schroneko
67
210k
The untapped power of vector embeddings
frankvandijk
1
1.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
How STYLIGHT went responsive
nonsquared
100
6k
Why Our Code Smells
bkeepers
PRO
340
58k
Writing Fast Ruby
sferik
630
62k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Paper Plane (Part 1)
katiecoart
PRO
0
4.3k
Making Projects Easy
brettharned
120
6.6k
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: