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
470
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
690
Microsoft Azure Machine Learning Studio
cihanyakar
0
1.2k
IntelliCode
cihanyakar
0
450
Microsoft ML.net ile Segmentasyon Çalışması
cihanyakar
0
480
Xamarin ❤ ML.net
cihanyakar
1
550
.NET CORE 2.2 & .NET CORE 3.
cihanyakar
0
640
Visual Studio 2019
cihanyakar
0
570
Geldiğim Nokta: XAMARIN & OYUN
cihanyakar
0
81
Visual Studio ve Takım Çalışması
cihanyakar
0
340
Other Decks in Programming
See All in Programming
PHPによる"非"構造化プログラミング入門 -本当に熱いスパゲティコードを求めて- #phperkaigi
o0h
PRO
0
1.2k
Go1.24で testing.B.Loopが爆誕
kuro_kurorrr
0
180
Compose Hot Reload is here, stop re-launching your apps! (Android Makers 2025)
zsmb
1
320
Java 24まとめ / Java 24 summary
kishida
3
340
ReactFlow への移行で実現するユーザー体験と開発体験の向上
j9141997
0
150
リアルタイムレイトレーシング + ニューラルレンダリング簡単紹介 / Real-Time Ray Tracing & Neural Rendering: A Quick Introduction (2025)
shocker_0x15
1
270
エンジニア未経験が最短で戦力になるためのTips
gokana
0
250
英語文法から学ぶ、クリーンな設計の秘訣
newnomad
1
280
MCP世界への招待: AIエンジニアが創る次世代エージェント連携の世界
gunta
4
840
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
150
Go1.24 go vetとtestsアナライザ
kuro_kurorrr
2
770
自分のために作ったアプリが、グローバルに使われるまで / Indie App Development Lunch LT
pixyzehn
1
140
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
118
51k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Become a Pro
speakerdeck
PRO
27
5.2k
The Cost Of JavaScript in 2023
addyosmani
48
7.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
12
640
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.3k
Optimising Largest Contentful Paint
csswizardry
35
3.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
177
52k
A designer walks into a library…
pauljervisheath
205
24k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
510
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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