Chang In Moon
  • Projects
  • Publications
  • Blog
  • CV
  • Tags
  • #machine-learning
  • Self- and Semi-Supervised Learning for Tabular Data Chang In Moon Chang In Moon Mar 10, 2026 #machine-learning#deep-learning#tabular-data Comments

    Why deep learning struggles with tables, and how VIME uses value imputation and mask estimation to learn from unlabeled records.

  • 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…

  • The Intricacies of Deep Learning for Tabular Data Chang In Moon Chang In Moon Aug 25, 2023 #deep-learning#machine-learning Comments

    Deep learning has revolutionized various fields such as computer vision, natural language processing, and speech recognition.

  • What is Self-Supervised Learning? An Introduction Chang In Moon Chang In Moon Aug 25, 2023 #machine-learning Comments

    Self-supervised learning (SSL) has been creating waves in the world of artificial intelligence (AI) and machine learning.

  • 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.

  • ML Production: Other Technical Roles You Need to Know Chang In Moon Chang In Moon Mar 30, 2023 #machine-learning Comments

    As Machine Learning (ML) continues to revolutionize the tech industry, more companies are exploring ways to integrate ML into their products and services.

  • Startup vs. Big Company: Which One is Better for Your Machine Learning Career? Chang In Moon Chang In Moon Mar 30, 2023 #machine-learning Comments

    One of the biggest questions that people ask when considering their options is whether to work for a startup or a big company.

  • Machine Learning Engineer vs. Software Engineer: Understanding the Differences and Overlap Chang In Moon Chang In Moon Mar 29, 2023 #machine-learning#statistics Comments

    In the world of software development, machine learning engineering (MLE) is often seen as a subfield of software engineering (SWE).

  • Artificial General Intelligence and Its Potential Impact on Society: A Future Vision Chang In Moon Chang In Moon Mar 27, 2023 #deep-learning#machine-learning Comments

    There are many possible benefits and risks associated with this technology.

  • Differences between ML Research and Production: Which One is Right for You? Chang In Moon Chang In Moon Mar 24, 2023 #machine-learning#statistics Comments

    The field of machine learning is rapidly evolving, and professionals have the option to work in research or production.

  • Exploring the Stages of the Production Cycle in Machine Learning Chang In Moon Chang In Moon Mar 24, 2023 #machine-learning Comments

    The production cycle in machine learning refers to the process of taking a model from development to deployment.

  • Uncovering the Role of Research in Machine Learning Industry Chang In Moon Chang In Moon Mar 24, 2023 #machine-learning Comments

    Fortunately, there are only a handful of machine learning research labs in the world, and most of them are funded by corporations such as Alphabet, Microsoft, Facebook, and Tencent.

  • Mastering the Jargon of Deep Learning: 25 Essential Terms Chang In Moon Chang In Moon Mar 3, 2023 #deep-learning#machine-learning Comments

    If you’re new to the world of deep learning, it can be overwhelming to navigate through all the technical terms and concepts.

  • Navigating the World of Deep Learning: Applications and Challenges Chang In Moon Chang In Moon Mar 3, 2023 #deep-learning#machine-learning Comments

    With the rapid advancements in technology and the increasing demand for automation, deep learning has become a critical tool in many industries.

  • The Truth About Speed Reading: Techniques and Tips to Increase Your Reading Speed Chang In Moon Chang In Moon Mar 2, 2023 #machine-learning Comments

    Are you tired of spending hours reading through piles of books, research papers, or novel assignments?

  • 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:

  • The All-Rounder vs. Expert Dilemma: How to Choose the Right Path as a Data Scientist Chang In Moon Chang In Moon Jan 9, 2023 #machine-learning#statistics Comments

    We understand that as a data scientist, choosing between being an all-rounder or an expert can be a daunting task.

  • An Introduction to E1071: The Machine Learning Package in R Chang In Moon Chang In Moon Dec 30, 2022 #r#machine-learning Comments

    Machine learning is a powerful tool that allows us to analyze and make predictions based on data.

  • 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.

  • Semi-Supervised Learning: The Middle Ground of Machine Learning Chang In Moon Chang In Moon Dec 20, 2022 #machine-learning Comments

    One of the main advantages of semi-supervised learning is that it can improve the performance of a model with a limited amount of labeled data.

  • The Fundamentals of Supervised Learning Chang In Moon Chang In Moon Dec 20, 2022 #machine-learning#statistics Comments

    There are two main types of supervised learning: classification and regression.

  • Exploring the World of Machine Learning with mlr3 in R Chang In Moon Chang In Moon Dec 19, 2022 #r#deep-learning#machine-learning Comments

    Some of the key features of mlr3 include:

  • 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.

  • From Structured to Unstructured: The Different Types of Machine Learning Data Chang In Moon Chang In Moon Dec 15, 2022 #machine-learning Comments

    Machine learning algorithms rely on data to learn and make predictions or decisions.

  • 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.

  • Data Collection 101: Where to Find Data for Your Machine Learning Projects Chang In Moon Chang In Moon Dec 14, 2022 #machine-learning Comments

    One of the key components of any machine learning project is the data.

  • Machine Learning 101: A Practical Guide for Getting Started Chang In Moon Chang In Moon Dec 14, 2022 #deep-learning#machine-learning#statistics Comments

    Are you interested in learning about machine learning, but aren’t sure where to start?

© 2026 Chang In Moon

AboutContactPrivacy