WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

susovan87/machine-learning-engineering-for-production-public

 
 

Repository files navigation

Machine Learning Engineering for Production

Welcome to the public repo for deeplearning.ai's Machine Learning Engineering for Production Specialization.

Here you will find public resources for the courses of this specialization.

Want to contribute?

At the time being we are not accepting Pull Requests but if you have any suggestion or spot any bug please raise an issue.

Docker: General purpose

docker build --rm --tag my-ml-image .
docker run -it --rm -p 8888:8888 -p 8000:8000 --mount type=bind,source="$(pwd)",target=/home/jovyan/work my-ml-image

Docker: TF Extended?

# Doesn't work
docker run -it --rm -p 8888:8888 -p 8000:8000 --mount type=bind,source="$(pwd)",target=/home/jovyan/work tensorflow/tensorflow:latest-gpu-jupyter

About

Public repo for DeepLearning.AI MLEP Specialization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Other 1.1%