Giter Site home page Giter Site logo

reddit-in-portuguese's People

Contributors

matiasvinicius avatar

Watchers

 avatar  avatar  avatar

reddit-in-portuguese's Issues

Train and test machine learning models

Models:

  • Logistic Regression
  • Support Vector Machines
  • Multinomial Naive Bayes
  • Decision Tree
  • Random Forest
  • AdaBoost
  • Gradient Boosting
  • Stacking Classifier

Vectorization:

  • Bag of Words with range -> (1,3)
  • CountVectorizer of char with range -> (1,5), (4,5) e (3,8)
  • Tf-idf of words with range -> (1,3)
  • Tf-idf of char with range -> (1,5), (4,5) e (3,8)
  • Train embeddings from corpus (word2vec)
  • Use pre-trained embeddings (BERTimbau)
  • Same aproaches for Part-of-Speech if viable

Make pipeline

Create a pipeline that includes preprocessing steps.
To verify in this issue (even if not necessary):

  • Scaling / Standardization
  • PCA (post vectorization)
  • Detection of outliers
  • Remove duplicates

Create database

Extract 20 authors from Reddit.
For each author, extract ~1000 comments
Save the comments and metadata in a CSV file

Train and test deep learning models

  • MLP (texts Tf-idf)
  • MLP (POS Tf-idf)
  • MLP (concatenation of POS and text)
  • LSTM (embeddings)
  • CNN (embeddings)
  • Complex architectures (CNN multichannel, LSTM+CNN, use POS etc)

Evaluation (pipeline)

  • F1-score
  • Accuracy
  • Recall (macro, micro, weighted and by class)
  • Precision (macro, micro, weighted and by class)
  • Area under ROC

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.