This is a small, but surprisingly whole and satisfying project – we take a wine review of a few sentences and we train a tiny neural network to guess which grape it is from. No images, no GPU, no advanced …

Predict Wine Variety from text: Embeddings + PyTorch Read more »

Searching through 399 documents or 40 web pages (the numbers are not random) can be a tough task if you rely on standard tools like ctrl+f. When the data grows, you need a dedicated search engine that understands relevance, handles …

Elasticsearch – Simple Introduction and Web App Read more »