- Machine Learning for Developers
- Rodolfo Bonnin
- 349字
- 2021-07-02 15:46:41
Preface
Machine learning is one of the star disciplines at present. Acclaimed by the media as the future of work, it is said to be part of any significant tech investment in recent months, in a world where everything is driven by data and automation. It is used extensively across many fields such as image understanding, robotics, search engines, self-driving cars, and so on and the number of areas of application increases almost daily. In this book we will study the motivations and current techniques of machine learning using code and diagrams as the main conceptual vehicles, omitting outside the fundamental mathematical results.
We will start talking about the fundamental machine learning concepts, its branches, and types of problems. Then, there will be an explanatory chapter about the fundamental mathematical concepts required to grasp upcoming techniques. As we advance through the chapters, models of increasing complexity and sophistication are explained, starting with linear regression, then logistic regression, neural networks and its more recent variants (CNNs, RNNs),concluding with a synthetic introduction to more advanced machine learning techniques, such as GANs and reinforcement learning.
This book is aimed at developers looking to finally grasp what that machine learning hype is all about, and understand the main fundamental concepts, using an algorithmic point of view, along with more formal mathematical definitions.This book implements code concepts in Python, considering the simplicity of its interface, and the fact that Python offers an unmatched set of tools to continue learning from the book’s code. So, familiarity with Python programming would certainly be helpful for playing around with the code, but it should be manageable from programmers experienced in other languages.
You will learn how to make informed decisions about the types of algorithms you need to solve your own machine learning problems, and a knowledge of how those algorithms work to get the best possible results. If you want to understand machine learning in day-to-day, coder-friendly language, and have just the right amount of information to be able to do the jump into the discipline, this book will definitely come to your rescue!
- Mastering Ext JS(Second Edition)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- JavaScript+Vue+React全程實例
- 實戰Java高并發程序設計(第3版)
- Frank Kane's Taming Big Data with Apache Spark and Python
- Web性能實戰
- Visual Studio Code 權威指南
- Emotional Intelligence for IT Professionals
- 從“1”開始3D編程
- C/C++代碼調試的藝術(第2版)
- 基于MATLAB的控制系統仿真及應用
- Python趣味創意編程