ttmind

Main Navigation

ttmind
  • jim-jams
  • Tech
  • Positive
Login

Login

Facebook Google

OR

Remember me Forgot password?

Don't have account? Signup here.

Sort by Categorys

.Net

PHP

Java

JavaScript

Database

Server

Client Side

Tools

Artificial Intelligence

Cloud

Hybrid Development

Event

Smart City

Education

Security

Scrum

Digital Marketing

APP Development

Business

Internet

Simulation

Art

Network

Microservices

Architecture

Technology

Leadership

    Top Articles

  • How Does Social Media Bring People Together?
    TTMind Author
  • How to read appSettings JSON from Class Library in ASP.NET Core
    Anil Shrestha
  • Printing Support In Asp.Net Core
    TTMind Author
  • HOW TO EXTRACT TEXT FROM IMAGE USING JAVASCRIPT (OCR with Tesseract.js)?
    Prakash Pokhrel
  • Images Upload REST API using ASP.NET Core
    Prakash Pokhrel
  • Related Topic

  • What is Sketch 2 Code ?
  • Fact about Data Science that Every Beginner must Know
  • Auto Draw : Fast Drawing For Everyone
  • ROAD MAP TO BECOME A DATA SCIENTIST
  • A brief Introduction to Data Analytics
  • Tech
  • About Us
  • Contact Us
  • TechHelp
  • PositiveHelp
  • Jim-Jams Help
  • Terms & Conditions

© Copyright ttmind.com

Main Content

What we can do with ML.NET 0.8? What is ML.NET?

Artificial Intelligence Data Science about 7 years ago || 12/5/2018 || 3.3 K View

  • Hide

ML.NET (Machine Learning for .NET) is an Open Source and Cross Platform Framework (Windows, Linux, macOS) which makes machine learning accessible for .NET developers.

ML.NET allows us to build machine learning models to get scenarios like sentiment analysis, fraud detection, forecasting, issue classification, image classification, recommendations & many more.

We have a new announcement for ML.NET 0.8 on December 4, 2018, and ML.NET 0.8 is an improved version of ML.NET 0.7. One great feature of ML.NET 0.8 is One Class Matrix Factorization which allows us to build recommendations like Frequently bought together. A code sample is on GitHub One Class Matrix Factorization.

A Matrix Factorization is a supervised machine learning. Steps to solve the problems is shown below in the diagram,

Some more new features are,

  • Improved debuggability by previewing the data
  • Model explainability

API improvements in ML.NET 0.8

  • Filtering rows in a DataView
    • IDataView trainingDataView = mlContext.Data.FilterByColumn(baseTrainingDataView, "FareAmount", lowerBound: 1, upperBound: 150);

       

  • Caching APIs
  • Enabled saving and loading data in IDataView (IDV) binary format for improved performance
  • Enabled stateful prediction engine for time series problems such as anomaly detection

Get started

If you haven’t already get started with ML.NET here.

  • 1
  • 0
  • 0
    • Facebook
    • Twitter
    • Google +
    • LinkedIn

About author

Alok Pandey

Alok Pandey

Love to share what I know.

Reset Your Password
Enter your email address that you used to register. We'll send you an email with your username and a link to reset your password.

Quick Survey