Git Product home page Git Product logo

lstm_real_fake_detection's Introduction

LSTM for Real & Fake News Detection

Objective

I create this repo for practice a little bit about how to use LSTM for some specific task (i.e Text Analysis).
While coding I have learnt many new things (like how LSTM work, what is Bidirectional LSTM, what is output of LSTM, etc).


Outcome

  • I could understand clearly how LSTM work, how it could perform such a task like Text analysis.
  • Get to know how to use framework like torchtext for perform task that related to NLP field.
  • Hand on the text preprocessing progress, that make me have a better view about how all task in NLP could be done.

Folders and Files

  • code.ipynb: this notebook file includes all draft code that I writes for getting my hand dirty with LSTM model.
  • news.csv: this .csv file is the raw dataset.
  • folder data: this folder will include train, test, valid set that have been preprocessed and splitted from our raw dataset.
  • folder models: folder for saving checkpoints and metrics from our training process.

How to run this repo

You could run from notebook file:

code.ipynb

Or you could run using command line:

$ python main.py

References

lstm_real_fake_detection's People

Contributors

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