• k Means Clustering

    2021-12-18 (E. 2021-12-25) en
    k means clustering divides arbitrary data k clusters based on their similarity (or distance). This algorithm is effective at grouping unclustered data if you cannot have access to artificial intelligence, but the result is not uniform due to randomness and it may require long time to compute the results.
  • Customize Windows Powershell

    2021-08-12 (E. 2022-06-18) en
    By default, Windows Powershell does not look great compared to Linux terminals. Also, Git does not play nice with Windows Powershell. It does not provide
  • 최근 삼성에서 갤럭시북 제품 출시와 함께 65W를 지원하는 1포트 USB PD 충전기를 내놓았습니다. 이미 USB PD 65W를 지원하고 포트가 여러 개 있는 제품은 출시되었지만, 포트 고장, 발화 등의 이슈를 적지 않게 보아서 제가 들고 다니는 Lenovo 노트북 충전용으로 1포트의 삼성 제품을 구매하게 되었습니다.
  • Linux Cheat Sheet

    2021-04-29 (E. 2022-12-19) en
    This post decribes cheats that you can use within Linux distros. There are tons of commands and tons of arguements, so this will help you recall the powerful commands you have used but have forgotten how to type.
  • If you are trying to do some deep learning, you would want them to run inside a Docker, because deep learning frameworks are quite tricky and it is not easy to set the environment at once.