Skip to content
View GivyBoy's full-sized avatar
🎯
Focusing
🎯
Focusing
  • University of Miami
  • USA

Highlights

  • Pro
Block or Report

Block or report GivyBoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GivyBoy/README.md

Hello World 👋, I'm Anthony

from dataclasses import dataclass

@dataclass
class GivyBoy:
    name: str = "Anthony Givans"
    username: str = "GivyBoy"
    location: str = "FL, USA"
    
    def __str__(self):
      return GivyBoy.name

if __name__ == '__main__':
    me = GivyBoy()
  • 🌱 I’m currently a Junior at the University of Miami double majoring in Math (Prob and Stats) and CS, with a minor in Astrophysics
  • SWE Intern (STEP) at Google for the Summer of 2023 and 2024 (working on creating and e2e ML model)
  • I’m passionate about applying my finance and cs knowledge to the markets to build interesting applications
  • I lead a Quant team at the University of Miami, where we apply quantitative methods to the markets
  • 📫 You can reach me at anthonygivans@miami.edu OR anthonygivans876@gmail.com

Connect with me:

anthony-givans

GivyBoy :: Profile Stats

🛠  Tech Stack

Python  Pandas Numpy Scipy Matplotlib

PyTorch

C++  C  Java  R
Git  GitHub  Markdown
VSCode  RStudio  Eclipse

GivyBoy

Pinned

  1. Quant-Portfolio-Tool Quant-Portfolio-Tool Public

    The idea behind this project is to create a self-sustaining framework for managing and iterating on new and existing quant strategies that will make up our portfolio

    Jupyter Notebook 9

  2. deeplearning deeplearning Public

    This repo will hold the code for my deep learning projects and research

    Python

  3. net_builder net_builder Public

    The idea is to create a simplified process for defining a neural network, in pytorch, without having to create a class

    Python 1

  4. Quant-Edu Quant-Edu Public

    This repo will hold all the resources that I prepared for the Quant team I lead

    Jupyter Notebook 3

  5. CEEMDAN-and-LSTM-CNN-CBAM CEEMDAN-and-LSTM-CNN-CBAM Public

    This repo holds the implementation the paper 'Forecasting gold price using a novel hybrid model with ICEEMDAN and LSTM-CNN-CBAM', by Yanhui Liang, Yu Lin, and Qin Lu.

    Jupyter Notebook 42 7

  6. inverse-jim-cramer inverse-jim-cramer Public

    Only 1 in 5 of the bullish recommendations he gave made money since he gave the recommendation

    Jupyter Notebook