Book Image

Advanced Artificial Intelligence Projects with Python [Video]

By : Dr. Joshua Eckroth
Book Image

Advanced Artificial Intelligence Projects with Python [Video]

By: Dr. Joshua Eckroth

Overview of this book

<p>Considered the Holy Grail of automation, data analysis, and robotics, Artificial Intelligence has taken the world by storm as a major field of research and development. Python has surfaced as a dominate language in AI/ML programming because of its simplicity and flexibility, in addition to its great support for open source libraries such as spaCy and TensorFlow.</p> <p>This video course is built for those with a basic understanding of artificial intelligence, introducing them to advanced artificial intelligence projects as they go ahead. The first project introduces natural language processing including part-of-speech tagging and named entity extraction. Wikipedia articles are used to demonstrate the extraction of keywords, and the Enron email archive is mined for mentions and relationships of people, places, and organizations. The spaCy library is used. The next project introduces genetic algorithms. The DEAP library is used. A music data set is used in a genetic algorithm that generates a music playlist satisfying multiple criteria such as song similarity and playlist length. The last project introduces reinforcement learning and deep reinforcement learning. The OpenAI Gym platform and Q-learning algorithm are used to build a game-playing AI.</p> <p>The code bundle for this video course is available at - <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Advanced-Artificial-Intelligence-Projects-with-Python" target="blank">https://github.com/PacktPublishing/Advanced-Artificial-Intelligence-Projects-with-Python</a></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"> <span id="trade_selling_points_c" class="sugar_field">Built for AI enthusiasts, machine learning and deep learning students, and developers across three realistic projects, this course covers modern techniques that will take your AI game with Python to the next level.</span></span></p>
Table of Contents (3 chapters)
Chapter 1
Natural Language Processing
Content Locked
Section 2
Goals and Techniques of NLP
In this video, we will see what NLP is, what are the goals and techniques, and what does the spaCy library do for us. - Explain how NLP is needed to analyze the meaning of text - Find parts-of-speech, and possibly find named entities - Explain how spaCy is a popular state-of-the-art and fast library for doing all of these steps