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
Microsoft ML.NET
Search
Cihan Yakar
February 19, 2019
Programming
0
490
Microsoft ML.NET
ML.NET 0.10 sürümü ile bir sınıflandırma örneği anlatılmıştır.
Cihan Yakar
February 19, 2019
Tweet
Share
More Decks by Cihan Yakar
See All by Cihan Yakar
Auto ML
cihanyakar
0
720
Microsoft Azure Machine Learning Studio
cihanyakar
0
1.2k
IntelliCode
cihanyakar
0
480
Microsoft ML.net ile Segmentasyon Çalışması
cihanyakar
0
510
Xamarin ❤ ML.net
cihanyakar
1
570
.NET CORE 2.2 & .NET CORE 3.
cihanyakar
0
660
Visual Studio 2019
cihanyakar
0
590
Geldiğim Nokta: XAMARIN & OYUN
cihanyakar
0
84
Visual Studio ve Takım Çalışması
cihanyakar
0
360
Other Decks in Programming
See All in Programming
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
230
State of CSS 2025
benjaminkott
1
120
CSC305 Summer Lecture 05
javiergs
PRO
0
110
CSC305 Summer Lecture 12
javiergs
PRO
0
120
TDD 実践ミニトーク
contour_gara
0
150
Jakarta EE Core Profile and Helidon - Speed, Simplicity, and AI Integration
ivargrimstad
0
190
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
210
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
730
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
490
AIコーディングAgentとの向き合い方
eycjur
0
220
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
580
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
990
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Docker and Python
trallard
45
3.5k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Why Our Code Smells
bkeepers
PRO
338
57k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Designing Experiences People Love
moore
142
24k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
MICROSOFT ML.NET Cihan YAKAR
[email protected]
MAKINE ÖĞRENMESI public static int PredictQuality(Wine wine) { return (int)(wine.CitricAcid
* 0.7 + wine.Alcohol * 0.2 + wine.CitricAcid * 0.5); }
MAKINE ÖĞRENMESI public static int PredictQuality(Wine wine) { return ***
ML *** }
MAKINE ÖĞRENMESI
SINIFLANDIRMA public static Hayvan HangiHayvan(Picture x) { return Hayvan.Kurbaga; }
DEMETLEME / KÜMELEME public static Hayvan[][] Demetle(Hayvan[] hayvanat, int num)
{ }
REGRESYON public static float Sicaklik(DateTime tarih) { return 45; }
İLK DEĞİL • Machine Learning Server 9.3, • Azure Machine
Learning Service, • Azure Machine Learning Studio, • Azure Databricks (Spark-based analytics platform), • SQL Server Machine Learning Services, • Azure Cognitive Service, • Azure Data Science Virtual Machine, • Windows ML.
ML.NET Load Data IDataView Transform Data ITransformer Choose Algorithm IEstimator
Train Model Evaluate Model PredictionEngine Deploy Model
DEMO – VERİYİ İNCELEYELİM
DEMO – VERİYİ İNCELEYELİM
DEMO – VERİYİ İNCELEYELİM
DEMO – VERİYİ İNCELEYELİM
DEMO – VERİYİ İNCELEYELİM 0 100 200 300 400 500
600 700 800 3 4 5 6 7 8 Kalitelerin Dağılımı
DEMO – VERİYİ İNCELEYELİM 0 100 200 300 400 500
600 700 800 3 4 5 6 7 8 Kalitelerin Dağılımı
DEMO – KODA GEÇELİM
TEŞEKKÜRLER WWW.TEKNOLOT.COM