- F# for Machine Learning Essentials
- Sudipta Mukherjee
- 159字
- 2021-07-16 13:06:58
Chapter 1. Introduction to Machine Learning
"To learn is to discover patterns."
You have been using products that employ machine learning, but maybe you've never realized that the systems or programs that you have been using, use machine learning under the hood. Most of what machine learning does today is inspired by sci-fi movies. Machine learning scientists and researchers are on a perpetual quest to make the gap between the sci-fi movies and the reality disappear. Learning about machine learning algorithms can be fun.
This is going to be a very practical book about machine learning. Throughout the book I will be using several machine learning frameworks adopted by the industry. So I will cut the theory of machine learning short and will get away with just enough to implement it. My objective in this chapter is to get you excited about machine learning by showing how you can use these techniques to solve real world problems.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Building a Game with Unity and Blender
- 深入淺出Java虛擬機:JVM原理與實戰
- C語言程序設計基礎與實驗指導
- Python Data Analysis Cookbook
- 從零開始學Linux編程
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Go語言開發實戰(慕課版)
- Arduino計算機視覺編程
- Training Systems Using Python Statistical Modeling
- Photoshop智能手機APP界面設計
- Web開發的平民英雄:PHP+MySQL
- Selenium WebDriver Practical Guide
- Python面試通關寶典
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x