Projects
Personal projects
Personal projects
#popnmusic #discord #bot #table
This site generates the table with the user's score and relative difficulty to help check their progress and set their agenda.
#vrchat #discord #bot #python #advertisement
This service is based on the Discord server and for VRChat users; users can join and enroll in their advertisements (In-game user events, broadcasting, own service or product, etc.), which are available to see inside the game.
#lostark #discord #bot #algorithm
R3Bot is a discord bot that generates kakul-saton parties using a random-based algorithm.
#algorithm #game_develop #dungeon_generation
Voronoi dungeon generation algorithm generates a dungeon-like structure on the grid-like map. It is a dungeon generation algorithm using a Voronoi diagram to design a room's shape. It is written with Python and it is configurable.
#vr #vrchat #utilities #service
VRChat Korean Event Calendar is a public calendar system for the Korean VRChat community. It supports an automated event enrollment system that also updates images in VRChart worlds. It is posted on the world including "VRChat 한국어 튜토리얼" and another numerous world by Korean users.
#programming #golang #deep_learning
Constructed the whole framework of the Vodka AI Contest.
#programming #golang #deep_learning
aigo is a deep learning framework based on golang. It supports basic FC and CNN layer, and some activation functions to compute basic neural networks.
#ugrp #scheduling #timetable #python
CHAOS is the abbreviation of "Calculating Hill Attributes Of Subjects", which is an automatic timetable scheduling algorithm based on scoring subject's values.
Excellence Award on 2019 UGRP.
Oral Presentation on Korean Society for Engineering Education with the title of "합리적인 대학 교육 시간표 작성을 위한 알고리즘" (Site)
#utilities #timer
Created a timer for debate competition. The picture is its usage in the year 2019's debate competition.
#research #data_compression #encoding #c++
KRC-12 is an encoding method that is concentrated in size compression, which using frequency analysis to make compress rate high as possible.
#study #genetic_algorithm #artifical_intelligence
This is a short study around the genetic algorithm, which controlled environments in simple genetic algorithm situations. I've adjusted the mutation rate, length of genes, division of each segment to find the best result.