Daily Shaarli

All links of one day in a single page.

09/01/20

How to Play Chess in Linux Terminal

Linux terminals can be fun too. Learn how to play chess in Linux terminal that too with a formidable opponent Stockfish chess engine.

Multi-Label Classification with Deep Learning

Multi-label classification involves predicting zero or more class labels. Unlike normal classification tasks where class labels are mutually exclusive, multi-label classification requires specialized machine learning algorithms that support predicting multiple mutually non-exclusive classes or “labels.” Deep learning neural networks are an example of an algorithm that natively supports multi-label classification problems. Neural network models for […]