Oreilly - Python Machine Learning Solutions - 9781787127692
Oreilly - Python Machine Learning Solutions
by Prateek Joshi | Released October 2016 | ISBN: 9781787127692


100 videos that teach you how to perform various machine learning tasks in the real worldAbout This VideoUnderstand which algorithms to use in a given context with the help of this exciting video-based guideLearn about perceptrons and see how they are used to build neural networksStuck while making sense of images, text, speech, and real estate? This guide will come to your rescue, showing you how to perform machine learning for each one of these using various techniquesIn DetailMachine learning is increasingly pervasive in the modern data-driven world. It is used extensively across many fields such as search engines, robotics, self-driving cars, and more.With this course, you will learn how to perform various machine learning tasks in different environments. We'll start by exploring a range of real-life scenarios where machine learning can be used, and look at various building blocks. Throughout the course, you'll use a wide variety of machine learning algorithms to solve real-world problems and use Python to implement these algorithms.You'll discover how to deal with various types of data and explore the differences between machine learning paradigms such as supervised and unsupervised learning. We also cover a range of regression techniques, classification algorithms, predictive modelling, data visualization techniques, recommendation engines, and more with the help of real-world examples. Show and hide more
  1. Chapter 1 : The Realm of Supervised Learning
    • The Course Overview 00:04:10
    • Preprocessing Data Using Different Techniques 00:06:05
    • Label Encoding 00:02:26
    • Building a Linear Regressor 00:04:26
    • Regression Accuracy and Model Persistence 00:03:41
    • Building a Ridge Regressor 00:02:41
    • Building a Polynomial Regressor 00:02:33
    • Estimating housing prices 00:03:46
    • Computing relative importance of features 00:01:54
    • Estimating bicycle demand distribution 00:04:35
  2. Chapter 2 : Constructing a Classifier
    • Building a Simple Classifier 00:03:40
    • Building a Logistic Regression Classifier 00:04:51
    • Building a Naive Bayes’ Classifier 00:02:11
    • Splitting the Dataset for Training and Testing 00:01:23
    • Evaluating the Accuracy Using Cross-Validation 00:04:07
    • Visualizing the Confusion Matrix and Extracting the Performance Report 00:04:14
    • Evaluating Cars based on Their Characteristics 00:05:12
    • Extracting Validation Curves 00:02:49
    • Extracting Learning Curves 00:01:37
    • Extracting the Income Bracket 00:03:36
  3. Chapter 3 : Predictive Modeling
    • Building a Linear Classifier Using Support Vector Machine 00:04:24
    • Building Nonlinear Classifier Using SVMs 00:01:47
    • Tackling Class Imbalance 00:02:54
    • Extracting Confidence Measurements 00:02:37
    • Finding Optimal Hyper-Parameters 00:02:17
    • Building an Event Predictor 00:03:45
    • Estimating Traffic 00:02:40
  4. Chapter 4 : Clustering with Unsupervised Learning
    • Clustering Data Using the k-means Algorithm 00:03:08
    • Compressing an Image Using Vector Quantization 00:03:38
    • Building a Mean Shift Clustering 00:02:36
    • Grouping Data Using Agglomerative Clustering 00:03:05
    • Evaluating the Performance of Clustering Algorithms 00:02:56
    • Automatically Estimating the Number of Clusters Using DBSCAN 00:03:34
    • Finding Patterns in Stock Market Data 00:02:35
    • Building a Customer Segmentation Model 00:02:22
  5. Chapter 5 : Building Recommendation Engines
    • Building Function Composition for Data Processing 00:03:26
    • Building Machine Learning Pipelines 00:03:55
    • Finding the Nearest Neighbors 00:01:56
    • Constructing a k-nearest Neighbors Classifier 00:04:19
    • Constructing a k-nearest Neighbors Regressor 00:02:44
    • Computing the Euclidean Distance Score 00:02:08
    • Computing the Pearson Correlation Score 00:01:55
    • Finding Similar Users in a Dataset 00:01:35
    • Generating Movie Recommendations 00:02:35
  6. Chapter 6 : Analyzing Text Data
    • Preprocessing Data Using Tokenization 00:03:00
    • Stemming Text Data 00:02:23
    • Converting Text to Its Base Form Using Lemmatization 00:02:11
    • Dividing Text Using Chunking 00:02:03
    • Building a Bag-of-Words Model 00:02:59
    • Building a Text Classifier 00:04:43
    • Identifying the Gender 00:02:18
    • Analyzing the Sentiment of a Sentence 00:03:10
    • Identifying Patterns in Text Using Topic Modelling 00:04:52
  7. Chapter 7 : Speech Recognition
    • Reading and Plotting Audio Data 00:02:34
    • Transforming Audio Signals into the Frequency Domain 00:02:10
    • Generating Audio Signals with Custom Parameters 00:01:46
    • Synthesizing Music 00:02:10
    • Extracting Frequency Domain Features 00:02:06
    • Building Hidden Markov Models 00:02:19
    • Building a Speech Recognizer 00:03:12
  8. Chapter 8 : Dissecting Time Series and Sequential Data
    • Transforming Data into the Time Series Format 00:03:07
    • Slicing Time Series Data 00:01:32
    • Operating on Time Series Data 00:01:42
    • Extracting Statistics from Time Series 00:02:29
    • Building Hidden Markov Models for Sequential Data 00:04:16
    • Building Conditional Random Fields for Sequential Text Data 00:04:27
    • Analyzing Stock Market Data with Hidden Markov Models 00:02:26
  9. Chapter 9 : Image Content Analysis
    • Operating on Images Using OpenCV-Python 00:03:08
    • Detecting Edges 00:02:47
    • Histogram Equalization 00:02:31
    • Detecting Corners and SIFT Feature Points 00:03:47
    • Building a Star Feature Detector 00:01:35
    • Creating Features Using Visual Codebook and Vector Quantization 00:04:11
    • Training an Image Classifier Using Extremely Random Forests 00:02:30
    • Building an object recognizer 00:01:54
  10. Chapter 10 : Biometric Face Recognition
    • Capturing and Processing Video from a Webcam 00:01:58
    • Building a Face Detector using Haar Cascades 00:02:40
    • Building Eye and Nose Detectors 00:01:54
    • Performing Principal Component Analysis 00:02:17
    • Performing Kernel Principal Component Analysis 00:02:03
    • Performing Blind Source Separation 00:02:16
    • Building a Face Recognizer Using a Local Binary Patterns Histogram 00:04:14
  11. Chapter 11 : Deep Neural Networks
    • Building a Perceptron 00:02:40
    • Building a Single-Layer Neural Network 00:01:37
    • Building a deep neural network 00:02:19
    • Creating a Vector Quantizer 00:01:41
    • Building a Recurrent Neural Network for Sequential Data Analysis 00:02:24
    • Visualizing the Characters in an Optical Character Recognition Database 00:01:48
    • Building an Optical Character Recognizer Using Neural Networks 00:02:28
  12. Chapter 12 : Visualizing Data
    • Plotting 3D Scatter plots 00:02:43
    • Plotting Bubble Plots 00:01:16
    • Animating Bubble Plots 00:01:57
    • Drawing Pie Charts 00:01:34
    • Plotting Date-Formatted Time Series Data 00:01:33
    • Plotting Histograms 00:01:05
    • Visualizing Heat Maps 00:01:15
    • Animating Dynamic Signals 00:02:07
  13. Show and hide more

    Oreilly - Python Machine Learning Solutions


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss