Giter VIP home page Giter VIP logo

nlp_mini_projects's Introduction

NLP_Mini_Projects

This repository various small scale projects based on Natural Language Processing.
Some of the most significant ones are

  1. Part of Speech Tagger
  2. Password Strength Classifier
  3. Topic Modeling using Non-negative Matrix Factorization

Part of Speech Tagger

We incorporate context of a word in our model to assign it a Part of Speech
Eg. The word plant may be a verb or a noun depending on the context

Let's plant a tree. --> plant is a Verb here
Photosynthesis is a transfer of energy from the Sun to a plant. --> plant is a Noun here

Password Strength Classifier

It is a supervised learning based model which can be used to classify a password as a strong, weak or medium
Used Tfidf Vectorizer from sklearn and a Tokenizer which splits a password in its constituent characters
Got 98.63% accuracy on test data and 99.10% accuracy on training data using XGBClassifier from XGBoost

Topic Modeling

Topic Modeling is an unsupervised learning algorithm which enables one club a group of articles, books, tweets etc into different topics to which they belong. For eg. Politics, Wellbeing, Sports, Cinema, Culture, Climate, etc

nlp_mini_projects's People

Contributors

kshitizdoon avatar

Watchers

 avatar

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.