Chang In Moon
  • Projects
  • Publications
  • Blog
  • CV
  • Tags
  • #python
  • Introduction to PyTorch: A Beginner’s Guide with Detailed Explanations Chang In Moon Chang In Moon Mar 4, 2024 #python#deep-learning#machine-learning Comments

    Welcome to an enhanced beginner’s guide to PyTorch, where we not only introduce you to this powerful machine learning library but also delve into the…

  • Understanding RMSprop: A Visual Guide Chang In Moon Chang In Moon Aug 24, 2023 #python#deep-learning Comments

    RMSprop adjusts the learning rate of each parameter, making it smaller for parameters with consistently large gradients and larger for parameters with small gradients.

  • Lasso Pathway Feature Selection: An In-depth Tutorial Chang In Moon Chang In Moon Aug 16, 2023 #python#machine-learning Comments

    Feature selection is a fundamental step in many machine learning workflows.

  • Semi-Supervised Learning with Scikit-learn’s SelfTrainingClassifier: A Visual Guide Chang In Moon Chang In Moon Aug 15, 2023 #python#machine-learning Comments

    In many real-world scenarios, we often find ourselves with a lot of unlabeled data and a small portion of labeled data.

  • Do You Really Need a PhD to Work in Machine Learning? Chang In Moon Chang In Moon Apr 1, 2023 #python#machine-learning#statistics Comments

    At some point in your career as a machine learning practitioner or aspirant, you may have wondered if you need a PhD to succeed in the field.

  • What Companies Look for in ML Candidates: Technical and Non-Technical Skills Chang In Moon Chang In Moon Apr 1, 2023 #python#deep-learning#machine-learning Comments

    When it comes to job interviews, companies have two main objectives.

  • The importance of uncertainty sampling: A deep dive into active learning query strategies Chang In Moon Chang In Moon Jan 23, 2023 #python#machine-learning Comments

    There are several ways to measure uncertainty in active learning using uncertainty sampling such as least confidence, margin-based, entropy-based sampling.

  • Unlocking the power of active learning with modAL: A beginner’s guide Chang In Moon Chang In Moon Jan 23, 2023 #python#machine-learning Comments

    Before getting started, you will need to install the modAL library by running the following command:

  • How to filter a DataFrame based on a list of strings in python pandas Chang In Moon Chang In Moon Jan 4, 2023 #python Comments

    To filter a DataFrame based on a list of strings, you can use the .isin() method combined with the operator.

  • How to combine multiple dataframe rows together with different column sizes in python pandas Chang In Moon Chang In Moon Jan 3, 2023 #python Comments

    In this tutorial, we will look at how to combine multiple dataframe rows together with different column sizes using the Python Pandas library.

  • How to do semi-supervised classification by low density Separation in python scikit-learn Chang In Moon Chang In Moon Dec 30, 2022 #python#machine-learning Comments

    Semi-supervised classification by low density separation is a technique for performing classification tasks using both labeled and unlabeled data.

  • Maximizing Machine Learning Model Performance through Hyperparameter Optimization in Python Chang In Moon Chang In Moon Dec 27, 2022 #python#machine-learning Comments

    First, we need to import the necessary libraries for this tutorial. We will be using numpy, pandas, and scikit-learn.

  • The Art of Label Propagation in Python scikit-learn and GridSearchCV Chang In Moon Chang In Moon Dec 27, 2022 #python#machine-learning Comments

    To perform label propagation with grid search cross-validation (CV) in Python, you can follow these steps:

  • Linear Regression 101: A Python scikit-learn Tutorial Chang In Moon Chang In Moon Dec 26, 2022 #python#machine-learning#statistics Comments

    Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables.

  • Logistic Regression 101: A Beginner’s Guide with Python Chang In Moon Chang In Moon Dec 26, 2022 #python#machine-learning#statistics Comments

    We will start by importing the necessary libraries and loading the data.

  • The Art of Feature Selection in Python: Removing Highly Correlative Features Chang In Moon Chang In Moon Dec 23, 2022 #python Comments

    The first step in removing highly correlative redundant features is to calculate the correlation between all the features.

  • Goodness-of-Fit Testing in Python: Tips and Tricks for Data Scientists Chang In Moon Chang In Moon Dec 21, 2022 #python#statistics Comments

    In this tutorial, we will learn how to perform goodness-of-fit tests in Python using the scipy module.

  • Understanding and Using the Wilcoxon Test in Python Chang In Moon Chang In Moon Dec 21, 2022 #python#statistics Comments

    Before we can start, we need to make sure that we have the necessary libraries installed.

  • A Beginner’s Guide to Cross-Validation in Python’s scikit-learn Chang In Moon Chang In Moon Dec 18, 2022 #python#machine-learning#statistics Comments

    In this tutorial, we will learn how to perform cross-validation in Python using the scikit-learn library.

  • A Beginner’s Guide to Splitting Machine Learning Datasets in Python Chang In Moon Chang In Moon Dec 18, 2022 #python#machine-learning#statistics Comments

    Splitting a machine learning dataset into training and test sets is an important step in the model-building process, as it allows us to evaluate the model’s performance on unseen data.

  • Balancing the Scale: A Comprehensive Approach to Imbalanced Datasets in Python Chang In Moon Chang In Moon Dec 18, 2022 #python#machine-learning#statistics Comments

    In this tutorial, we will learn how to deal with imbalanced datasets in the context of machine learning.

  • Mastering Feature Selection in Python scikit-learn: A Step-by-Step Guide Chang In Moon Chang In Moon Dec 18, 2022 #python#machine-learning Comments

    First, we need to import the necessary libraries and the dataset that we will be using for this tutorial.

  • From Zero to Hero: A Comprehensive Guide to Feature Engineering in Python scikit-learn Chang In Moon Chang In Moon Dec 16, 2022 #python#machine-learning#statistics Comments

    Before we begin, it is important to understand that feature engineering is an iterative process and requires a good understanding of the problem and the data.

  • Say Goodbye to Missing Values: A Beginner’s Guide to Feature Imputation in Python Chang In Moon Chang In Moon Dec 16, 2022 #python#machine-learning#statistics Comments

    One solution to this problem is to simply drop rows or columns with missing values from the dataset.

  • Standardizing Your Data: A Step-by-Step Guide to Feature Normalization in Python Chang In Moon Chang In Moon Dec 16, 2022 #python#machine-learning#statistics Comments

    There are several different methods for normalizing features, each with its own advantages and disadvantages.

  • Transforming Your Data: A Hands-On Guide to Feature Encoding in Python Chang In Moon Chang In Moon Dec 16, 2022 #python#machine-learning Comments

    There are several different methods for encoding categorical variables, each with its own advantages and disadvantages.

  • Uncovering the Hidden Insights of Your Data: A Guide to Exploratory Data Analysis in Python Chang In Moon Chang In Moon Dec 15, 2022 #python#machine-learning#statistics Comments

    The first step in exploratory data analysis is to familiarize yourself with the data.

© 2026 Chang In Moon

AboutContactPrivacy