Git Product home page Git Product logo

nlp's Introduction

NLP

My NLP codes <<<<<<< HEAD

NLP - primer

Split a document into words accounting for apostrophied words, urls, emails, emojis, punctuation, stop words etc. Use of regular expressions. Lemmatization. Making a histogram of word lengths. Examining words of a particular length. Examining lexical diversity. Make a lexical dispersion plot showing where a particular words of interest appears in a document.

Split a document into sentences. Perform named entity recognition. Perform sentiment analysis.

Rec-system-NLP

Web scraping to build a dataset of books with titles, descriptions, genres etc. Perform EDA od data. Preprocess book descriptions if required. Use TF-IDFVectorize. to convert descriptions to a matrix. Use t-SNE to project this multidimentional data into two dimentions to help visualize all books of different genres. Use a measure of similarity such as cosine similarity to find similar books.

Rec-NLP-Advanced

Use google word2vec to obtain a vectorized description of each word (includes the contextual and latent meaning of each word, so that the vectors for dog and cat, or tea and coffee, or girl and woman, are similar. Find the weighted average of all the words that describe each book, weighted by their TF-IDF's. with this new vector representation for each book, go ahead with the t-SNE visualization and cosine similarlity analysis to find similar books.

Fake News Prediction

Code sourced from Siddhardhan's machine learning projects Use of Logistic Regression on a labelled dataset from Kaggle to model and predict whether news is real or fake. High accuracy acheived.
https://www.kaggle.com/c/fake-news/data?select=train.csv

Build a chatbot

https://www.youtube.com/watch?v=9KZwRBg4-P0 Scrape info from a webpage. Analyse info. Answer questions using sentence similarity.

nlp's People

Contributors

piamukherjee 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.