Skip to content
View HazmanNaim's full-sized avatar
💻
Working
💻
Working

Block or report HazmanNaim

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
HazmanNaim/README.md

Hi 👋, I'm Hazman Naim

A young data scientist with a strong physics background

hazmannaim

hazmannaim

  • 🔭 I’m currently working on data engineering, analytics and machine learning

  • 🌱 I’m currently learning Deep Learning and AI Engineering

  • 👨‍💻 All of my projects are available at hazmannaim.github.io

  • 💬 Ask me about Data Science, Machine Learning, AI and Astrophysics

  • 📫 How to reach me hazmannaimbinahsan@gmail.com

Connect with me:

hazmannaim astronomer.halaman

Languages and Tools:

bash c flask git html5 linux mysql opencv pandas postman python pytorch scikit_learn seaborn tensorflow

hazmannaim

 hazmannaim

hazmannaim

Pinned Loading

  1. HazmanNaim.github.io Public

    This is a repository to host my personal website.

    JavaScript

  2. IBM-Data-Science-Professional-Certificate Public

    This is a repository for IBM Data Science Professional Certificate purpose.

    Jupyter Notebook 1 1

  3. IBM-AI-Engineering-Professional-Certificate Public

    This is a repository for IBM AI Engineering Professional Certificate purpose.

    Jupyter Notebook 34 22

  4. This is a custom function to train a...
    1
    def train_evaluate(model, model_name, X, Y):    
    2
        # K-fold cross-validation instead of stratified K-fold for regression
    3
        kf = KFold(n_splits=10, shuffle=True, random_state=seed)
    4
        
    5
        print(f"Training {model_name}...\n")