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

Highlights

  • Pro

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 Senior 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 (worked on creating and e2e ML model)
  • 📫 You can reach me at [email protected] OR [email protected]

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 Loading

  1. model_impl model_impl Public

    Implementation of famous architectures and well as research into improving these architectures

    Jupyter Notebook

  2. paper_implementations paper_implementations Public

    Implementations of papers focused on understanding the training dynamics of neural nets and their optimizers

    Python

  3. deeplearning deeplearning Public

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

    Python 1

  4. 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 1 9

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

  6. 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 48 7