Skip to content

Tweet trends classification project using neural network based auto-encoders.

Notifications You must be signed in to change notification settings

FranciscoCanas/tweetcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetcoder

  • Alexander Biggs
  • Francisco Canas
  • Sasa Milics

What be this?

A very work-in-progress twitter trends visualization device using autoencoders.

What does this need?

What are these files?

src/jtotext.py -- Script used to produce plain text, line-return separated list of tweet text from a json file dumped by the db we are using.

src/preprocessory.py -- Script used to extract feature vectors from a file containing the body text from tweets. Will use two separate and mutually exclusive methods: "Bag of Words" and "per Character" feature extraction.

src/autoencoder/autoencoder.py -- The main code file for the autoencoder. This file will contain the code that trains RBMs, links them together, and encodes input vectors into tinier input vectors.

src/autoencoder/deeplearning/rbm.py -- The Restricted Boltzmann Machine class that is a building block for the autoencoder.

About

Tweet trends classification project using neural network based auto-encoders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published