Skip to content
View loplop05's full-sized avatar
  • Jordan
  • 08:41 (UTC -12:00)

Highlights

  • Pro

Block or report loplop05

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

Typing SVG


Profile Views GitHub followers GitHub Stars


coding animation

About Me

class Ammar:
    def __init__(self):
        self.name = "Ammar Al-Haroun"
        self.role = "AI & Data Science Engineer"
        self.location = "Amman, Jordan πŸ‡―πŸ‡΄"
        self.education = "AI & Data Science Student"
        self.languages = ["Arabic (Native)", "English (Fluent)"]
        
    @property
    def skills(self):
        return {
            "ai_ml": [
                "Deep Learning", "Neural Networks",
                "Natural Language Processing", 
               ,"Machine Learning "
            ],
            "data_science": [
                "Data Analysis", "Data Visualization",
                "Feature Engineering"
                
            ],
            "programming": [
                "Python", "C# .NET", "C++", 
                "Java"
            ],
            "frameworks": [
                "PyTorch", "Scikit-learn",
                "Pandas", "NumPy", 
            ],
            "databases": ["SQL Server", "MySQL", "PostgreSQL"],
            "tools": ["Git", "Jupyter", "Docker", "VS Code"]
        }
    
    @property
    def currently_working_on(self):
        return [
            "πŸŽ“ Neural Networks & Deep Learning ",
            "πŸ”¬ Exploring Large Language Models & Transformers",
            "πŸ› οΈ Building scalable ML pipelines",
            
        ]
    
  

# Initialize
ammar = Ammar()
print(f"Hello, World! I'm {ammar.name} πŸ‘‹")


Core Competencies

AI
Artificial Intelligence
Neural Networks, Deep Learning
Python
Python
Data Science, ML Engineering
C#
.NET
Backend
Database
Database
SQL Server, MySQL

🧠 AI / Machine Learning Arsenal

Core ML & Deep Learning

Python PyTorch TensorFlow Keras scikit-learn Hugging Face

Data Science & Analytics

Pandas NumPy Matplotlib Seaborn Plotly Jupyter


πŸ’» Development Stack

Programming Languages

C# .NET C++ Java JavaScript HTML5 CSS3

Databases & Tools

SQL Server MySQL PostgreSQL Git GitHub VS Code Docker


Featured Projects





πŸ† GitHub Trophies

trophy


Contribution Activity

Ammar's github activity graph


Highlights & Achievements

Focus Area Learning Path Building
Deep Learning & Neural Networks Advanced PyTorch & TensorFlow
Natural Language Processing Transformer Architecture Text Classification Models
Computer Vision CNN & Object Detection Image Recognition Apps
MLOps & Deployment Docker & CI/CD Scalable ML Pipelines


Education & Certifications

Education:
  Degree: AI & Data Science Engineering
  Institution: University (In Progress)
  Focus: Deep Learning, Machine Learning, Data Analytics

Current Courses:
  - Neural Networks & Deep Learning 
  - Advanced Machine Learning Techniques
  - Natural Language Processing

Certifications:
  - Deep Learning Specialization (In Progress)
  - Machine Learning MasterClass
  - Python for Data Science

Let's Connect!

Find me around the web


LinkedIn GitHub Kaggle


How to reach me

Professional: Ammaralharoon@hotmail.com






From loplop05 |


Pinned Loading

  1. Credit-Card-Fraud-Detection Credit-Card-Fraud-Detection Public

    Credit Card Fraud Detection Using ANN

    Jupyter Notebook

  2. News-Text-Classification News-Text-Classification Public

    Arabic New Classification Using ML

    Jupyter Notebook

  3. Films-Rating-Analysis Films-Rating-Analysis Public

    Jupyter Notebook 2

  4. Apple-Sales-EDA Apple-Sales-EDA Public

    Jupyter Notebook 3

  5. Heart-Disease-Classification Heart-Disease-Classification Public

    Heart Disease Classification Using Logistic Regression

    Jupyter Notebook

  6. BankProject-OOP BankProject-OOP Public

    Full Banking System Using C++

    C++