docker
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
Others
All Themes
Articles
Machine Learning Reproducibility: A Kaggle Competition Use-Case
Even though Reproducibility in Machine Learning is a theme that people hear about now and then, we still see that people are practicing it only to a certain degree. Even between Kaggle [https://www.kaggle.com/] competition winners, we still see a lot of hard-to-reproduce code in Notebooks. Our goal here is to outline some reproducibility elements and how we tackled them in a recent competition. First, what reproducibility stands for in Machine Learning? During a Machine Learning project, we hav
Fernando Camargo
December 16, 2020
Docker for beginners
Hello you all, in this article I'll try to explain the concepts of Docker and how you can dockerize your app with no suffering, so leeeeeet's go 🤓 -------------------------------------------------------------------------------- Objective The objective of this article is to provide you the actions needed to get an up and running application with Docker and docker-compose. You'll also learn how to upload and download it from local registries and the almighty Dockerhub. Have fun. ------------
Rhuan Silva
September 24, 2020
1