Skip to content
View pablogzrs's full-sized avatar
🎯
Locked-in
🎯
Locked-in

Block or report pablogzrs

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
pablogzrs/README.md

Pablo E. González

Data Science & Mathematics Engineering @ Tecnológico de Monterrey · Guadalajara, México


I build models of systems that don't behave deterministically, and I care more about whether a model survives validation than whether it fits.

Every README below describes what the code actually does.


🔬 Current work

Gravitational-wave glitch classification with a CNN on Gravity Spy / LIGO data, and a literature base toward a co-authored paper in optimization. Coursework this semester is stochastic optimization — Markov chains, exponential distributions.

🧠 Probabilistic modeling & inference

Project What it does Stack
transporte-en-mx-mbn Multinomial Bayesian networks on Mexico's national mobility survey (ENMT–UNAM). Three competing structural specifications compared by BIC/AIC, conditional queries by rejection sampling at 10⁶ replicates, and validation against observed frequencies plus a 500-replicate bootstrap. The model with the worst fit is the one kept for querying — its constraints were specified a priori, and the README explains why that matters. R bnlearn Quarto
ERC-gbn Gaussian Bayesian network over a chronic kidney disease dataset. Structure learning by hill climbing, candidate DAGs compared by Gaussian BIC/AIC. In progress. R Python bnlearn
premier-league-investment-analysis Does capital injection buy league performance? Newcastle vs. Everton across seven seasons, with correlation structure over squad value, net transfer spend, points and final standing. Python pandas seaborn

📐 Numerical & physical modeling

Project What it does Stack
popocatepetl-eruption-simulator Ballistic trajectories of volcanic ejecta under drag, integrated by Euler's method, plotted against the real distances to Ecatzingo and Amecameca. MATLAB
capacitance-simulator Capacitive liquid-level sensor. Inverts the parallel-plate capacitance equation to recover fill level from a measured capacitance, across six dielectrics — including a measured water response that lands a factor of ~4 below what the ideal model predicts. MATLAB App Designer

🧱 Earlier coursework

First- and second-year C++ work, kept for the record rather than presented as current.

Project What it does Stack
jfk-airport-simulator Turn-based airport traffic toy: five-slot airspace with FIFO eviction, probabilistic arrivals, UFO easter eggs. C++
olympic-diving-simulator Diving competition where the score distribution is conditioned on dive difficulty and the judge panel anchors to the first judge, so the scores are correlated by construction. C++
media-catalog-system Movie and episode catalog: abstract base class, field-count parser, rating averages. C++

🛠️ Toolbox

Python R C++ MATLAB SQL PyTorch pandas bnlearn Quarto Git

Methods: Bayesian networks · structure learning · Monte Carlo inference · bootstrap validation · numerical integration · linear & stochastic optimization · Markov chains · CNNs


Español · English · 中文 (HSK4, 学习中)

Popular repositories Loading

  1. transporte-en-mx-mbn transporte-en-mx-mbn Public

    Percepción del transporte público en México: un análisis con redes bayesianas multinomiales

    HTML 1

  2. ERC-gbn ERC-gbn Public

    Redes bayesianas gaussianas con estructura elicitada por estudiantes de medicina: dependencias entre biomarcadores en enfermedad renal crónica

    HTML 1

  3. wall-street-nbc wall-street-nbc Public

    De titulares a señales: predicción del impacto bursátil con naïve Bayes y matrices término-documento

    Jupyter Notebook 1

  4. olympic-diving-simulator olympic-diving-simulator Public

    C++ Olympic diving simulator with probabilistic scoring, difficulty-based performance, and automated medal determination for 5 international athletes.

    C++

  5. jfk-airport-simulator jfk-airport-simulator Public

    C++ airport traffic simulator with OOP design, dynamic weather system, FIFO airspace management, and probabilistic aircraft generation

    C++

  6. popocatepetl-eruption-simulator popocatepetl-eruption-simulator Public

    Physics-based simulation of volcanic projectile trajectories from Popocatépetl using Euler's method and drag force calculations

    MATLAB