Word Embeddings transform english words into vectors, so you can calculate with words such as: dog - bark + meow = cat They are also used in search engines, recommendation systems and spam detection.
A website that shows you what months vegetables and fruits have to be sown and when they can be harvested.
A neural network built from scratch with pure NumPy and maths. It can correctly classify MNIST digits with >90% accuracy.