GithubHelp home page GithubHelp logo

class_project's Introduction

Probably the easiest way to share info with the class is to use the README file. You can add the progress your groups have been doing and upload the corresponding notebooks.

Core team

We're going to use this document to briefly explain what we've been working so far, and will be uploading the corresponding notebooks soon.

There are several tasks we've been working on. (Other core team members, please add things you've also been working on)

1. Classification

The idea is to build a classifier that takes the narrative as an input and outputs the product. Similarly, we want to build another classifier that takes the narrative and outputs the issue. This is supervised learning, as we have hundreds of thousands of (Narrative, Issue) and (Narrative, Product) pairs.

1.1 Product

Taking narratives and predicting the product should not be particularly complicated. There are only 16 products and we have almost 450,000 narratives, so we have enough data to build a relatively good classifier.

Two approaches:

  • Tf-idf with various classification techniques. Corresponding notebook: . Acc:
  • BERT. Corresponding notebook: . Acc:

1.1 Issue

Predicting issue is more complicated. The reason is that there are 166 issues, and some of them are almost the same thing (e.g. ). Therefore, before jumping into classification we had to merge some of the issues together.

  • Using Doc2Vec to merge issues together. Instead of just merging some of the issues together and that's it, we tried a clustering approach that allows for different "levels" of clustering -- in some way, similar with hierarchical clustering. Corresponding notebook: .

Once the clustering is done we're using the same two approaches:

  • Tf-idf with various classification techniques. Corresponding notebook: . Acc:
  • BERT. Corresponding notebook: . Acc:

2. Summarization

3. Dashboard

Group 1 names

Group 2 names

class_project's People

Contributors

celis4 avatar cynthiawang315 avatar drunkpiano1119 avatar evarista avatar gabgilling avatar juanlopezmartin avatar julia-tache avatar kaszklar avatar kevinmaxwang avatar lonadai0121 avatar louiedooey avatar oliviahs avatar seanmcalevey avatar sh3963 avatar shangqingli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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