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
480
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
710
Microsoft Azure Machine Learning Studio
cihanyakar
0
1.2k
IntelliCode
cihanyakar
0
460
Microsoft ML.net ile Segmentasyon Çalışması
cihanyakar
0
500
Xamarin ❤ ML.net
cihanyakar
1
560
.NET CORE 2.2 & .NET CORE 3.
cihanyakar
0
650
Visual Studio 2019
cihanyakar
0
580
Geldiğim Nokta: XAMARIN & OYUN
cihanyakar
0
83
Visual Studio ve Takım Çalışması
cihanyakar
0
350
Other Decks in Programming
See All in Programming
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
480
F#で自在につくる静的ブログサイト - 関数型まつり2025
pizzacat83
0
290
XSLTで作るBrainfuck処理系
makki_d
0
200
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
280
List Unfolding - 'unfold' as the Computational Dual of 'fold', and how 'unfold' relates to 'iterate'"
philipschwarz
PRO
0
190
Java on Azure で LangGraph!
kohei3110
0
120
WindowInsetsだってテストしたい
ryunen344
1
140
FormFlow - Build Stunning Multistep Forms
yceruto
1
160
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
360
Bytecode Manipulation 으로 생산성 높이기
bigstark
1
330
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
780
赤裸々に公開。 TSKaigiのオフシーズン
takezoux2
0
130
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
462
33k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Site-Speed That Sticks
csswizardry
10
640
Measuring & Analyzing Core Web Vitals
bluesmoon
7
480
Git: the NoSQL Database
bkeepers
PRO
430
65k
KATA
mclloyd
29
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Optimizing for Happiness
mojombo
379
70k
Navigating Team Friction
lara
186
15k
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