Skip to content
View JeffersonConza's full-sized avatar

Highlights

  • Pro

Block or report JeffersonConza

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
JeffersonConza/README.md

Hi there, I'm Jefferson Conza 👋

Machine Learning Engineer and Mathematics student from Ecuador, passionate about building data-driven solutions while deepening my theoretical understanding.

Profile views

🔭 I'm currently working on...

  • Environmental ML Research: Microplastics detection using FTIR spectra from isolated microplastic data.
  • Biology + AI: Isotropic Reconstruction Image with Deep Learning.

🌱 I'm currently learning...

  • Advanced probability and statistics for ML
  • Physics-Informed Neural Networks for Forecasting
  • ML engineering best practices (testing, MLOps, reproducibility)

📊 Featured Projects

ML research for detection, classification, and environmental modeling of microplastics using spectroscopy analysis.

End‑to‑end ML forecasting application using linear regression, random forest, and XGBoost, served via FastAPI and Streamlit, containerized with Docker.

Modular PyTorch implementation of CheX‑DS (DenseNet121 + Swin Transformer) for pneumonia detection, featuring 99% recall, Docker support, and an interactive Streamlit dashboard.

Offline speech recognition and summarization system using Vosk and Transformers for privacy-preserving audio processing.

🧠 Tech Stack

  • Languages Python · R · SQL · LaTeX

  • ML / DL PyTorch · TensorFlow · scikit-learn · XGBoost · NumPy · pandas · Matplotlib

  • Tools JupyterLab · Git · GitHub · Linux · Bash · APIs

🔦 My Love for PyTorch

PyTorch turns mathematical ideas into tensors, tensors into models,  
and models into intelligent systems that learn from the world.

From `autograd` magic to GPU-powered training loops,  
PyTorch feels less like coding and more like speaking computational math fluently.

<3 PyTorch + CUDA <3

```python
import torch
import torch.nn as nn

class MyModel(nn.Module):
    def __init__(self):
        super().__init__()
        self.net = nn.Sequential(
            nn.Linear(10, 32),
            nn.ReLU(),
            nn.Linear(32, 1)
        )
    def forward(self, x):
        return self.net(x)

model = MyModel()
x = torch.randn(1, 10)
print("PyTorch says:", model(x))

Connect with me:

jefferson-conza-46779b59 @Jefferson_Conza jefferson_conza

JeffersonConza top languages

---

Pinned Loading

  1. energy-forecast-hub energy-forecast-hub Public

    End‑to‑end ML forecasting application using linear regression, random forest, and XGBoost, served via FastAPI and Streamlit, containerized with Docker.

    Python

  2. microplastics-ml-research microplastics-ml-research Public

    Research project for the detection, classification, and environmental modelling of microplastics.

    Jupyter Notebook

  3. Nobel_Laurates Nobel_Laurates Public

    Jupyter Notebook

  4. offline-speech-summary-vosk offline-speech-summary-vosk Public

    Offline Speech Recognition and Summarization (Vosk + Transformers)

    Jupyter Notebook

  5. pneumonia-detection-cnn-xray pneumonia-detection-cnn-xray Public

    Modular PyTorch implementation of CheX‑DS (DenseNet121 + Swin Transformer) for pneumonia detection, featuring 99% recall, Docker support, and an interactive Streamlit dashboard.

    Jupyter Notebook

  6. sentinel-swarm-fsa sentinel-swarm-fsa Public

    Jupyter Notebook