|
|
|
|
|
|
|
A great overview of some of the most useful visualisations in matplotlib (with respective code). Very useful as a reference as well. I can't share this article without also giving a shoutout to some of the "matplotlib-on-steroids" libraries that also help data scientists to simplify visualisations through high-level interfaces - some of these include seaborn, ggplot and bokeh.
|
|
|
|
|
|
|
Excellent website that provides what it suggests - published papers that have been released with accompanying code. We applaud the AtlasML team not only for such an awesome contribution, but for also helping raise the bar in machine learning research.
|
|
|
|
|
|
|
Kubeflow is an open source Kubernetes-native platform for developing, orchestrating, deploying, and running scalable and portable machine learning workloads. Great overview to a very interesting tool that tackles the challenge of production orchestration in machine learning. Great companies and projects like SeldonIO, TensorRT and Pachyderm currently actually use it - you can learn more at their website.
|
|
|
|
|
|
|
NVIDIA researchers delivers another mind-blowing video + paper on GANs. This time their focus is around style-based guided generation. More specifically, "an alternative generator architecture for generative adversarial networks, borrowing from style transfer literature. The new architecture leads to an automatically learned, unsupervised separation of high-level attributes... [enabling for] intuitive, scale-specific control of the synthesis."
|
|
|
|
|
|
|
|
MLOps = ML Operations
This edition we want to highlight a few awesome libraries that tackle the reproducible operations challenge primarily around data versioning. The libraries we're showcasing this week are:
- Data Version Control (DVC) - A git fork that allows for version management of models, data and code through version control.
- QuiltData - Versioning, reproducibility and deployment of data and models.
- Pachyderm - Open source distributed processing framework build on Kubernetes focused mainly on dynamic building of production machine learning pipelines.
- ModelDB - Framework to track all the steps in your ML code to keep track of what version of your model obtained which accuracy, and then visualise it and query it via the UI.
|
|
|
|
|
|
|
|