Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
About Me
Archive Layout with Content
Posts by Category
Posts by Collection
CV
CV
Markdown
Page not in menu
Page Archive
Publications
Sitemap
Posts by Tags
Talk map
Talks and presentations
Teaching
Terms and Privacy Policy
Blog posts
Jupyter notebook markdown generator
Posts
Future Blog Post
Published:
This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false.
Blog Post number 5
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 4
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 3
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 2
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
Blog Post number 1
Published:
This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.
projects
Bank Deposit Subscription Classification Task
- Worked on a binary classification task with a highly imbalanced dataset.
- Applied various machine learning techniques such as oversampling (SMOTE), Bayesian optimization, and K-Nearest Neighbors, using frameworks like LGBMClassifier.
- Explored multiple approaches to optimize performance, including standardization, PCA, and stepwise method.
School Announcements Classification Task
- Designed a text classification task to categorize announcements relevant to students’ careers, such as scholarships, extracurricular activities, and employment.
- Crawled approximately 10,000 text entries from the web and manually labeled them to construct a custom dataset.
- Fine-tuned Multilingual BERT and KLUE-BERT models, achieving over 0.9 both accuracy and F1 score.
Minesweeper Implementation using Deep Q-Network (DQN)
- Implemented most of the game environment entirely from scratch using functions.
- Significantly improved win rate and cumulative score through effective normalization.
- Designed a concrete and fine-grained reward system tailored to the Minesweeper environment.
- Achieved a training win rate of 65% and a test rate of 56%.