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
450
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
670
Microsoft Azure Machine Learning Studio
cihanyakar
0
1.1k
IntelliCode
cihanyakar
0
440
Microsoft ML.net ile Segmentasyon Çalışması
cihanyakar
0
470
Xamarin ❤ ML.net
cihanyakar
1
530
.NET CORE 2.2 & .NET CORE 3.
cihanyakar
0
620
Visual Studio 2019
cihanyakar
0
550
Geldiğim Nokta: XAMARIN & OYUN
cihanyakar
0
73
Visual Studio ve Takım Çalışması
cihanyakar
0
330
Other Decks in Programming
See All in Programming
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
300
Haze - Real time background blurring
chrisbanes
1
510
DevFest Tokyo 2025 - Flutter のアプリアーキテクチャ現在地点
wasabeef
5
900
rails stats で紐解く ANDPAD のイマを支える技術たち
andpad
1
290
バグを見つけた?それAppleに直してもらおう!
uetyo
0
180
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.5k
あれやってみてー駆動から成長を加速させる / areyattemite-driven
nashiusagi
1
200
Criando Commits Incríveis no Git
marcelgsantos
2
170
快速入門可觀測性
blueswen
0
340
Go の GC の不得意な部分を克服したい
taiyow
2
770
fs2-io を試してたらバグを見つけて直した話
chencmd
0
220
Scalaから始めるOpenFeature入門 / Scalaわいわい勉強会 #4
arthur1
1
300
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
328
21k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
2
170
Code Review Best Practice
trishagee
65
17k
Into the Great Unknown - MozCon
thekraken
33
1.5k
Docker and Python
trallard
42
3.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Done Done
chrislema
181
16k
The Cult of Friendly URLs
andyhume
78
6.1k
Git: the NoSQL Database
bkeepers
PRO
427
64k
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