Articles in MACHINE LEARNING

8 articles

Welcome tomorrow - how AI will shape the world by 2032

Welcome tomorrow - how AI will shape the world by 2032

Some of my thoughts and predictions on how AI will change the world in the next 10 years.

Read article
Data preparation with Dataset and DataLoader in Pytorch

Data preparation with Dataset and DataLoader in Pytorch

How to use Dataset and DataLoader classes to prepare data for machine learning in PyTorch

Read article
Artificial intelligence - a few key concepts

Artificial intelligence - a few key concepts

This article is for everyone who needs to organize some key concepts in the field of artificial intelligence and machine learning. Read on!

Read article
k-nearest neighbors for handwriting recognition

k-nearest neighbors for handwriting recognition

Not only simple and efficient, but working extremely well in surprisingly many areas of application. K-nearest neighbors - can it handle handwriting?

Read article
Anaconda cron on Amazon Linux

Anaconda cron on Amazon Linux

Running Python as a cron in the Amazon Linux environment - a simple recipe how to configure anaconda cron quickly on amazon linux AWS

Read article
Naive Bayes in machine learning

Naive Bayes in machine learning

Why is Naive Bayes so naive in machine learning? A step-by-step explanation for one of the popular and effective classifiers.

Read article