Next Word Prediction
USing LSTM

LSTM model uses Deep learning with a network of artificial “cells” that manage memory, making them better suited for text prediction than traditional neural networks and other models. The next word is simply “green” and could be predicted by most models and networks.Can LSTM predict Lets check code out in my post.

Yolo
Real TIme object Detection

YOLO: Real-Time Object Detection. You only look once (YOLO) is a state-of-the-art, real-time object detection system.Can it detect All objects.Lets Check code in our post.

CIFAR-10
DATASET IMAGE CLASS IDENTIFICATION

The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.Can We find which image belongs to which Class. Check the Code in my post. .