Skip to content
View jeragilo's full-sized avatar
🎯
Focused
🎯
Focused
  • Charlotte, NC

Block or report jeragilo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
jeragilo/README.md

Python Machine Learning Docker

Jesús Gil

Systems & Machine Learning Engineer
Performance-Aware ML · High-Performance Computing · Cloud & Security

I build research-driven, performance-aware systems where correctness, scalability, and real constraints matter.
My background spans computer science, mathematics, and cybersecurity, and my work sits at the intersection of machine learning, systems engineering, and applied computation.

I’m comfortable operating across research prototypes and production-minded systems, and I focus heavily on understanding why systems fail, where models break, and how architecture shapes outcomes.


Selected Work (Explained)

Rather than listing repositories, the sections below describe the systems I’ve built and the problems they address. Each system is backed by one or more repositories.

Noise-Robust Machine Learning & Research Systems

Noise-Robust Hybrid Quantum Neural Networks (Master’s Thesis, ECU)

I conducted a research-grade experimental study on hybrid quantum-classical neural networks (HQNNs) under realistic noisy intermediate-scale quantum (NISQ) conditions.

Instead of treating quantum noise as an afterthought, this work:

  • Explicitly models noise at the system and optimizer level
  • Compares hybrid architectures against classical ML baselines
  • Evaluates stability, convergence, and failure modes across frameworks

I built a 13-demo experimental ecosystem using Qiskit, Cirq, and PennyLane, and showed that:

  • Localized, noise-aware hybrid architectures degrade gracefully
  • Globally entangled quantum models collapse under realistic noise
  • Many reported quantum ML advantages disappear when evaluated honestly

This work emphasizes reproducibility, negative results, and architectural realism.


High-Performance & Parallel Computing Systems

I build performance-critical software where architectural choices matter more than algorithms alone.

My HPC work includes:

  • CUDA-accelerated particle simulations with CPU vs GPU benchmarking
  • MPI-based distributed Monte Carlo systems executed under SLURM
  • Analysis of memory access patterns, communication overhead, and scaling limits

These systems were executed on production HPC infrastructure and focus on how computation behaves under real hardware constraints, not just theoretical speedups.


Applied Machine Learning Systems

I design end-to-end ML systems that go beyond notebooks.

This includes:

  • Time-series forecasting pipelines for financial and quantitative data
  • Feature engineering grounded in mathematical reasoning
  • Inference optimization (including ONNX-based deployment)
  • Evaluation under non-ideal data and operational constraints

The emphasis is always on deployment readiness, monitoring, and failure awareness, not leaderboard scores.


Secure & Distributed Software Systems

I’ve built and studied systems where security and correctness are first-class concerns, including:

  • Backend and frontend architectures with clear trust boundaries
  • Blockchain-based identity verification primitives
  • Secure data handling and access control considerations
  • Infrastructure designed with observability and auditability in mind

Academic Background

  • M.S. Computer Science — East Carolina University
  • M.S. Cybersecurity — North Carolina A&T State University (in progress)
  • M.S. Mathematics — North Carolina Central University (in progress)
  • B.S. Mathematics — North Carolina Wesleyan University

This academic path reflects a deliberate blend of:

  • Mathematical foundations (algebra, probability, analysis)
  • Systems and architecture (OS, networking, HPC)
  • Machine learning and data systems
  • Security, privacy, and policy

Certifications & Professional Training (How They’re Used)

My certifications reinforce implementation depth, not surface knowledge.

They support:

  • Cloud & Infrastructure (AWS, Azure, Kubernetes, Terraform)
  • DevOps / MLOps (CI/CD, SageMaker, Azure ML, deployment pipelines)
  • Advanced ML & Statistics (linear models, biostatistics, ML evaluation)
  • Security & Emerging Topics (cybersecurity tools, AI, quantum information)

These are applied directly in my systems work rather than treated as standalone achievements.


Technical Skills (Refined)

Languages & Low-Level Systems

  • Python, C++, CUDA, MPI, SQL, Linux

Machine Learning & Data

  • PyTorch, ONNX, NumPy, Pandas, scikit-learn, Jupyter

Infrastructure & Platforms

  • Docker, Kubernetes, Terraform
  • AWS, Azure
  • CI/CD, MLOps
  • OpenShift, VMware, vSphere

Foundations

  • High-Performance Computing
  • Distributed Systems
  • Secure System Design
  • Quantitative & Statistical Analysis

LinkedIn: https://www.linkedin.com/in/jesusrgil
GitHub: https://github.com/jeragilo

Pinned Loading

  1. noise-robust-hqnn-framework noise-robust-hqnn-framework Public

    Master’s thesis research framework for noise-robust hybrid quantum–classical neural networks (HQNNs), evaluating reliability, architecture design, and deployment strategies on NISQ hardware.

    Dockerfile

  2. lstm-stock-forecasting-system lstm-stock-forecasting-system Public

    A full-stack time-series forecasting system for equity markets using LSTM neural networks, ONNX inference, and quantitative indicators.

    Python

  3. AI-Research-Portfolio-System AI-Research-Portfolio-System Public

    A production-ready AI research portfolio platform demonstrating modern frontend engineering, cloud deployment, and research presentation workflows.

    TypeScript

  4. Blockchain-identity-verification Blockchain-identity-verification Public

    Decentralized identity verification dApp built with Solidity smart contracts and a Next.js frontend. Enables users to securely register identity hashes on Ethereum via MetaMask, demonstrating full-…

    JavaScript

  5. cuda-particle-simulation-hpc cuda-particle-simulation-hpc Public

    High-performance particle simulation implemented with CUDA, including CPU vs GPU benchmarking and large-scale execution on the Bridges2 supercomputer. Focuses on parallel algorithms, performance op…

    Cuda

  6. High-Performance-Parallel-Pi-Approximation-Using-MPI-and-SLURM High-Performance-Parallel-Pi-Approximation-Using-MPI-and-SLURM Public

    Scalable parallel π approximation implemented with MPI and executed on an HPC cluster using SLURM. The project explores distributed Monte Carlo methods, communication overhead, and strong scaling b…

    C++