Amazon makes its machine learning courses available for free

Amazon makes its machine learning courses available for free

  • November 28, 2018
Table of Contents

Amazon makes its machine learning courses available for free

Amazon announced today that it’s making its range of machine learning courses available to all developers signed up to its AWS platform for free. This program was previously available only to Amazon employees, but anyone can now take advantage of it at no charge by signing up to Amazon Web Services’ free plan. It includes 30 courses in total, with over 45 hours of course material, videos, and lab tests.

The company says its content addresses beginners, advanced developers, and everyone in between. The company is targeting four groups with this program:developers, data scientists, data platform engineers, and business professionals. Amazon said the course starts with fundamental concepts, and builds on those through real-world examples.

Some of the examples include predicting gift wrapping eligibility for products in a store, optimizing delivery routes, or predicting entertainment award nominations using data from IMDb’s database of information about movies.

Source: thenextweb.com

Share :
comments powered by Disqus

Related Posts

Decision Tree in Machine Learning

Decision Tree in Machine Learning

A decision tree is a flowchart-like structure in which each internal node represents a test on a feature (e.g. whether a coin flip comes up heads or tails), each leaf node represents a class label (decision taken after computing all features) and branches represent conjunctions of features that lead to those class labels. The paths from root to leaf represent classification rules. Below diagram illustrate the basic flow of decision tree for decision making with labels (Rain(Yes), No Rain(No)).

Read More
Humanizing Customer Complaints using NLP Algorithms

Humanizing Customer Complaints using NLP Algorithms

Last Christmas, I went through the most frustrating experience as a consumer. I was doing some last minute holiday shopping and after standing in a long line, I finally reached the blessed register only to find out that my debit card was blocked. I could sense the old lady at the register judging me with her narrowed eyes.

Read More