Joe-Ferrara
Mathematician turned data scientist interested in applying my math and computer science background to problems in data science and machine learning.
tonic.aiSeattle, WA
Pinned Repositories
AnalyzingTweets
CodingTheoryIntro
Scripts that compute instances of the Hamming Code and Reed-Solomon codes. Includes classes that represent finite fields, polynomials over finite fields, and matrices over finite fields.
GameOfLife
Conway's Game of Life
gitTest
testing things out
hello-world
tried and true ritual of making first project a hello-world project
IntroToLfunctions
Scripts that compute L-functions associated to quadratic fields, class numbers of quadratic fields, fundamental units of real quadratic fields, and solutions to Pell's equation.
java-by-dissection
Java examples taken and adapted from Java By Dissection by Ira Pohl and Charlie McDowell
nba-draft-history
Scripts to scrape NBA draft history and player statistics from basketball-reference.com, pipeline the scraped data into a MySQL relational database, and do analysis of the dataset.
p-adicStarkExamples
Code used to compute the examples in my paper, A p-adic Stark conjecture in the rank one setting, and my thesis, Stark's Conjectures for p-adic L-functions.
predicting-nba-games
Project to create a machine learning model that will predict the outcome of NBA basketball games. The model's performance is compared with betting odds, and the model is used to simulate making bets.
Joe-Ferrara's Repositories
Joe-Ferrara/nba-draft-history
Scripts to scrape NBA draft history and player statistics from basketball-reference.com, pipeline the scraped data into a MySQL relational database, and do analysis of the dataset.
Joe-Ferrara/predicting-nba-games
Project to create a machine learning model that will predict the outcome of NBA basketball games. The model's performance is compared with betting odds, and the model is used to simulate making bets.
Joe-Ferrara/AnalyzingTweets
Joe-Ferrara/CodingTheoryIntro
Scripts that compute instances of the Hamming Code and Reed-Solomon codes. Includes classes that represent finite fields, polynomials over finite fields, and matrices over finite fields.
Joe-Ferrara/GameOfLife
Conway's Game of Life
Joe-Ferrara/gitTest
testing things out
Joe-Ferrara/hello-world
tried and true ritual of making first project a hello-world project
Joe-Ferrara/IntroToLfunctions
Scripts that compute L-functions associated to quadratic fields, class numbers of quadratic fields, fundamental units of real quadratic fields, and solutions to Pell's equation.
Joe-Ferrara/java-by-dissection
Java examples taken and adapted from Java By Dissection by Ira Pohl and Charlie McDowell
Joe-Ferrara/p-adicStarkExamples
Code used to compute the examples in my paper, A p-adic Stark conjecture in the rank one setting, and my thesis, Stark's Conjectures for p-adic L-functions.
Joe-Ferrara/Joe-Ferrara.github.io
Joe-Ferrara/my-ucsd-website
Website files from when I was a postdoc at UC San Diego.
Joe-Ferrara/tic_tac_toe
Javascript React Tic Tac Toe Tutorial