Data Science
A Comprehensive Guide to the DataLoader Class and Abstractions in PyTorch
In this post, we'll deal with one of the most challenging problems in the fields of Machine Learning and Deep Learning: the struggle of loading and handling different types of data.
Introducing ML News 📈
ML News (MLN for short) is a community for sharing and discussing all things related to machine learning, deep learning, AI, data science, and the like.
COVID-19: The Data We Have, and How We Can Use It
This article covers the epidemiology of the coronavirus crisis, what type of actionable data we have, and what can be done with it.
Introduction to Naive Bayes: A Probability-Based Classification Algorithm
Naive Bayes is one of the simplest machine learning algorithms for classification. We'll cover an introduction to Naive Bayes, and implement it in Python.