Python Machine Learning Projects

Python Machine Learning Projects

Διαθέσιμο για αγορά
Machine learning gives you unimaginably powerful insights into data. This course is a unique blend of projects that teach you what Machine Learning is all about and how you can implement machine learning concepts in practice. Six different independent projects will help you master machine learning in Python. You will be able to implement your own machine learning models after taking this course.
Ηθοποιοί: Alexander T. Combs
ΌΛΑ
26 επεισόδια
  • 1. The Course Overview

    1. The Course Overview

    This video gives an overview of the entire course.
    This video gives an overview of the entire course.
    ΌΛΑ
    3 λεπτά
    27 Δεκ 2016
  • 2. Sourcing Airfare Pricing Data

    2. Sourcing Airfare Pricing Data

    We need the air pricing data from a website to work with. You will learn to do that in this section.
    We need the air pricing data from a website to work with. You will learn to do that in this section.
    ΌΛΑ
    4 λεπτά
    27 Δεκ 2016
  • 3. Retrieving the Fare Data with Advanced Web Scraping Techniques

    3. Retrieving the Fare Data with Advanced Web Scraping Techniques

    After determining the source of the data, we need to retrieve the data.
    After determining the source of the data, we need to retrieve the data.
    ΌΛΑ
    5 λεπτά
    27 Δεκ 2016
  • 4. Parsing the DOM to Extract Pricing Data

    4. Parsing the DOM to Extract Pricing Data

    DOM is the structure of elements that form the web page. We need to get some details of the structure by parsing it.
    DOM is the structure of elements that form the web page. We need to get some details of the structure by parsing it.
    ΌΛΑ
    16 λεπτά
    27 Δεκ 2016
  • 5. Sending Real-Time Alerts Using IFTTT

    5. Sending Real-Time Alerts Using IFTTT

    To get real-time alerts when a particular event occurs, we need to use IFTTT.
    To get real-time alerts when a particular event occurs, we need to use IFTTT.
    ΌΛΑ
    4 λεπτά
    27 Δεκ 2016
  • 6. Putting It All Together

    6. Putting It All Together

    To deploy our app, we'll move on to working in a text editor. You will put together the entire code to get the final result.
    To deploy our app, we'll move on to working in a text editor. You will put together the entire code to get the final result.
    ΌΛΑ
    3 λεπτά
    27 Δεκ 2016
  • 7. The IPO Market

    7. The IPO Market

    Before deciding strategies for the IPO market, we need to study the IPO market and derive inferences from it.
    Before deciding strategies for the IPO market, we need to study the IPO market and derive inferences from it.
    ΌΛΑ
    13 λεπτά
    27 Δεκ 2016
  • 8. Feature Engineering

    8. Feature Engineering

    The consideration and inclusion of all factors affecting the market is called feature engineering. Modeling this is as important as the data used in building the model.
    The consideration and inclusion of all factors affecting the market is called feature engineering. Modeling this is as important as the data used in building the model.
    ΌΛΑ
    8 λεπτά
    27 Δεκ 2016
  • 9. Binary Classification

    9. Binary Classification

    Instead of giving the value of the return, you can predict the IPO for a trade you will buy or not buy. The model used is logistic regression.
    Instead of giving the value of the return, you can predict the IPO for a trade you will buy or not buy. The model used is logistic regression.
    ΌΛΑ
    6 λεπτά
    27 Δεκ 2016
  • 10. Feature Importance

    10. Feature Importance

    It is important to know which features will make the offering successful. You can find that out in this section.
    It is important to know which features will make the offering successful. You can find that out in this section.
    ΌΛΑ
    5 λεπτά
    27 Δεκ 2016
  • 11. Creating a Supervised Training Set with the Pocket App

    11. Creating a Supervised Training Set with the Pocket App

    To create a model, we have to first have a training dataset. We will use the pocket app for this.
    To create a model, we have to first have a training dataset. We will use the pocket app for this.
    ΌΛΑ
    9 λεπτά
    27 Δεκ 2016
  • 12. Using the embed.ly API to Download Story Bodies

    12. Using the embed.ly API to Download Story Bodies

    You can't move forward with just the URLs of the stories. You would need the full article. So let's check out how to do that in this video.
    You can't move forward with just the URLs of the stories. You would need the full article. So let's check out how to do that in this video.
    ΌΛΑ
    3 λεπτά
    27 Δεκ 2016
  • 13. Natural Language Processing Basics

    13. Natural Language Processing Basics

    Machine learning models work on numerical data. So we will need to transform our text into numerical data using NLP.
    Machine learning models work on numerical data. So we will need to transform our text into numerical data using NLP.
    ΌΛΑ
    7 λεπτά
    27 Δεκ 2016
  • 14. Support Vector Machines

    14. Support Vector Machines

    You will learn about the linear support vector machine in this video. The SVM algorithm separates data points linearly into classes.
    You will learn about the linear support vector machine in this video. The SVM algorithm separates data points linearly into classes.
    ΌΛΑ
    4 λεπτά
    27 Δεκ 2016
  • 15. IFTTT Integration with Feeds, Google Sheets, and E-mail

    15. IFTTT Integration with Feeds, Google Sheets, and E-mail

    We have provided a training dataset. But we also need a stream of articles as a testing dataset to run our model against.
    We have provided a training dataset. But we also need a stream of articles as a testing dataset to run our model against.
    ΌΛΑ
    8 λεπτά
    27 Δεκ 2016
  • 16. Setting Up Your Daily Personal Newsletter

    16. Setting Up Your Daily Personal Newsletter

    It would make life easier if you get a personalized e-mail of your stories, right? So you will learn how to do that in this video.
    It would make life easier if you get a personalized e-mail of your stories, right? So you will learn how to do that in this video.
    ΌΛΑ
    4 λεπτά
    27 Δεκ 2016
  • 17. What Does Research Tell Us about the Stock Market?

    17. What Does Research Tell Us about the Stock Market?

    Research is the most important thing before we start working on designing a strategy.
    Research is the most important thing before we start working on designing a strategy.
    ΌΛΑ
    6 λεπτά
    27 Δεκ 2016
  • 18. Developing a Trading Strategy

    18. Developing a Trading Strategy

    Once you have studied the various aspects of the market, it is time to develop a trading strategy. You will learn it in this video.
    Once you have studied the various aspects of the market, it is time to develop a trading strategy. You will learn it in this video.
    ΌΛΑ
    12 λεπτά
    27 Δεκ 2016
  • 19. Building a Model and Evaluating Its Performance

    19. Building a Model and Evaluating Its Performance

    Now that we have our baseline, we will build our first regression model for prediction of stocks.
    Now that we have our baseline, we will build our first regression model for prediction of stocks.
    ΌΛΑ
    7 λεπτά
    27 Δεκ 2016
  • 20. Modeling with Dynamic Time Warping

    20. Modeling with Dynamic Time Warping

    Another algorithm to work with is dynamic time warping. It provides us a metric which will inform us about the similarity between two time series.
    Another algorithm to work with is dynamic time warping. It provides us a metric which will inform us about the similarity between two time series.
    ΌΛΑ
    6 λεπτά
    27 Δεκ 2016
  • 21. Machine Learning on Images

    21. Machine Learning on Images

    It is very important to understand machine learning's concepts before working with it.
    It is very important to understand machine learning's concepts before working with it.
    ΌΛΑ
    5 λεπτά
    27 Δεκ 2016
  • 22. Working with Images

    22. Working with Images

    In order to work with images, we need to transform them into a matrix form, that is, numerical form.
    In order to work with images, we need to transform them into a matrix form, that is, numerical form.
    ΌΛΑ
    4 λεπτά
    27 Δεκ 2016
  • 23. Finding Similar Images

    23. Finding Similar Images

    We will use algorithms to find similar images in the database.
    We will use algorithms to find similar images in the database.
    ΌΛΑ
    8 λεπτά
    27 Δεκ 2016
  • 24. Building an Image Similarity Engine

    24. Building an Image Similarity Engine

    We will combine what we have studied so far to build an image similarity engine.
    We will combine what we have studied so far to build an image similarity engine.
    ΌΛΑ
    10 λεπτά
    27 Δεκ 2016
  • Python Machine Learning Projects
    20161 σεζόν
    Machine learning gives you unimaginably powerful insights into data. This course is a unique blend of projects that teach you what Machine Learning is all about and how you can implement machine learning concepts in practice. Six different independent projects will help you master machine learning in Python. You will be able to implement your own machine learning models after taking this course.
    Δημιουργοί και ηθοποιοί
    Μετάδοση
    Alexander T. Combs
    Στούντιο
    Packt Publishing
    Κριτικές
    1. 5 αστέρι
      0%
    2. 4 αστέρι
      0%
    3. 3 αστέρι
      0%
    4. 2 αστέρι
      0%
    5. 1 αστέρι
      0%
    Διαβάστε όλες τις αξιολογήσεις
    Γλώσσες ήχου
    English
    Υπότιτλοι
    English [CC]
    Αν παραγγείλετε ή παρακολουθήσετε περιεχόμενο, συμφωνείτε με τους Όρους. Πωλείται από την Amazon.com Services LLC.

    Σχόλια

    Υποστήριξη