Skip to content
View ahmedbilal9's full-sized avatar

Highlights

  • Pro

Block or report ahmedbilal9

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

Hi there, I'm Ahmed Bilal πŸ‘‹

Aspiring AI/ML Researcher | Autonomous Systems & Trustworthy AI | CERN Contributor

LinkedIn Email Medium


πŸš€ About Me

I'm an Electrical Engineering student at NED University with a passion for Machine Learning, Robotics, and High-Energy Physics. I've contributed to CERN ROOT with three merged PRs and gained hands-on research experience at National Centre for Physics (NCP), NUST, and NED University.

πŸŽ‰ Selected for MITACS GRI 2026 – I'll be working on Navigation and Mapping of Mobile Robots at Saint Mary's University, Canada!


πŸ“Š GitHub Stats & Activity

Ahmed's GitHub Stats

Top Languages

GitHub Streak


πŸ”¬ Research Experience

MITACS GRI Research Intern @ Saint Mary's University (2026)

πŸŽ‰ Selected for MITACS Global Research Internship 2026

  • Working on Navigation and Mapping of Mobile Robots
  • Developing advanced autonomous navigation algorithms
  • Implementing state-of-the-art SLAM techniques for mobile robotics

Research Intern @ National Centre for Physics (NCP) (Dec 2025 – Present)

  • Designed multi-algorithm anomaly detection pipeline on 100K CERN dielectron collision events
  • Measured Z boson mass at 91.20Β±0.08 GeV using Bayesian Neural Networks (RΒ² = 0.94)
  • Performed micrometer-level alignment of CMS silicon detector modules

Research Intern @ IRL-NCAI Lab, NUST (Jul 2025 – Aug 2025)

  • Configured ROS 2 Jazzy and Gazebo Harmonic for autonomous robotic platforms
  • Integrated TurtleBot4 with Nav2 stack for autonomous navigation
  • Investigated SLAM pipelines with LiDAR, IMU, and camera sensor fusion

Research Intern @ NCAI Smart City Lab, NED UET (Dec 2024 – Jan 2025)

  • Researched autonomous electric vehicle navigation and motion control
  • Integrated RPLiDAR with ROS for real-time 2D mapping using Hector SLAM
  • Developed electronic control circuitry using microcontrollers and sensors

🌟 Open Source Contributions

CERN ROOT Project

  • πŸ”§ PR #20798 – Fixed Chi2Test residual calculation for multi-dimensional histograms
  • πŸ”§ PR #20499 – Improved file permission handling for I/O modules
  • πŸ”§ PR #20345 – Fixed precision loss in GDML geometry exports

πŸ’» Featured Projects

Final Year Design Project in collaboration with Shaft Turbo Machinery Solutions Europe

  • Built physics-based digital twins for gas turbines and centrifugal pumps
  • Developed scalable MQTT-FastAPI pipeline for real-time monitoring
  • Enabled remote experimentation via Raspberry Pi dashboard
  • Achieved RΒ² > 0.98 using Random Forest and XGBoost ensemble models
  • Performed comprehensive EDA with correlation analysis and feature engineering
  • Implemented precise speed control with encoder feedback and thyristor regulation
  • Optimized system efficiency through hardware-software synchronization
  • Built IoT monitoring system using ATmega328p and ESP8266
  • Real-time data visualization via web server interface

πŸ› οΈ Technical Skills

Languages: Python β€’ C/C++ β€’ Embedded C β€’ R β€’ SQL β€’ MATLAB

AI/ML: TensorFlow β€’ PyTorch β€’ Scikit-learn β€’ XGBoost β€’ Bayesian Neural Networks β€’ Monte Carlo Dropout

Robotics: ROS 2 (Jazzy) β€’ Gazebo β€’ Nav2 β€’ SLAM (Hector, Cartographer) β€’ TurtleBot4 β€’ Sensor Fusion

Scientific Computing: ROOT (CERN) β€’ NumPy β€’ Pandas β€’ SciPy β€’ Matplotlib

Tools: Linux β€’ Git β€’ Docker β€’ FastAPI β€’ MQTT β€’ Raspberry Pi

Hardware: Microcontrollers (ATmega328p, ESP32, STM32) β€’ LiDAR β€’ IMU β€’ I2C β€’ UART β€’ SPI


πŸ“š Education

NED University of Engineering and Technology
Bachelor of Electrical Engineering | Oct 2022 – Sep 2026
CGPA: 3.34/4.00


🎀 Conferences & Publications

  • πŸ“„ Presented at 10th International Electrical Engineering Conference: "Innovative Integration of Solar PV and Battery Storage Systems for Energy Efficiency"
  • πŸ”¬ Participated in 8th International Workshop on Tracking Detectors in High Energy Physics at NCP

🌱 Community Involvement

  • ✍️ Contributing Writer on Medium – Technical articles on ML, robotics, and software engineering
  • ⚑ Active Member – IEEE & Formula Electric Society, NED UET
  • 🌳 Environmental Leadership – Led campus-wide plantation drive

πŸ“« Let's Connect

I'm always open to collaborating on research projects, open-source contributions, or discussing AI, robotics, and physics!


Profile Views

"Exploring the intersection of artificial intelligence, autonomous systems, and high-energy physics to build trustworthy and intelligent solutions."

Popular repositories Loading

  1. Pakistan-Crop-Yield-Prediction Pakistan-Crop-Yield-Prediction Public

    This project applies machine learning models to predict crop yields in Pakistan using agricultural datasets. It demonstrates an end-to-end workflow from data preprocessing and visualization to mode…

    Jupyter Notebook 1

  2. Healthcare-Analysis-and-Prediction- Healthcare-Analysis-and-Prediction- Public

    This project involves using machine learning (ML) models to analyze healthcare data for two primary purposes: analysis and prediction.

    Jupyter Notebook

  3. ahmedbilal9 ahmedbilal9 Public

    Contain about me

  4. Microcontroller-based-DC-Motor-Speed-control-with-encoder-utilizing-3-phase-AC Microcontroller-based-DC-Motor-Speed-control-with-encoder-utilizing-3-phase-AC Public

    Microcontroller-based DC Motor Speed Control using STM32 and a 3-phase half-wave rectifier. The system uses encoder feedback to measure RPM and dynamically adjust thyristor firing angles for precis…

    C

  5. Radar-System-Using-Arduino-UNO-and-Ultrasonic-Sensor Radar-System-Using-Arduino-UNO-and-Ultrasonic-Sensor Public

    A simple radar system built with Arduino UNO, HC-SR04 ultrasonic sensor, and a servo motor to detect objects within 180Β°. The system measures distance and angle of obstacles and displays the data f…

    C++

  6. Singly-Linked-List-Implementation-in-Python Singly-Linked-List-Implementation-in-Python Public

    A data structures project implementing singly linked lists with operations such as insertion, deletion, search, reverse, and traversal. Includes code, explanations, and time complexity analysis for…

    Python