GitHub / alejandroh3005 3 Repositories
Python 🐍 & R enthusiast , 4th year 🎓, expected graduation May 2023 with B.S. in CS 💻 and Minor in Statistics 📊
alejandroh3005/alejandroh3005.github.io
Personal website to present myself and my work
Language: JavaScript - Size: 23.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

alejandroh3005/spatial-analysis
Course repository for CS&SS 554: Statistical Methods for Spatial Data (Winter 2025) with Dr. Jon Wakefield
Language: Stata - Size: 81.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

alejandroh3005/acute-leukemia Fork of jinghengchen/project-acute-leukemia
Identifying prognostic factors in acute leukemia patients who've undergone bone marrow transplantation
Size: 81.1 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

alejandroh3005/survival-analysis
Course repository for BIOST 537: Survival Data Analysis In Epidemiology (Winter 2025) with Dr. Ting Ye
Language: HTML - Size: 3.89 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

alejandroh3005/categorical-epidemiology
Course repository for BIOST 536: Categorical Data Analysis In Epidemiology (Autumn 2024) with Dr. Katie Kerr and Dr. Pamela Shaw
Language: R - Size: 5.76 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

alejandroh3005/modelLong
R package for easy modeling and visualization of longitudinal data
Language: R - Size: 2.43 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

alejandroh3005/longitudinal-data
Course repository for BIOST 540: Longitudinal and Multilevel Data Analysis (Spring 2024) with Dr. Gary Chan
Language: HTML - Size: 20.9 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

alejandroh3005/biomedical-data
Course repository for BIOST 544: Introduction to Biomedical Data Science (Autumn 2024) with Dr. Ali Shojaie
Language: R - Size: 104 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

alejandroh3005/exoneree-project
Analysis of race and wrongful conviction within the United States National Registry of Exonerations
Language: R - Size: 29.8 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

alejandroh3005/UWBiost561
Course repository for BIOST 561: Computational Skills for Biostatistics I (Spring 2024) with Dr. Kevin Lin
Language: HTML - Size: 2.42 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

alejandroh3005/causal-inference
Course repository for BIOST 578: Causal Inference for Biomedical Studies (Spring 2024) with Dr. Ting Ye
Language: R - Size: 1.34 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

alejandroh3005/StatisticalConsulting
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

alejandroh3005/hpcp_demo Fork of jvbalen/hpcp_demo 📦
Harmonic Pitch Class Profile extraction, iPython notebook
Size: 5.36 MB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

alejandroh3005/trippytravel-frontend
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/spaceship-titanic
Collaborative project to predict teleportation among Spaceship Titanic passengers.
Size: 5.71 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/RootLocus
Project with Maya Tene to solve a Mechanical Engineering graphical problem using Python.
Language: Python - Size: 812 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

alejandroh3005/SchoolDatabaseManagement
Short project exemplifying efficiency in MySQL
Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/MoodyBuds Fork of samliu000/MoodyBuds
Project for YHack2020. An app that allows a group of friends to check on each other to boost mental health.
Size: 17.9 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alejandroh3005/QuantumProgramWithQIBM
Project for Computer Architecture course. A quantum program to demonstrate Quantum Phase Estimation.
Language: Jupyter Notebook - Size: 2.82 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

alejandroh3005/DiscordBot
Program to support features and behaviors of a Discord bot named Gonzo. Group project for Concepts of Programming Languages class.
Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/Answer-Set-Programming-Project Fork of ricardoaxelbaeza/CHOBS-Project
Group project for Symbolic Programming course. An Answer Set Programming Sudoku solver. Final report:
Language: Jupyter Notebook - Size: 9.36 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/DLChordRecognition
Deep Learning for Chord Recognition project files.
Language: Python - Size: 11.3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/Linear-Regression-with-Gradient-Descent Fork of Artificial-Intelligence-SLP/Linear-Regression-with-Gradient-Descent
Program files of our first machine learning algorithm. Applied to learn optimal parameters for a Linear Regression model using Gradient Descent.
Size: 123 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejandroh3005/Uninformed-Search Fork of Artificial-Intelligence-SLP/Uninformed-Search
Program files of two elementary uninformed search algorithms. Applied to graph networks.
Size: 395 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

alejandroh3005/GenomeAnalysis
Project for Social Computing course. A program to translate and manipulate genome sequences.
Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
