Study Posts
Git
- #0 - Introduction - 2020-01-04
- #1 - Git 설치하기 - 2020-01-11
- #2 - GitHub 가입하기 - 2020-01-18
- #3 - Commit과 Push 하기 - 2020-01-25
- #4 - Branch 만들기 - 2020-02-01
- #5 - Branch 병합하기 - 2020-02-08
- #6 - Xcode에서 Git 사용하기 - 2020-05-01
WordPress
- #0 - 워드프레스를 시작했던 이유 - 2019-10-01
- #1 - NameCheap에서 도메인 구입하기 - 2019-10-03
- #2 - SiteGround에서 웹 호스팅 서비스 구입하기 - 2019-10-10
- #3 - 도메인과 웹 호스팅 서버 연결하기 - 2019-10-18
- #4 - 워드프레스 기본 설정하기 - 2019-10-24
- #5 - Newspaper 테마 구매 및 적용하기 - 2019-10-31
- #6 - Newspaper 테마 데모 적용하기 - 2019-11-06
- #7 - Envato Market 플러그인 설치하기 - 2019-11-14
- #8 - Google Analytics 등록하기 - 2019-11-19
- #9 - Yoast SEO 플러그인 설치하기 - 2019-11-28
- #10 - Google Search Console 등록하기 - 2019-12-05
- #11 - 네이버, 다음 검색 엔진 등록하기 - 2019-12-12
- #12 - 네이버 서치 어드바이저 수동 크롤링하기 - 2019-12-19
- #13 - Google Analytics에서 관리자 IP 제외하기 - 2019-12-26
- #14 - Google Analytics와 Search Console 연결하기 - 2020-01-02
- #15 - JetPack 플러그인 설치하기 - 2020-01-09
- #16 - Google AdSense 설정하기 - 2020-01-14
- #17 - Newspaper 테마에 Google AdSense 광고 삽입하기 - 2020-01-16
- #18 - 워드프레스에서 수식 입력하기 - 2020-01-23
- #19 - 가입형 워드프레스 시작하기 - 2020-01-30
- #20 - 가입형 워드프레스에서 테마 적용하기 - 2020-02-06
Java
- #0 - Introduction - 2019-11-30
- #1 - JDK 설치하기 - 2019-12-07
- #2 - IDE 설치하기 - 2019-12-28
- #3 - Java Programming Basics (1) - 2020-05-16
- #4 - Java Programming Basics (2) - 2020-05-23
- #5 - Classes, Variables, and Methods - 2020-05-30
- #6 - Abstraction using Interfaces - 2020-06-06
- #7 - Inheritance - 2020-07-05
- #8 - File Input & Output - 2020-07-11
- #9 - Exception Handling - 2020-07-19
- #10 - Generic Programming - 2021-10-07
- #11 - Collection Framework (1) - 2021-10-27
- #12 - Collection Framework (2) - 2021-11-12
- #13 - Collection Framework (3) - 2021-12-05
- #14 - Collection Framework (4) - 2021-12-10
- #15 - Networking with Java (1) - 2021-12-15
- #16 - Networking with Java (2) - 2021-12-19
- #17 - Multithreaded Programming with Java (1) - 2021-12-23
- #18 - Multithreaded Programming with Java (2) - 2021-12-28
자료구조
- #0 - Introduction - 2020-05-12
- #1 - Basic Concepts (1) - 2020-05-19
- #2 - Basic Concepts (2) - 2020-05-26
- #3 - Basic Concepts (3) - 2020-06-02
- #4 - Arrays and Structures (1) - 2023-06-20
- #5 - Arrays and Structures (2) - 2023-06-26
- #6 - Arrays and Structures (3) - 2023-07-04
프로그래밍 언어론
- #0 - Introduction - 2023-08-17
- #1 - Preliminaries - 2023-08-18
- #2 - Evolution of the Major Programming Languages - 2023-08-23
- #3 - Names, Bindings, Type Checking, and Scopes - 2023-08-28
- #4 - Data Types - 2023-09-01
- #5 - Expressions and the Assignment Statement - 2023-09-07
- #6 - Statement-Level Control Structures - 2023-09-08
- #7 - Subprograms - 2023-09-14
- #8 - Implementing Subprograms - 2023-09-18
- #9 - Abstract Data Types and Encapsulation Constructs - 2023-09-22
- #10 - Support for Object-Oriented Programming - 2023-10-06
기계학습
- #0 - Introduction - 2019-07-12
- #1 - The Learning Problem - 2019-07-17
- #2 - Is Learning Feasible? - 2019-07-25
- #3 - Linear Models I - 2019-08-02
- #4 - Error and Noise - 2019-08-09
- #5 - Training versus Testing - 2019-08-15
- #6 - Theory of Generalization - 2019-08-23
- #7 - VC Dimension - 2019-08-29
- #8 - Bias-Variance Tradeoff - 2019-09-05
- #9 - Linear Model II - 2019-09-13
- #10 - Neural Networks - 2019-09-21
- #11 - Overfitting - 2019-09-28
- #12 - Regularization - 2019-10-05
- #13 - Validation - 2019-10-12
- #14 - Support Vector Machines - 2019-10-19
- #15 - Kernel Methods - 2019-10-26
- #16 - Radial Basis Functions - 2019-11-02
- #17 - Three Learning Principles - 2019-11-09
- #18 - Epilogue - 2019-11-16
강화학습
- #0 - Introduction - 2022-01-01
- #1 - The Reinforcement Learning Problem - 2022-01-06
- #2 - Multi-armed Bandits - 2022-01-14
- #3 - Finite Markov Decision Processes - 2022-02-03
- #4 - Dynamic Programming - 2022-02-22
- #5 - Monte Carlo Methods - 2022-03-11
- #6 - Temporal-Difference Learning - 2022-03-30
- #7 - $n$-step Bootstrapping - 2022-04-06
- #8 - Planning and Learning with Tabular Methods - 2022-04-20
- #9 - On-policy Prediction with Approximation - 2022-05-17
- #10 - On-policy Control with Approximation - 2022-05-20
- #11 - Off-policy Methods with Approximation - 2022-06-03
- #12 - Eligibility Trace - 2022-09-22
- #13 - Policy Gradient Methods - 2022-10-04