ML.NET is an open source and cross-platform machine learning framework
https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet
Machine Learning made for .NET
ML.NET is a machine learning framework built for .NET developers.
Use your .NET and C# or F# skills to easily integrate custom machine learning into your applications without any prior expertise in developing or tuning machine learning models.
Open source and cross-platform
ML.NET is open source and runs on Windows, Linux, and macOS.
Our public release is still in-development, and we want your help! Join the community and contribute your ideas to help us shape what comes next.
Proven and extensible
Use the same framework behind recognized Microsoft features like Windows Hello, Bing Ads, and PowerPoint Design Ideas to power your own applications.
We're building ML.NET as an extensible framework, with support for Light GBM, Accord.NET, CNTK, and TensorFlow coming soon.
Cover your developer scenarios
Enhance your .NET apps with sentiment analysis, price prediction, fraud detection, and more using custom models built with ML.NET.
ML.NET is an open source and cross-platform machine learning framework的更多相关文章
- [Machine Learning & Algorithm]CAML机器学习系列1:深入浅出ML之Regression家族
		
声明:本博客整理自博友@zhouyong计算广告与机器学习-技术共享平台,尊重原创,欢迎感兴趣的博友查看原文. 符号定义 这里定义<深入浅出ML>系列中涉及到的公式符号,如无特殊说明,符号 ...
 - V4 Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 2471245.1)
		
V4 Reduce Transportable Tablespace Downtime using Cross Platform Incremental Backup (Doc ID 2471245. ...
 - Gtest:Using visual studio 2017 cross platform feature to compile code remotely
		
参考:使用Visual Studio 2017作为Linux C++开发工具 前言 最近在学Gtest单元测试框架,由于平时都是使用Source Insight写代码,遇到问题自己还是要到Linux下 ...
 - [Machine Learning & Algorithm]CAML机器学习系列2:深入浅出ML之Entropy-Based家族
		
声明:本博客整理自博友@zhouyong计算广告与机器学习-技术共享平台,尊重原创,欢迎感兴趣的博友查看原文. 写在前面 记得在<Pattern Recognition And Machine ...
 - PredictionIO Open Source Machine Learning Server
		
PredictionIO Open Source Machine Learning Server Build Smarter Software with Machine Learning Predic ...
 - 课程三(Structuring Machine Learning Projects),第一周(ML strategy(1)) —— 0.Learning Goals
		
Learning Goals Understand why Machine Learning strategy is important Apply satisficing and optimizin ...
 - Google's Machine Learning Crash Course #01# Introducing ML & Framing & Fundamental terminology
		
INDEX Introducing ML Framing Fundamental machine learning terminology Introducing ML What you learn ...
 - [ML] I'm back for Machine Learning
		
Hi, Long time no see. Briefly, I plan to step into this new area, data analysis. In the past few yea ...
 - “CMake”这个名字是“cross platform make”
		
cmake_百度百科 https://baike.baidu.com/item/cmake/7138032?fr=aladdin CMake 可以编译源代码.制作程序库.产生适配器(wrapper). ...
 
随机推荐
- Go开发之路 -- 指针类型
			
1. 普通类型,变量存的就是值,也叫值类型 2. 获取变量的地址,用&,比如: var a int, 获取a的地址:&a 3. 指针类型,变量存的是一个地址,这个地址存的才是值 4. ...
 - JavaScript面试总结(一)
			
(一).call,apply,bind 的用法与区别? 答案:摘自:https://www.cnblogs.com/Jade-Liu18831/p/9580410.html(总结的特别棒的一篇文章) ...
 - #WEB安全基础 : HTML/CSS | 0x5a标签拓展和class、id属性的使用
			
a标签不只是能链接到其他网页,也能链接到网页中的元素 class属性让你用CSS对特定的元素进行修饰 这些是一个网页设计者的有力武器 这节课还是一个index.html文件 以下是代码 <h ...
 - ps -ef |grep java
			
一.ps -ef |grep java 查看包含“java”的所有进程 二.涉及命令详解 ps命令将某个进程显示出来(是LINUX下最常用的也是非常强大的进程查看命令) grep命令是查找(是一种强大 ...
 - Valgrind.Callgrind使用
			
Callgrind介绍 用来对统计程序的函数调用之间的关系, 并统计每个函数的耗时 Callgrind之所以能够发现函数调用的关系, 依赖于平台的明确返回和调用指令. 在x86和amd64平台上wor ...
 - AndroidStudio开发Java工程(解决java控制台中文打印乱码+导入jar包运行工程)
			
这篇分享一点个人AS开发java工程经验,虽然有时候还是得打开eclipse来运行java项目,但能用AS的时候还是尽量用AS,毕竟一个字,爽~ 废话不多说,进入正题. 一.开发Java工程 你有两种 ...
 - Android远程桌面助手扩展之微信跳一跳辅助
			
微信跳一跳的外挂辅助已是五花八门,万能的TB上也有了各种明码标价的代练.微信小程序游戏的火爆甚至带火了手游外挂产业.另一方面,跳一跳游戏也在不断更新,防止使用外挂刷高分.Android远程桌面助手支持 ...
 - AngularJS学习之旅—AngularJS HTML DOM(十三)
			
1.AngularJS HTML DOM AngularJS 为 HTML DOM 元素的属性提供了绑定应用数据的指令. ng-disabled 指令:ng-disabled 指令直接绑定应用程序数据 ...
 - per-CPU变量
			
为什么需要per-CPU变量 假设系统中有4个cpu, 同时有一个变量在各个CPU之间是共享的,每个cpu都有访问该变量的权限. 当cpu1在改变变量v的值的时候,cpu2也需要改变变量v的值.这时候 ...
 - apache https配置【转】
			
博文来源:apache https配置 参考博文:apache.nginx配置自签名证书 1. 确认是否安装ssl模块 是否有mod_ssl.so文件 2. 生成证书和密钥 linux下 步骤1: ...