Python Artificial Intelligence Projects for Beginners

Python Artificial Intelligence Projects for Beginners

התוכן זמין לקנייה
Artificial Intelligence (AI) is one of the hottest fields in computer science right now and has taken the world by storm as a major field of research and development. Python has surfaced as a dominate language in AI programming because of its flexibility. Built for rookie AI enthusiasts across eight realistic projects, this course covers modern techniques that make up the world of AI.
2017עונה אחת
שחקנים: Joshua Eckroth
מתאים לכולם
16 פרקים
  • 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.
    מתאים לכולם
    2 דקות
    26 בדצמ׳ 2017
  • 2. Classification Overview and Evaluation Techniques

    2. Classification Overview and Evaluation Techniques

    In this video, we will see what classification is and also, we will see how well a system is performing in this task.
    In this video, we will see what classification is and also, we will see how well a system is performing in this task.
    מתאים לכולם
    5 דקות
    26 בדצמ׳ 2017
  • 3. Decision Trees

    3. Decision Trees

    In this video, we will see what a decision tree is, how it works, and what is it good for.
    In this video, we will see what a decision tree is, how it works, and what is it good for.
    מתאים לכולם
    4 דקות
    26 בדצמ׳ 2017
  • 4. Prediction with Decision Trees and Student Performance Data

    4. Prediction with Decision Trees and Student Performance Data

    In this video, we will see how we can predict a student's performance in a course. We can do so by looking at the student's prior performance and some facts about their home life. A decision tree classifier can be used to learn how to predict performance based on these historical attributes.
    In this video, we will see how we can predict a student's performance in a course. We can do so by looking at the student's prior performance and some facts about their home life. A decision tree classifier can be used to learn how to predict performance based on these historical attributes.
    מתאים לכולם
    7 דקות
    26 בדצמ׳ 2017
  • 5. Random Forests

    5. Random Forests

    In this video, we will see what a random forest is, how it works, and what is it good for.
    In this video, we will see what a random forest is, how it works, and what is it good for.
    מתאים לכולם
    2 דקות
    26 בדצמ׳ 2017
  • 6. Predicting Bird Species with Random Forests

    6. Predicting Bird Species with Random Forests

    In this video, we will see how we can predict the species of a bird based on various attributes.
    In this video, we will see how we can predict the species of a bird based on various attributes.
    מתאים לכולם
    9 דקות
    26 בדצמ׳ 2017
  • 7. The Problem of Text Classification

    7. The Problem of Text Classification

    In this video, we will see how we can manipulate text in order to use a classification technique, such as random forests. One popular approach is the bag-of-words model.
    In this video, we will see how we can manipulate text in order to use a classification technique, such as random forests. One popular approach is the bag-of-words model.
    מתאים לכולם
    6 דקות
    26 בדצמ׳ 2017
  • 8. Detecting YouTube Comment Spam with Bag of Words and Random Forests

    8. Detecting YouTube Comment Spam with Bag of Words and Random Forests

    In this video, we will see how we can identify spam comments on a website. We look at a YouTube spam dataset to practice with bag-of-words and random forests to solve this problem.
    In this video, we will see how we can identify spam comments on a website. We look at a YouTube spam dataset to practice with bag-of-words and random forests to solve this problem.
    מתאים לכולם
    9 דקות
    26 בדצמ׳ 2017
  • 9. Word2Vec Models

    9. Word2Vec Models

    Is there any other way to represent text, perhaps more accurately? Indeed, Word2Vec is a more sophisticated approach that can yield more accurate results and this video explains that.
    Is there any other way to represent text, perhaps more accurately? Indeed, Word2Vec is a more sophisticated approach that can yield more accurate results and this video explains that.
    מתאים לכולם
    5 דקות
    26 בדצמ׳ 2017
  • 10. Detecting Positive/Negative Sentiment in User Reviews

    10. Detecting Positive/Negative Sentiment in User Reviews

    In this video, we will see how we can identify positive and negative product reviews and how to use word2vec and doc2vec models to find which documents are similar to each other.
    In this video, we will see how we can identify positive and negative product reviews and how to use word2vec and doc2vec models to find which documents are similar to each other.
    מתאים לכולם
    8 דקות
    26 בדצמ׳ 2017
  • 11. Neural Networks

    11. Neural Networks

    In this video, we will see what neural networks are, why are they named this way, and how do they work.
    In this video, we will see what neural networks are, why are they named this way, and how do they work.
    מתאים לכולם
    4 דקות
    26 בדצמ׳ 2017
  • 12. Identifying the Genre of a Song Using Audio Analysis and Neural Networks

    12. Identifying the Genre of a Song Using Audio Analysis and Neural Networks

    In this video, how we can identify the genre of a song.
    In this video, how we can identify the genre of a song.
    מתאים לכולם
    11 דקות
    26 בדצמ׳ 2017
  • 13. Revising the Spam Detector to Use Neural Networks

    13. Revising the Spam Detector to Use Neural Networks

    In this video, we will see how to use neural networks for text data.
    In this video, we will see how to use neural networks for text data.
    מתאים לכולם
    9 דקות
    26 בדצמ׳ 2017
  • 14. Overview of Deep Learning and Convolutional Neural Networks

    14. Overview of Deep Learning and Convolutional Neural Networks

    In this video, we will see what deep learning is, why is it a popular term today, how does it work, and what are popular techniques in deep learning.
    In this video, we will see what deep learning is, why is it a popular term today, how does it work, and what are popular techniques in deep learning.
    מתאים לכולם
    6 דקות
    26 בדצמ׳ 2017
  • 15. Identifying Handwritten Mathematical Symbols with Convolutional Neural Networks

    15. Identifying Handwritten Mathematical Symbols with Convolutional Neural Networks

    In this video, we will see how to use CNNs to classify images.
    In this video, we will see how to use CNNs to classify images.
    מתאים לכולם
    15 דקות
    26 בדצמ׳ 2017
  • 16. Revising the Bird Species Identifier to Use Images

    16. Revising the Bird Species Identifier to Use Images

    In this video, we will see how to use more sophisticated CNNs to classify images.
    In this video, we will see how to use more sophisticated CNNs to classify images.
    מתאים לכולם
    12 דקות
    26 בדצמ׳ 2017
  • Python Artificial Intelligence Projects for Beginners
    2017עונה אחת
    Artificial Intelligence (AI) is one of the hottest fields in computer science right now and has taken the world by storm as a major field of research and development. Python has surfaced as a dominate language in AI programming because of its flexibility. Built for rookie AI enthusiasts across eight realistic projects, this course covers modern techniques that make up the world of AI.
    יוצרים וצוות שחקנים
    השחקנים
    Joshua Eckroth
    אולפן
    Packt Publishing
    ביקורות
    1.5 out of 5 stars

    2 דירוגים משאר העולם

    1. 5 star
      0%
    2. 4 star
      0%
    3. 3 star
      0%
    4. 2 star
      51%
    5. 1 star
      49%
    שפות שמע
    English
    כתוביות
    English [CC]
    הזמנה או צפייה בתוכן מהווה הסכמה לתנאים שלנו. נמכר על-ידי Amazon.com Services LLC.‎

    משוב