Skip to content
View MiguelMochizukiDev's full-sized avatar

Highlights

  • Pro

Block or report MiguelMochizukiDev

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

Miguel Mochizuki Silva

Machine Learning Engineer · Computer Vision · Healthcare AI · Production ML


LinkedIn   GitHub   Email



About

Computer Science undergraduate at UFPB and Machine Learning Engineer working on Computer Vision, Healthcare AI, and Agentic RAG systems.

My focus is building end-to-end machine learning systems that move beyond experimentation and deliver reliable performance in real-world environments.

Current interests include:

  • Computer Vision and Object Tracking
  • Healthcare AI
  • Multimodal Systems
  • Agentic AI and RAG
  • MLOps and Production ML
  • High-Performance Computing with C++

From research prototypes to production-grade AI systems.



Highlights

  • Developed surgical sponge tracking pipelines achieving 92% tracking accuracy
  • Built agentic RAG systems for breast cancer diagnosis reaching 85% diagnostic accuracy
  • Generated 10,000+ synthetic clinical samples for healthcare AI research
  • Improved computer vision classification performance by 60% over baseline approaches
  • Presented AI research results to medical professionals and technical stakeholders
  • Contributed to research and engineering projects spanning healthcare, sports analytics, and machine learning infrastructure


What I Work On

  • Computer Vision (Detection, Tracking, Classification)
  • Agentic AI Systems
  • Retrieval-Augmented Generation (RAG)
  • Synthetic Data Generation
  • Time Series and Sequential Modeling
  • Deep Learning with PyTorch
  • FastAPI-based ML Services
  • MLOps and Dockerized Deployments
  • Performance-Oriented C++ Development


Experience

AI Applications Lab (ARIA) — UFPB

AI Engineer & Research Intern | 2025–Present

Working on healthcare AI and computer vision systems in collaboration with academic and industry partners.

Projects include:

  • Surgical sponge tracking using ByteTrack and Hidden Markov Models
  • Agentic RAG systems for breast cancer diagnosis
  • Synthetic data generation pipelines for medical AI
  • End-to-end machine learning infrastructure for research-to-production workflows

Technology and AI League (Tail) — UFPB

Machine Learning Engineer | 2025–Present

Developing applied machine learning solutions for real-world analytics and decision support.

Projects include:

  • Real-time sports analytics systems
  • CLIP fine-tuning for jersey color classification
  • Audio similarity systems using Siamese Neural Networks
  • Model evaluation, monitoring, and performance analysis

Mathematics Research Program (PIBIC/CNPq)

Researcher | 2022–2023

  • Research in Partial Differential Equations and Geometric Analysis
  • Awarded Young Researcher distinction at UFPB research symposium


Selected Projects

NN in C++

Minimal neural network framework built entirely from scratch.

  • Backpropagation
  • Stochastic Gradient Descent
  • Matrix Operations
  • Multiple Activation Functions
  • XOR Learning Demonstration

Breast Cancer Diagnostic RAG

Agentic retrieval-augmented system for clinical decision support.

  • FAISS Vector Database
  • LLM-based Reasoning
  • Diagnostic Workflow Design
  • Synthetic Medical Data Generation

Surgical Sponge Tracking

Computer vision pipeline for surgical environments.

  • Object Detection
  • Multi-Object Tracking
  • ByteTrack
  • Hidden Markov Models
  • Occlusion Handling

FER-2013 Emotion Recognition

Deep learning system for facial emotion classification.

  • CNN Architecture
  • Data Preprocessing Pipelines
  • Error Analysis
  • Performance Visualization


Tech Stack

Languages

Python · SQL · C/C++ · Java · TypeScript

Machine Learning

PyTorch · TorchVision · Scikit-Learn · XGBoost

LLM & RAG

LangChain · FAISS · Agentic Workflows

Backend & MLOps

FastAPI · Docker · Git · CI/CD · Linux

Data & Visualization

Pandas · Matplotlib · Power BI



Selected Achievements

  • Fundação Estudar Leadership Program Fellow (2026)
  • CAPES Talento Universitário (2025) — Top 5%
  • Young Researcher Award — XXXI ENIC/UFPB (2023)


GitHub Analytics

  


Building machine learning systems that are reliable enough for real-world decisions.

Pinned Loading

  1. nn-in-cpp nn-in-cpp Public

    A lightweight, educational deep learning library implemented in C++ from scratch

    C++

  2. riscv-student-pack riscv-student-pack Public

    Educational toolkit for RISC-V Assembly

    C++

  3. fer-2013 fer-2013 Public

    A deep learning architecture for classifying facial emotions, learning from FER-2013 dataset

    Jupyter Notebook

  4. house-prices-advanced-regression-techniques house-prices-advanced-regression-techniques Public

    A comprehensive machine learning solution for predicting residential property prices in Ames

    Jupyter Notebook

  5. sudoku-solver sudoku-solver Public

    A flexible 9×9 Sudoku solver

    Python