Giter Club home page Giter Club logo

squeezenet's Introduction


A Random Forest Regressor to identify the relationship between r/WallStreetBets activity and GME historical price data in an effort to predict future stock price.


Article

An Article documenting our idea, approach, results, and conclusions can be read here.

The same article can be found on this repository's Wiki page.


Documentation

Full Documentation can be read on the the SqueezeNet Project Website


Copyright

© 2023 Jack Kelly

© 2023 Andrew Lim

© 2023 Kieran O'Dell

squeezenet's People

Contributors

jkelly423 avatar alfast10 avatar kieranodell avatar

Watchers

 avatar

squeezenet's Issues

clean_data: A function to featurize the data into a dataframe with desired features independently represented.

A function to featurize the data into a dataframe with desired features independently represented.
Basically we're trying to ensure that things like upvotes/downvotes are seperated, # of views, # of comments.

Directly prior to returning the new Dataframe, a column 'Sentiment' will be created to hold the average post sentiment as a feature.

Params: Pandas Dataframe

Returns: Pandas Dataframe

train_network: A function to use the Pandas Dataframe in order to train a Feed-Forward model using the featurized data as well as the stock price on a given day to learn the relationship between any features and the actual stock price.

A function to use the Pandas Dataframe in order to train a Feed-Forward model using the featurized data as well as the stock price on a given day to learn the relationship between any features and the actual stock price.
The network will be created with another function and should be called prior to this function. The network will be globally declared in the class and will be referred to as self.network

Params: Pandas Dataframe

Returns: True if network successfully trained, False if an error occurs.

populate_price: A function to add historical price data to the corresponding data for each reddit post within the Pandas Dataframe.

A function to add historical price data to the corresponding data for each reddit post within the Pandas Dataframe
The dataframe will be declared as an instance variable and will be accessed with self.df .

A row 'Price' will needed to be added to this dataframe as a part of this function.

Params: Pandas Dataframe of Reddit posts.

Returns: True if adding price data is successful, False if error occurs.

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.