I am a Mechanical Engineering graduate from the Technion – Israel Institute of Technology, specializing in Robotics and Control Systems. I am currently pursuing a Master of Engineering in Autonomous Systems at UCLA. I’m passionate about Robotics, Autonomous Systems, Advanced Control, AI, and Machine Learning—fields where I aim to solve complex technical challenges through innovation.

About Me

As an Automation & Mechanical Engineering Intern at Fusmobile, I worked on automating the acoustic calibration processes using C++ and Python, reducing calibration time from 30 to 5 minutes with full autonomy. I also developed a Python tool for real-time hardware maintenance tracking and notifications, boosting system readiness, while performing manual calibrations, diagnosing hardware faults, and reviewing mechanical designs for improved ergonomics in clinical applications.

At the Technion's Flow Control Lab, I served as a Research Assistant under Prof. David Greenblatt, collaborating with the Israeli Ministry of Energy on wind-powered desalination research. I designed and built a dynamic motor-pump system using a PID controller to maintain 10 bar pressure amid wind oscillations, integrated sensors with LabVIEW for real-time data acquisition, and conducted experiments in Python and MATLAB to assess stability.

In my self-initiated projects, I'm building Value Verdict, a full-stack sports analytics platform using React/TypeScript, Python, and SQL to analyze events with probabilistic models like the Shin method, Kelly criterion, and Monte Carlo simulations for expected value and risk projections.

Daniel Luzzatto

Featured Projects

Project 1

Self-Balancing Lego Robot: From Dynamic Modeling to Hardware Implementation

Designed and built a self-balancing robot using Lego Spike, starting with deriving equations of motion and formulating a state-space model. Validated the design through MATLAB simulations, static/dynamic sensor testing, and iterative hardware prototyping. Achieved close alignment between simulated predictions and physical performance, demonstrating robust control system integration.

Tech Stack

  • Control: Python
  • Simulations: MATLAB
Project 2

From Scratch: Building GPT-2 for Efficient Language Modeling

Implemented GPT-2 (124M parameters) in PyTorch from scratch, replicating its tokenization, positional embeddings, and self-attention mechanisms. Achieved 26% HellaSwag accuracy (vs. OpenAI's 28.92%) with just 2 days of training on a single NVIDIA A600 GPU—compared to OpenAI's month-long cluster (NVIDIA V100s). This work demonstrates how strategic architectural choices can yield near-benchmark performance under resource constraints. Future work includes fine-tuning for code completion and IDE integration, leveraging these efficiency insights.

Tech Stack

  • Python
Probabilistic Modeling Platform Logo

Value Verdict: Computational Risk Modeling and Inference Platform

Engineered a full-stack data analysis platform capable of ingesting and modeling over 220,000 sports events using probabilistic methods. The core focus was developing a scalable, event-driven pipeline (Python/SQL) to find positive expected values opportunities in the sport markets.

Key AI and mathematical components include the application of the Shin method for precise inference of implied probabilities and the deployment of Monte Carlo simulations to generate thousands of scenario-based projections. This simulation environment rigorously models volatility (Standard Deviation) and capital growth (Bankroll Projections) to inform data-driven decision-making.

Tech Stack

  • Backend: Python (Modeling, ETL)
  • Database: SQL (PostgreSQL)
  • Frontend: React / TypeScript
  • Modeling: Monte Carlo Simulation
Project 3

Reinforcement Learning Agent for Grid-Based Navigation Tasks

Developed and trained a Deep Q-Learning agent to autonomously play Snake, demonstrating core RL principles: state-action mappings, reward function design, and ε-Greedy exploration. Achieved consistent scores of 60+ within 80 training episodes, showcasing rapid convergence in constrained environments.

Tech Stack

  • Python
Project 4

Rocketry Club - Software Team

Collaborated with a 4-member software team to integrate inertial sensors (MPU6050), gps sensors (Neo-6M), pressure sensors (MPL3115A2), and triple-axis magnometometer (MMC5603) into a student-built rocket. Developed firmware for Arduino Nano and STM32 to process real-time flight data, ensuring stable trajectory tracking. Contributed to the team’s goal of achieving precise altitude control.

Tech Stack

  • C++