Oreilly - Machine Learning and Data Science with Python: A Complete Beginners Guide - 9781838980689
Oreilly - Machine Learning and Data Science with Python: A Complete Beginners Guide
by Abhilash Nelson | Released May 2019 | ISBN: 9781838980689


Machine learning and data science for programming beginners using Python with scikit-learn, SciPy, Matplotlib and PandasAbout This VideoLearn machine learning and data science using PythonA practical course designed for beginners who are interested in machine learning using PythonIn DetailArtificial intelligence, machine learning, and deep learning neural networks are the most used terms in the technology world today. They're also the most misunderstood and confused terms. Artificial intelligence is a broad spectrum of science which tries to make machines intelligent like humans, while machine learning and neural networks are two subsets that sit within this vast machine learning platform. But in this course, you will focus mainly on machine learning, which will include preparing your machine to make it ready for a prediction test.You will be using Python as your programming language. Python is a great tool for the development of programs that perform data analysis and prediction. It has a variety of classes and features that perform complex mathematical analyses and provide solutions in just a few lines of code, making it easier for you to get up to speed with data science and machine learning.Machine learning and data science jobs are among the most lucrative in the technology industry in recent times. Exploring this course will help you get well-versed with essential concepts and prepare you for a career in these fields. Show and hide more Publisher resources Download Example Code
  1. Chapter 1 : Course Overview & Table of Contents
    • Course Overview & Table of Contents 00:08:59
  2. Chapter 2 : Introduction to Machine Learning
    • Introduction to Machine Learning 00:10:32
  3. Chapter 3 : System and Environment preparation
    • System and Environment preparation 00:14:05
  4. Chapter 4 : Learn Basics of python
    • Learn Basics of python 00:35:18
  5. Chapter 5 : Learn Basics of NumPy
    • Learn Basics of NumPy 00:18:18
  6. Chapter 6 : Learn Basics of Matplotlib
    • Learn Basics of Matplotlib 00:07:06
  7. Chapter 7 : Learn Basics of Pandas
    • Learn Basics of Pandas 00:12:48
  8. Chapter 8 : Understanding the CSV data file
    • Understanding the CSV data file 00:08:56
  9. Chapter 9 : Load and Read CSV data file
    • Load and Read CSV data file 00:18:09
  10. Chapter 10 : Dataset Summary
    • Dataset Summary 00:35:46
  11. Chapter 11 : Dataset Visualization
    • Dataset Visualization 00:30:43
  12. Chapter 12 : Data Preparation
    • Data Preparation 00:51:30
  13. Chapter 13 : Feature Selection
    • Feature Selection 00:52:10
  14. Chapter 14 : Refresher Session - The Mechanism of Re-sampling, Training and Testing
    • Refresher Session - The Mechanism of Re-sampling, Training and Testing 00:12:04
  15. Chapter 15 : Algorithm Evaluation Techniques
    • Algorithm Evaluation Techniques 00:38:27
  16. Chapter 16 : Algorithm Evaluation Metrics
    • Algorithm Evaluation Techniques 1:00:39
  17. Chapter 17 : Classification Algorithm Spot Check - Logistic Regression
    • Classification Algorithm Spot Check - Logistic Regression 00:11:32
  18. Chapter 18 : Classification Algorithm Spot Check - Linear Discriminant Analysis
    • Classification Algorithm Spot Check - Linear Discriminant Analysis 00:03:49
  19. Chapter 19 : Classification Algorithm Spot Check - K-Nearest Neighbors
    • Classification Algorithm Spot Check - K-Nearest Neighbors 00:04:50
  20. Chapter 20 : Classification Algorithm Spot Check - Naive Bayes
    • Classification Algorithm Spot Check - Naive Bayes 00:04:01
  21. Chapter 21 : Classification Algorithm Spot Check – CART
    • Classification Algorithm Spot Check – CART 00:03:49
  22. Chapter 22 : Classification Algorithm Spot Check - Support Vector Machines
    • Classification Algorithm Spot Check - Support Vector Machines 00:04:37
  23. Chapter 23 : Regression Algorithm Spot Check - Linear Regression
    • Regression Algorithm Spot Check - Linear Regression 00:07:38
  24. Chapter 24 : Regression Algorithm Spot Check - Ridge Regression
    • Regression Algorithm Spot Check - Ridge Regression 00:03:14
  25. Chapter 25 : Regression Algorithm Spot Check - LASSO Linear Regression
    • Regression Algorithm Spot Check - LASSO Linear Regression 00:02:55
  26. Chapter 26 : Regression Algorithm Spot Check - Elastic Net Regression
    • Regression Algorithm Spot Check - Elastic Net Regression 00:02:10
  27. Chapter 27 : Regression Algorithm Spot Check - K-Nearest Neighbors
    • Regression Algorithm Spot Check - K-Nearest Neighbors 00:05:57
  28. Chapter 28 : Regression Algorithm Spot Check – CART
    • Regression Algorithm Spot Check – CART 00:04:03
  29. Chapter 29 : Regression Algorithm Spot Check - Support Vector Machines (SVM)
    • Regression Algorithm Spot Check - Support Vector Machines (SVM) 00:04:03
  30. Chapter 30 : Compare Algorithms - Part 1: Choosing the best Machine Learning Model
    • Compare Algorithms - Part 1: Choosing the best Machine Learning Model 00:08:52
  31. Chapter 31 : Compare Algorithms - Part 2: Choosing the best Machine Learning Model
    • Compare Algorithms - Part 2: Choosing the best Machine Learning Model 00:05:02
  32. Chapter 32 : Pipelines: Data Preparation and Data Modelling
    • Pipelines: Data Preparation and Data Modelling 00:10:56
  33. Chapter 33 : Pipelines: Feature Selection and Data Modelling
    • Pipelines: Feature Selection and Data Modelling 00:09:36
  34. Chapter 34 : Performance Improvement: Ensembles – Voting
    • Performance Improvement: Ensembles – Voting 00:06:58
  35. Chapter 35 : Performance Improvement: Ensembles – Bagging
    • Performance Improvement: Ensembles – Bagging 00:08:21
  36. Chapter 36 : Performance Improvement: Ensembles – Boosting
    • Performance Improvement: Ensembles – Boosting 00:04:36
  37. Chapter 37 : Performance Improvement: Parameter Tuning using Grid Search
    • Performance Improvement: Parameter Tuning using Grid Search 00:07:36
  38. Chapter 38 : Performance Improvement: Parameter Tuning using Random Search
    • Performance Improvement: Parameter Tuning using Random Search 00:06:00
  39. Chapter 39 : Export, Save and Load Machine Learning Models: Pickle
    • Export, Save and Load Machine Learning Models: Pickle 00:09:41
  40. Chapter 40 : Export, Save and Load Machine Learning Models: Joblib
    • Export, Save and Load Machine Learning Models Joblib 00:05:53
  41. Chapter 41 : Finalizing a Model - Introduction and Steps
    • Finalizing a Model - Introduction and Steps 00:06:39
  42. Chapter 42 : Finalizing a Classification Model - The Pima Indian Diabetes Dataset
    • Finalizing a Classification Model - The Pima Indian Diabetes Dataset 00:06:46
  43. Chapter 43 : Quick Session: Imbalanced Data Set - Issue Overview and Steps
    • Quick Session: Imbalanced Data Set - Issue Overview and Steps 00:08:35
  44. Chapter 44 : Iris Dataset: Finalizing Multi-Class Dataset
    • Iris Dataset: Finalizing Multi-Class Dataset 00:09:16
  45. Chapter 45 : Finalizing a Regression Model - The Boston Housing Price Dataset
    • Finalizing a Regression Model - The Boston Housing Price Dataset 00:08:17
  46. Chapter 46 : Real-time Predictions: Using the Pima Indian Diabetes Classification Model
    • Real-time Predictions: Using the Pima Indian Diabetes Classification Model 00:06:39
  47. Chapter 47 : Real-time Predictions: Using Iris Flowers Multi-Class Classification Dataset
    • Real-time Predictions: Using Iris Flowers Multi-Class Classification Dataset 00:03:26
  48. Chapter 48 : Real-time Predictions: Using the Boston Housing Regression Model
    • Real-time Predictions: Using the Boston Housing Regression Model 00:07:45
  49. Show and hide more

    Oreilly - Machine Learning and Data Science with Python: A Complete Beginners Guide

    9781838980689.machine.learning.and.OR.part1.rar

    9781838980689.machine.learning.and.OR.part2.rar


 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