Python Artificial Intelligence Projects for Beginners : Get up and Running with Artificial Intelligence Using 8 Smart and Exciting AI Applications.

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book demonstrates AI projects in Python covering modern techniques that make up the world of Artificial Intelligence. You will come across a variety of real-world projects on classifying data, text processing techniques, deep learning and neural networks.

Author(s): Eckroth, Joshua
Publisher: Packt Publishing Ltd
Year: 2018

Language: English
Pages: 155
City: Birmingham

Cover
Title Page
Copyright and Credits
Packt Upsell
Contributors
Table of Contents
Preface
Chapter 1: Building Your Own Prediction Models
Classification overview and evaluation techniques
Evaluation
Decision trees
Common APIs for scikit-learn classifiers
Prediction involving decision trees and student performance data
Summary
Chapter 2: Prediction with Random Forests
Random forests
Usage of random forest
Predicting bird species with random forests
Making a confusion matrix for the data
Summary
Chapter 3: Applications for Comment Classification
Text classification Machine learning techniquesBag of words
Detecting YouTube comment spam
Word2Vec models
Doc2Vec
Document vector
Detecting positive or negative sentiments in user reviews
Summary
Chapter 4: Neural Networks
Understanding neural networks
Feed-forward neural networks
Identifying the genre of a song with neural networks
Revising the spam detector to use neural networks
Summary
Chapter 5: Deep Learning
Deep learning methods
Convolutions and pooling
Identifying handwritten mathematical symbols with CNNs
Revisiting the bird species identifier to use images
Summary