machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

List of interesting articles on different topics of machine learning and deep learning

Results 83 machine-learning-articles issues
Sort by recently updated
recently updated
newest added

## TL;DR Tools for time series ### Article Link https://towardsdatascience.com/my-time-series-toolkit-4aa841d08325 ## Useful Tools * ARIMA * Prophet

Time Series

## TL;DR An easier way to build pipelines with `pdpipe` ### Article Link https://towardsdatascience.com/https-medium-com-tirthajyoti-build-pipelines-with-pandas-using-pdpipe-cade6128cd31

Data Science Tools
Data Preprocessing

## TL;DR Different techniques to deal with the reproducibility problem of Jupyter Notebook ### Article Link https://netflixtechblog.com/notebook-innovation-591ee3221233

Jupyter Notebook

## TL;DR DIfferent ways to handle files in Python ### Article Link https://towardsdatascience.com/knowing-these-you-can-cover-99-of-file-operations-in-python-84725d82c2df

Python

## TL;DR Different ways to save file instead of csv ### Article Link https://towardsdatascience.com/stop-persisting-pandas-data-frames-in-csvs-f369a6440af5 ## Useful Tools * `pickle` and `to_pickle()` * `df.to_parquet()`

Python

## TL;DR Difference between static and class method for class ### Article Link https://julien.danjou.info/guide-python-static-class-abstract-methods/ ## Key Takeaways * @staticmethod and @classmethod are useful when we don't want to instantiate the...

Python

## TL;DR Useful practices to define a class ### Article Link https://medium.com/better-programming/advanced-python-9-best-practices-to-apply-when-you-define-classes-871a27af658b ## Key Takeaways * Give good names to functions and variables * Class and static methods are really...

Python

## TL;DR Why and how to use pipenv ### Article Link https://realpython.com/pipenv-guide/ ## Key Takeaways * Pipenv is a combo of virtualenv and pip * The sub-dependencies are not shown...

Python

## TL;DR Classify the topic of the text without trained data ### Article Link https://joeddav.github.io/blog/2020/05/29/ZSL.htm ## Useful Tools * https://colab.research.google.com/drive/1jocViLorbwWIkTXKwxCOV9HLTaDDgCaw?usp=sharing#scrollTo=CfrpyGWM782R

NLP

## TL;DR How to use RAPIDS and MLFlow to accelerate and keep track machine learning models ### Article Link https://medium.com/rapids-ai/managing-and-deploying-high-performance-machine-learning-models-on-gpus-with-rapids-and-mlflow-753b6fcaf75a ## Useful Tools * RAPIDS * MLFlow

Computing power