Skip to content

afcarl/Effective-Amazon-Machine-Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effective Amazon Machine Learning

This is the code repository for Effective Amazon Machine Learning, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Predictive Analytics is a complex domain requiring coding skills, an understanding of the mathematical concepts underlying Machine Learning algorithms, and the ability to create compelling data visualizations. Following AWS simplifying Machine learning, this book will help you bring predictive analytics projects to fruition in three easy steps: data preparation, model tuning, and model selection.

This book will introduce you to the Amazon Machine Learning platform and will implement core Data Science concepts such as classification, regression, regularization, overfitting, model selection, and evaluation. Furthermore, you will learn to leverage the Amazon Web Service ecosystem for extended access to data sources; implement real- time predictions; and run Amazon Machine Learning projects via the command line and the python SDK.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following: A block of code is set as follows:

# Create datasource for training
resource = name_id_generation('DS', 'training', trial)
print("Creating datasources for training (%s)"% resource['Name'] )

This book requires an AWS account, and the ability to run Python 3 (3.5) code examples. We use the latest Anaconda distribution (conda 4.3). The reader should also be able to run basic shell commands in a terminal. Note that the Amazon Machine Learning service is not part of the free tier AWS offer.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Code repository for Effective Amazon Machine Learning, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.1%
  • Shell 18.2%
  • SQLPL 3.7%