Posts

1. ReinforceLearning 101 (Bandit Problem)

Image
Reinforcement Learning The agent learns the optimal solution by interacting with the environment itself. Types of Machine Learning Supervised Learning The answer values are labeled → Equivalent to knowing the optimal solution in advance. Unsupervised Learning Mainly used to find structures or patterns in data without answer labels. Clustering, feature extraction, dimensionality reduction, etc. Reinforcement Learning The agent , which is the subject of action, is placed in an environment , observes the state of the environment, and takes an action suitable for the state. As a result of the action, the environment changes, and at this time, it receives a reward and simultaneously observes a new state . In this process, the agent learns how to maximize the total sum of rewards it receives. Repetition of State → Action → Reward Reinforcement learning receives rewards as feedback on the environment, which is different in nature from answer labels in supervised learning. In supervised ...

[Solution] The Easiest Way to Convert Notion to Blogger HTML [Solved: KaTeX & Code Formatting

Image
 I have decided to start blogging for the first time.  My primary motivation was that I thought it would be good to organize what I have studied to improve my understanding and share it with others. I plan to record various things, such as the restaurant reviews I usually write on KakaoMap, web services I occasionally build, and reviews of movies or books. I intend to visit often and write frequently. Writing simple text on Blogger is not difficult. However, I am used to freely writing code or mathematical formulas in Notion, but doing the same on Blogger (Blogspot) is extremely difficult.. So, I thought it would be great if I could organize everything in Notion, use Notion's export function, and immediately input formulas or code into Blogger. Since there are many Notion users, I thought creating a way to register Notion HTML files directly to Blogger would be convenient. Pain Point: It is very tricky to input mathematical formulas and code blocks in Blogger. Solution: Since ...