Implementing a Search Engine for IMDB movies' synopsis. Applying preprocessing text method, positional index structure, compression and inquiry correction.
Implementing a movie recommender system by embedding movies synopsis text by Word2Vec and TF-IDF methods to a reduced dimension subspace and applying Neural Networks and probabilistic models to recommend.