Book Image

Python Machine Learning - Part 1 [Video]

By : Jason Wolosonovich
Book Image

Python Machine Learning - Part 1 [Video]

By: Jason Wolosonovich

Overview of this book

<p>Machine learning and predictive analytics are transforming the way that businesses and other organizations operate. Being able to understand trends and patterns in complex data is critical to success, and is becoming one of the key strategies for unlocking growth in a challenging contemporary marketplace. Python can help you deliver key insights into your data. Its unique capabilities as a language let you build sophisticated algorithms and statistical models that can reveal new perspectives and answer key questions that are vital for success.</p> <p>This video gives you access to the world of predictive analytics and demonstrates why Python is one of the world’s leading data science languages. If you want to ask better questions of data, or need to improve and extend the capabilities of your machine learning systems, this practical data science courseis invaluable. It coversa wide range of powerful Python libraries, including scikit-learn, Theano, and Keras, and featuresguidance and tips on everything from sentiment analysis to neural networks. With this video,you’ll soon be able to answer some of the most important questions facing you and your organization.</p> <h1>Style and Approach</h1> <p>This step-by step guide will walk you through connecting the fundamental theory of machine learning with practical tips for implementation using Python, complete with visualizations and hands-on code examples.</p>
Table of Contents (4 chapters)
Chapter 2
Training Machine Learning Algorithms for Classification
Content Locked
Section 7
Implementing Adaline
This video covers the implementation of Adaline - Implementing `fit` method - Implementing `net_input`, `activation` and `predict` methods - Train and plot results