Daily Shaarli

All links of one day in a single page.

12/25/19

A list of beginner-friendly NLP projects

This article is designed to serve as a directory of software projects built on NLP (natural language processing), that anyone — even someone without ML experience — can build.

linkding - Self-hosted bookmark service

linkding is a simple bookmark service that you can host yourself. It supports managing bookmarks, categorizing them with tags and has a search function. It provides a bookmarklet for quickly adding new bookmarks while browsing the web. It also supports import / export of bookmarks in the Netscape HTML format.

Vadim Drobinin | What I've learned after sending 147 proposals to 36 conferences in a year

This year I sent out quite a few proposals to the majority of mobile conferences in Europe. Some ignored me, the others replied with automated rejections. However, some accepted and it was fun. Here is what I've learned on the way.

Why Brave isn't bad

There is a a lot of misinformation being spread about Brave. Many people claim that it is spyware or harmful to your privacy. This is not true and I will debunk every claim I have found.

Lei Mao's Log Book – Particle Filter

Particle filter is a Monte Carlo algorithm used to solve statistical inference problems. In this project, the turtle location and heading direction in maze was infered using particle filter. The green turtle is the actual location while the orange turtule is the estimated location. The arrows are particles. Blue arrows stand for low probability particles while red arrows stand for high probability particles. There are four sensors installed on the front, back, left and right of the turtle. The sensors measure its perpendicular distances to the closest walls in four directions, possibly bounded by some sensor limit.

image