Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
#计算机科学#Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Basic Machine Learning and Deep Learning
翻译 - 基础机器学习和深度学习
MachineLearning
#算法刷题#Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
Basic MachineLearning algorithm
Source Code for the book: Machine Learning in Action published by Manning
翻译 - 该书的源代码:Manning出版的《机器学习在行动》
机器学习算法python实现
AI => Python + MachineLearning + DeepLearning(PyTorch)
#安卓#Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
Machine learning algorithms implemented by pure numpy
Machine learning resources,including algorithm, paper, dataset, example and so on.
《统计学习方法》相关的机器学习实现代码。Machine Learning.
Machine learning and artificial intelligence
Exercises for the Stanford/Coursera Machine Learning Class
ML.NET 示例中文版,英文原版请访问:https://github.com/dotnet/machinelearning-samples
Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行