- 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!
- Learning C# by Developing Games with Unity 2020
- 無代碼編程:用云表搭建企業數字化管理平臺
- 編寫高質量代碼:改善Python程序的91個建議
- Apache Spark 2 for Beginners
- 游戲程序設計教程
- WordPress Plugin Development Cookbook(Second Edition)
- Drupal 8 Module Development
- Getting Started with Greenplum for Big Data Analytics
- Access 2010數據庫應用技術(第2版)
- Java Web應用開發給力起飛
- Learning Python Data Visualization
- Python機器學習開發實戰
- SQL Server實例教程(2008版)
- Java面向對象程序設計教程
- Swift編程實戰:iOS應用開發實例及完整解決方案