GithubHelp home page GithubHelp logo

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 [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

Anthony Givans's Projects

100-pandas-puzzles icon 100-pandas-puzzles

100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)

alpha_builder icon alpha_builder

test code for prototyping scalable alpha generation and aggregation classes

asm icon asm

Learning assembly for linux-x64

blk-repo icon blk-repo

Holds the code that I have prepared for use in BLK Capital Management (a national student-run hedge fund with ~$250,000 AUM) to help the members get started with coding in Python

blogapp icon blogapp

This is a web application made using Streamlit. It is based on the Modern Portfolio Theory. Enter your stock tickers, and your optimal portfolio will be generated. Did I mention that there are some really pretty graphs?

blogapp-improved icon blogapp-improved

In this project, I examine whether the MPT is still applicable today and if it can outperform a buy and hold, stock-based, equal-weighted portfolio. I show that the MPT portfolio, based on the Efficient Frontier, consistently outperforms the equal-weighted portfolio and the S&P500, no matter the inputs.

ceemdan-and-lstm-cnn-cbam icon ceemdan-and-lstm-cnn-cbam

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.

csc120 icon csc120

This is a repo that stores the code from the labs of my Comp Sci class. All the code will be written in Java.

data_structures icon data_structures

This repository will store my efforts to self-learn data structures and algorithms in Python, C++, and Java. I will start with Python, then move over to the other languages

deeplearning icon deeplearning

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

dsa icon dsa

This encompasses what I learned in a LinkedIn Course, Python Data Structures and Algorithms. It was a fun course that introduced to me to some useful concepts.

givyboy icon givyboy

Config files for my GitHub profile.

givyboy.github.io icon givyboy.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes

inverse-jim-cramer icon inverse-jim-cramer

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

jmd-fx-prediction icon jmd-fx-prediction

This repository holds the code that I used to try and predict the Jamaican Dollar versus its main trading currencies (USD, GBP, etc.). I scraped the data from the Bank of Jamaica's website (which they updated, sadly), so this code won't work anymore. I used a MultiLinear Regression to achieve my results.

jse icon jse

This is a web app that visualizes Jamaican stock data

my_research_programs icon my_research_programs

In this repository lies the code I utilized (I did not write it) during a virtual training program on Single-cell Transcriptomics + Habenula Neuron Characterization.

net_builder icon net_builder

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

pandas-agg icon pandas-agg

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

portfolioopt icon portfolioopt

You enter your potential portfolio, and this code will return the portfolio weights for the respective stocks, with the Highest Sharpe Ratio, and the Least Risk. With that information, you can choose which portfolio you want.

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.