GithubHelp home page GithubHelp logo

jkelly423 / squeezenet Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 29.37 MB

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

Home Page: https://www.kaggle.com/datasets/unanimad/reddit-rwallstreetbets

Python 0.49% Jupyter Notebook 99.51%

squeezenet's Introduction

Jack Kelly

jkelly423

Private Code Available for Review to Employers Upon Request

๐Ÿ’ป Some things about me...

{
  "Occupation": "Student",
  "School": "Indiana University - Bloomington",
  "Major": "Computer Science",
  "Specialization": "Security",
  "Level": "Graduate University Student",
  "Achieved": "B.S. Computer Science",
  "Pursuing": "M.S. Secure Computing",
  "Age": 21,
  "Graduation Date": "May 2025"
}

azure bash c cplusplus csharp css3 electron figma git html5 java javascript linux nodejs pandas postman puppeteer python react redux sass scikit_learn tensorflow typescript


๐Ÿ† I've recently completed...

โœ”๏ธ Latest Releases...

โšก GitHub Stats

Top Langs Jack's GitHub stats

Connect With Me:

jkelly423 | 25541939

squeezenet's People

Contributors

alfast10 avatar jkelly423 avatar kieranodell avatar

Watchers

 avatar

squeezenet's Issues

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.

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

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.