📝

Taemin's Blog

Thoughts, experiments, and projects I'm working on.

How I Got My First Contribution for an Open Source Project

📌 Introduction In this blog post, I would like to take you through how I got my first contribution for an open source library, which in this case was the Hugging Face 🤗 Transformers library. Although my contribution was not fixing or writing code (it was just translation), I’m still...

Read More →

Logistic Regression

📌 Introduction Previously, we’ve learned that linear regression was fitting the best line through data. Logistic regression fits an S-shaped curve (sigmoid function) to the data. Logistic regression is also...

Read More →

Linear Regression

📌 Introduction Linear regression is the process of finding a line in a graph that best fits the data. It is a type of supervised learning, meaning it uses labeled...

Read More →

Welcome to My Blog

Hello world! This is first blog post. I’ve been thinking about writing blogs for months now, and I’m glad to finally start my blogging journey 😄

Read More →