Skip to content

Files

Latest commit

 

History

History

5_machine-learning

AWS Machine Learning

AWS Machine Learning Service Choices

Chart below for reference, grouped by category -- SaaS, PaaS and IaaS for AWS Machine Learning services.

Learn more

Core Machine Learning Concepts

  • LEARN via an open source course homemade-machine-learning - use Jupyter notebook examples which explain & demo key ML algorithms in Python - link
  • LEARN using the open source sci-kit learn Python library - link

Learn Convolutional Neural Network Concepts (CNNs)

  • SEE fashion mnist and get sample data - link
  • TRY CNN example with TensorFlow/Keras and with mnist data - link
  • LEARN CNN example with fashion mnist data - link
  • LEARN CNN encoding for mnist - link
  • LEARN theoretic and advanced TensorFlow ML concepts - link

12 Hour Data Science Course

Work with many example Jupyter (SageMaker) notebooks in this companion repo which includes a large number of example notebooks for data science (machine learning) use cases. This Repo is a companion to the book "Data Science on AWS"

  • Here's the link to this repo w/the example notebooks

AWS Machine Learning Resources