About Me

Jackson Small

ML Engineer β€’ Healthcare AI Researcher β€’ Data Science @ UCF Honors

3.83
GPA Senior
$700K
Cost Avoidance
1
Paper Published


Impact Metrics

Cost Avoidance $700,000
Seizure Detection Accuracy 97%
Telematics Platform ROC-AUC 0.98
Migration Velocity Improvement 17x Faster

Technical Skills

Core Technologies

Specialized Skills

RAG/LLMs SPARK Streamlit Power BI Scikit-learn SMOTE Statistical Modeling A/B Testing Time Series HIPAA Compliance

Sample: Lipschitz Bound Estimation (Thesis Research)

def estimate_lipschitz(model):
    """
    Estimates Lipschitz constant of CNN by computing spectral norms
    Best model achieved L = 24.72 (B vs. E classification)
    """
    norms = []
    for layer in model.modules():
        if isinstance(layer, (nn.Conv1d, nn.Linear)):
            w = layer.weight.detach().cpu().numpy().reshape(layer.weight.shape[0], -1)
            s = np.linalg.svd(w, compute_uv=False)
            norms.append(np.max(s))
    L_hat = np.prod(norms)
    return L_hat, norms
View Full Tech Stack β†’

Languages: Python β€’ SQL β€’ R β€’ JavaScript β€’ Julia β€’ C β€’ Bash β€’ PowerShell

ML/DL Frameworks: PyTorch β€’ TensorFlow β€’ Scikit-learn β€’ SMOTE β€’ Statsmodels

Data Engineering: SPARK β€’ Azure DevOps β€’ AWS β€’ Git β€’ ETL Pipelines

Analytics & BI: Power BI β€’ Streamlit β€’ Plotly β€’ Tableau β€’ Excel

Core Competencies: LLMs/RAG β€’ A/B Testing β€’ Statistical Modeling β€’ Predictive Analytics

Development Tools: Jupyter β€’ VS Code β€’ Docker β€’ Hyprland (Arch Linux)

Skills Proficiency


GitHub Projects

EEG-Seizure-CNN-Thesis

CNN-based EEG seizure detection with Lipschitz stability analysis (L = 24.72). PyTorch implementation with 97% accuracy.

Python Published
View Repository β†’

Small_Jackson_TelematicsInsurance

AI-powered driver risk scoring platform with Streamlit dashboard. 0.98 ROC-AUC, 47 engineered features.

Python ML
View Repository β†’

shopper-behavior-analysis

E-commerce purchase prediction using K-Means clustering, SMOTE, and Random Forest. 0.93 AUC on 12,330 sessions.

Python Analytics
View Repository β†’

GitHub Activity

Contribution Activity

GitHub Contribution Chart

Top Languages

Top Languages

View full GitHub profile β†’


Certifications

Microsoft

Microsoft Azure AI Essentials

Microsoft & LinkedIn Learning

December 2025

View Certificate
Anaconda

Anaconda Python for Data Science

Anaconda, Inc. & LinkedIn Learning

December 2025

View Certificate

Let’s Connect

Seeking ML Engineering & Healthcare AI Roles

I'm seeking roles where statistical rigor meets production impact. As an Epilepsy Foundation Ambassador, I'm especially passionate about medical AI applications.


Fun Facts