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
Navigating Dependency Injection with Metro
zacsweers
3
3.7k
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
190
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
280
Namespace and Its Future
tagomoris
6
710
Deep Dive into Kotlin Flow
jmatsu
1
370
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.5k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
260
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
2
170
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
66k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Balancing Empowerment & Direction
lara
3
630
A designer walks into a library…
pauljervisheath
207
24k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
820
Visualization
eitanlees
148
16k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Context Engineering - Making Every Token Count
addyosmani
3
63
Side Projects
sachag
455
43k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
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