Git Product home page Git Product logo

tweet-classifyer's Introduction

๐Ÿฆ Tweet Classifier ๐Ÿฆ

Welcome to the Tweet Classifier repository! This tool utilizes deep learning, specifically Brain.js, to classify tweets!

Key Features

  • Utilizes deep learning with Brain.js for efficient tweet classification
  • Tokenizes and stems tweets to build a comprehensive words dictionary

How It Works

  1. Data Preprocessing:

    • Tweets are tokenized and stemmed to create a meaningful words dictionary.
  2. Model Training:

    • The preprocessed data is fed into the model for training using Brain.js.
  3. Classification:

    • When you make a request with two tweets, the model processes them.
    • The model converts the tweets into a Bag-of-Words (BoW) representation, e.g., [0, 0, 0, 0, 1].
    • The BoW representation is then fed into the trained model for classification.
  4. Results:

    • The model returns the classification probabilities for each tweet.
    • For example: {tweet1: 0.010000, tweet2: 0.09000} indicates the probability of each tweet belonging to a specific class.

About the Author

Briefly introduce yourself here. Talk about your passion for coding and what inspired you to create this awesome Tweet Classifier!

Connect with me on Linkedin or follow me on Twitter to stay updated with my latest projects.

License

[MIT]

tweet-classifyer's People

Contributors

lyezinho avatar trellixvulnteam avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

trellixvulnteam

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.