Home
몬기의 기술공방
Cancel

MATLAB 적대적 탐색을 이해하여 Tic-Tac-Toe를 구현해보자

1. Adversarial Search 1.1. Games 저희가 살면서 상대방에게 Adversarial,적대적인감정을 느낄 때가 언제 있을까요? 심지어 반복적으로 자주 있다면 계속 이기고 싶을겁니다. 피할 수 없다면요. 인류 기술의 발전은 아이러니하게도 전쟁이 큰 역할을 했다는 얘기 들어보신 적 있으신가요? 이제부터 얘기하는 게임은 전쟁도 게...

MATLAB 심장병 데이터를 이용해 주성분분석(PCA)을 실습해보자

1. Principal Component Analysis Theory 1.1. Useful properties for variables 주성분분석(PCA)는 차원축소의 한 기법으로 Uncorrelated(무관계성)와 Explicability(설명력)가 중심입니다. 1.1.1. Uncorrelated 다중공선성(Multicollinearity...

kakao maps open api 실습해보자

1. What is Kakao Open API 1.1. Informed Api API는 애플리케이션 소프트웨어를 구축하고 통합하기 위한 정의 및 프로토콜 세트로, 애플리케이션 프로그래밍 인터페이스(Application Programming Interface)를 나타냅니다. API를 사용하면 구현 방식을 알지 못해도 제품 또는 서비스가 서로 ...

MATLAB 탐색 알고리즘을 이해하여 식인종 문제를 응용해보자

1. About the search 1.1. Tree, Graph Search를 얘기하기 전에 Tree와 Graph에 대해서 먼저 설명합니다. 두 차이를 안다면 넘어가십시오. 1.1.1. Tree 소프트웨어에서 얘기하는 Tree는 실제 나무와 반대의 모양을 띄고 있습니다. 제일 위에를 Root라고 얘기하며 Root는 한 개입니다. 여러분들이...

MATLAB A* Algorithm을 실습하고 지도 데이터에 그리기

1. What is A* Algorithm 1.1. Informed Search Search, 탐색에 관하여 알아봅시다. 지금 가고 싶은 곳을 떠올려 봅시다. 그리고 현재위치에서 목적지까지 시간을 얼마나 걸릴까요? 비용은 얼마나 들까요? 또 어디를 거쳐가야 할까요? 인터넷에 검색해보면 빠르게 답을 찾을 수 있습니다. 그런데 사실 다른 방법으로...

Customize the Favicon

In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG o...

Getting Started

Prerequisites Follow the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll and Bundler. Installation There are two ways to get the theme: Install from RubyGems - Easy to upd...

Writing a New Post

Naming and Path Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _posts/ of the root directory. Please note that the EXTENSION must be one of md and markdown. Front Matter Ba...

Text and Typography

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...