Giter VIP home page Giter VIP logo

Manas Bichoo's Projects

als icon als

ALS algorithm recommender system

bookrecommenderknn icon bookrecommenderknn

This is a book recommender system used to recommend top N books to the user using KNN Algorithm.

content-engine icon content-engine

A very simple content-based recommendation engine. Great for learning, but also ready for real-world use.

fastai icon fastai

The fastai deep learning library, plus lessons and tutorials

python icon python

All Algorithms implemented in Python

spellchecker icon spellchecker

We used NLP(Natural Language Processing) to solve this problem. We used character embedding (chars2vec model) to generate vectorized words and plotted them on vector space to map the closest and semantically similar words together using cosine similarity as the metric. We used a pre trained NLP model called as chars2vec for this purpose. Having the character embedding, every single word’s vector can be formed even it is out-of-vocabulary words. This model is a CNN which performs the character embedding. The step by step solution for this problem statement is: Import the chars2vec model for character embedding. Import the text file and read the words stored in it. Make a array(list) of words of the file. Vectorize all the words of that file by chars2vec model’s vectorize method. Train the chars2vec model with training set as the list of vectorized words. Take an input word from the user. Vectorize the input word using chars2vec vectorize method. Find the cosine similarity of that input word with every other word from the text file’s list of words. The word with the highest cosine similarity is the output. Return the word with the highest cosine similarity which is the correct spelling of the misspelled word.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.