I am a Computer Science undergraduate (class of 2026) specializing in Machine Learning Engineering. I have hands-on experience building end-to-end data pipelines and deploying predictive models using Python, scikit-learn, and TensorFlow. I am passionate about optimizing model performance and working with high-dimensional data. I’m actively seeking a junior ML or Data Science role where I can contribute to real-world data problems. As a proactive learner and collaborator, I enjoy turning complex data into actionable insights, building robust pipelines, and delivering user-friendly tools and dashboards for stakeholders.

Ebrahim Zaher

I am a Computer Science undergraduate (class of 2026) specializing in Machine Learning Engineering. I have hands-on experience building end-to-end data pipelines and deploying predictive models using Python, scikit-learn, and TensorFlow. I am passionate about optimizing model performance and working with high-dimensional data. I’m actively seeking a junior ML or Data Science role where I can contribute to real-world data problems. As a proactive learner and collaborator, I enjoy turning complex data into actionable insights, building robust pipelines, and delivering user-friendly tools and dashboards for stakeholders.

Available to hire

I am a Computer Science undergraduate (class of 2026) specializing in Machine Learning Engineering. I have hands-on experience building end-to-end data pipelines and deploying predictive models using Python, scikit-learn, and TensorFlow. I am passionate about optimizing model performance and working with high-dimensional data. I’m actively seeking a junior ML or Data Science role where I can contribute to real-world data problems.

As a proactive learner and collaborator, I enjoy turning complex data into actionable insights, building robust pipelines, and delivering user-friendly tools and dashboards for stakeholders.

See more

Language

English
Advanced
Arabic
Fluent
German
Beginner

Work Experience

Machine Learning Intern at National Telecommunication Institute (NTI)
January 1, 2025 - Present
Gained hands-on experience in advanced ML concepts, model optimization, and deployment. Built and evaluated ML models using Python and Scikit-learn. Applied supervised and unsupervised learning techniques to real-world datasets.

Education

B.Sc. in Computer Science at Mansoura University
January 11, 2030 - July 1, 2026
B.Sc. at Mansoura University
January 11, 2030 - July 1, 2026

Qualifications

Supervised Learning with scikit-learn – DataCamp
January 11, 2030 - October 15, 2025
Unsupervised Learning with scikit-learn – DataCamp
January 11, 2030 - October 15, 2025
Machine Learning with Tree-Based Models – DataCamp
January 11, 2030 - October 15, 2025
Deep Learning Fundamentals – NVIDIA
January 11, 2030 - October 15, 2025
Natural Language Processing (NLP) – Ongoing Study
January 11, 2030 - October 15, 2025
Convolutional Neural Networks (CNN) – Ongoing Study
January 11, 2030 - October 15, 2025
Linear Algebra, Calculus, Probability & Statistics for Data Science – Self-study
January 11, 2030 - October 15, 2025
Deep Learning Fundamentals – NVIDIA
January 11, 2030 - January 22, 2026
Deep Learning for Text with PyTorch – DataCamp
January 11, 2030 - January 22, 2026
Natural Language Processing (NLP) & Text Classification – DataCamp & 365 Data Science
January 11, 2030 - January 22, 2026
Machine Learning Specialist Track – DataCamp
January 11, 2030 - January 22, 2026

Industry Experience

Software & Internet, Education, Telecommunications, Professional Services, Other, Media & Entertainment, Healthcare
    paper Pneumonia Detection
    Here are a few descriptions for your project. You can choose the one that best fits your audience. Option 1: Project Summary (For a Portfolio or LinkedIn) This project is an advanced Chest X-Ray Classifier designed to detect pneumonia. It uses a powerful hybrid approach that combines deep learning for feature extraction with a traditional machine learning model for classification. First, a pre-trained MobileNetV2 model (fine-tuned by unfreezing the top 30 layers) is used as a sophisticated feature extractor. It processes the X-ray images and converts them into high-level numerical feature vectors. These features are then fed into a Support Vector Machine (SVM) with a polynomial kernel, which is trained to distinguish between 'Normal' and 'Pneumonia' images. This two-step process leverages the powerful image-understanding of deep learning and the robust classification power of SVMs. The final trained SVM model and its corresponding class names are saved using joblib and pickle for future use in an application.
    paper Mobile Reviews Sentiment
    This project is a Sentiment Analysis classifier built to determine the sentiment (Positive, Negative, or Neutral) of mobile phone reviews. The model was trained on a dataset of 50,000 reviews and uses a hybrid feature approach for high accuracy: Textual Data: It analyzes the review text itself using a TF-IDF Vectorizer. Metadata: It also incorporates other structured data, such as the phone's brand, model, price, and the reviewer's star rating. By combining all these features, the final Logistic Regression model achieved 97.7% accuracy on the test data. The complete pipeline, including the trained model, TF-IDF vectorizer, and feature encoder, was saved for future use in a live application.