Pybullet Tutorial을 해보자.
pybullet의 기본 사용방법에 대해서 알아보자.
pybullet의 기본 사용방법에 대해서 알아보자.
이동체의 운동 구속조건을 반영하면 전진과 후진 경로에 대한 48가지 경로의 조합을 체크하는 RS path를 배워보자.
motion model로 다음 상태를 예측하여 비용함수를 만들고 모델을 제약사항으로 최적화를 하여 제어값을 찾아내는 MPC에 대해서 배워보자
RRT star 알고리즘에 대해서 알아보자.
rrt 알고리즘에 대해 알아보고 코딩과 결과를 보자.
random walk를 간단한 코딩을 통해서 배워보자
How HMM works and What is the theroy?
Run Gaussian HMM for continuous observation like Autonomous Driving
run hmm
Run GMM-HMM
Run Gaussian HMM with hmmlearn
EAIRL 읽어보자
Rejection Sampling 공부
RBM 공부
MCMC와 Gibbs Sampling 공부
Importance Sampling 공부
백터공간의 정규 직교 기저를 만드는 방법으로 활용되는 QR 분해를 배워보자.
Newton raphson method 와 Gauss newton method의 차이를 알아보자.
선형변환을 행렬변환으로 표현하는 방법을 알아보자.
연립 선형 방정식 문제를 효율적으로 풀 수 있다.
barrier method라고 불리는 방법 에 대해서 알아보자.
primial problem을 lagrange dual problem으로 바꿔서 푸는 방법을 알아보고 의미를 분석해보자.
최적화를 통해서 system dynamics에서 연료 사용을 최소화 하는 입력을 찾는 문제를 풀어보자.
장사를 할 때 물건을 파는 행동에 대한 수준을 최적화를 통해서 결정해보자.
binomial 분포를 갖고있는 데이터 셋을 가지고 logistic model을 사용해서 density를 추정해보자
huber penalty funtion을 사용했을때 least squard method에 어떤 장점이 있는지 알아보자
ros 에서 rqt를 이용하여 interactive하게 paramter를 setting할 수 있는 방법을 알아보자
unsupervised problem for EM algorithm, especially gaussian mixture model.
MAB basics tutorial
Let’s learn about inequality bounds.
learn about linux command for file management
Let’s learn about how to use GUI on docker
How to collaborate with others on git
Glove 알고리즘에 대해 정리해보자
Word2Vec에 대해 정리해보자
Let’s learn about representative unsupervised clustering algorithms
Let’s study dimensionality reduction.
Let’s lean about conjugate gradient algorithm
Let’s study about Least Square Regression
Let’s study about gradient descent algorithm
Let’s study about optimization newton raphson method
how to use transformer pytorch module with masking details
dynamics에 robust한 reward function을 복원할 수 있는 방법을 제시
Let’s study about memory based collaborative filtering for recommender system
Let’s study about CB and implement it
using MySQL and pymysql, data preprocessing can be easily possible.
제주도 여행을 위한 조사
How to use and implement heap and priority queue using python
Implementaiton and Description of Dijkstra Algorithm
All pair shortest paths algorithm
Single source shortest path Algorithm
GAN과 EBM과의 연결성
주어진 조건에 따라 시뮬레이션 하는 문제, 적절한 자료구조 사용
Union Find을 사용하여 시뮬레이션 해보는 알고리즘
상어 클래스를 만들고, 이를 배열에 넣어 다루는 연습, 시뮬레이션
규칙성을 찾고 이를 바탕으로 DFS 연습
조합에 대한 경우의 수 탐색하는 연습
우선순위에 따른 BFS 연습을 하기 좋은 문제
행 연산과, 열 연산 연습
DFS, backtracking, or pruning practice
DFS, backtracking, or pruning practice
팀 나누기, DFS, combination 연습
simulation practice
DFS, rotate practice
A practice to implmentation of permutation.
DFS practice
바이러스의 전파를 막기 위해 DFS를 사용하여 최소화하는 벽을 세워보자
주어진 조건에 맞추어 테트리스를 활용한 문제를 풀어보자
주어진 조건에 맞게 구현
DFS, DP를 이용하여 문제 풀이 연습
최대공약수, 최소공배수를 구해라
코딩 테스트 연습
주사위와 회전을 구현해보자.
시뮬레이션을 구현할 수 있나 테스트, queue의 사용연습
queue의 사용과 DFS 연습, 삼성 역량 테스트
Given a 2D board and a word, find if the word exist in the grid: backtracking, pruning practice.
sorting and heap usage practice
삼성sw 역량 테스트 문제. 가능한 프로세서를 모두 연결시키되필요한 최소전선수를 찾아라
samsung sw test practice, DFS and BFS practice
practice of DFS
Practice of divide and conquer, heap.
how to find prim factors
Pack padded sequence or pad packed sequence.
practice of disjoint set
practice of DFS and union find
2 step of DFS, union find practice
practice of disjoint set
use DFS or BFS, check if a graph is bipartite or not.
Practice to use DFS
practice of DFS
practice of a mathmatical algorithms
practice of DFS
practice of DFS, this is an application of detecting cycle.
make use of graph, and disjoint set to find division rate
practice to DFS
using disjoint set, easily check if a graph has any cycle.
practice to DFS
practice of binary tree traversal
tips for making use of binary tree
Hindsight Inference for Policy Improvement
Q prop 논문을 읽고 정리해보자
disjoint set, or union find algorithm is utilized.
union find, disjoint set, dfs are used to solve this problem
Let’s learn about disjiont set using python.
segment Tree, merge sort are utilized.
pandas and mysql tutorial
Trie datastructure practice
Practice to utilize divide and conquer technique.
A simple tutorial of pymysql and mysql.
simple tutorial of implement progressive bar on python
Trie data structure practice
simple tutorial of argparse and yaml
Trie datastructure practice.
TRPO 논문 구현 수식에 따른 코드를 읽어보자
Dattn paper review
Attention Mechanism Categorized
we use dfs and dijkstra and a star algorithm to find ways
how to deepcopy in python
Trie datastructure practice
Let’s learn about what is Trie and how to implement.
Let’s learn about what is segment tree and how to implement.
algorithm pratice to find maximum subarray problem.
Good Pratice of DFS on 2D grid space.
BFS와 DFS를 사용해서 무한히 큰 tree를 search해보자
Depth First Search and Bread First Search
Let’s study about how to convert Rugular expression to Automata.
Find top K cloest points with origin.
using divide and conquer, find any beautiful array.
Find the number of operations to make target string given 2 keys.
point cloud 같은 수많은 좌표점들을 한번에 transformation matrix를 사용하여 원하는 위치와 위상으로 변환하는 방법을 알아보자
Dubin’s path는 자동차의 운동역학을 고려한 경로를 생성하는데 사용된다. 단점은 후진을 모델링하지 않았다는 점이다. 이경로를 생성하는 방법을 알아보자
Practice to Official Tutorial of Transformer
Check if there are ways to go both Pacific, Atlantic ocean
Find Majority Elment in a given array
permutate an array to become beautiful array using python
detect cycle in a given graph
KEY: using BFS or DFS, detect cycles in a graph
merge emails by finding same account from given input.
find a person who have the least quiet among people who have same, or more money
implement binary search recursive and iterative.
beta 의 kl divergence와 loglikelihood계산과 분석
DQN의 핵심 코드를 분석해보자
find longest common prefix among given words
find distinct ways to press dial pads
mujoco 라이센스 취득및 설치방법 그리고 gym custom environment를 setting하는 방법을 알아보자
given two binary values, multiply efficiently.
How to check multiplication of given two square matrices.
make source string to target string using Append and Delete operations
horovod 모듈을 어떻게 설치하는지 알아보자
Rod Cutting Problem
global dependency를 잡아내고 횡방향으로 병렬 연산을 가능하게 하여 학습속도를 높인 RNN을 대체 가능한 attention model
여러가지 랜덤변수들에 대한 의미와 분포, 각 변수들끼리의 관계에 기반한 평균, 분산의 의미들을 분석해보겠다.
git 사용법을 예제를 통해 베워보자
multi-stage, long-horizon robotic tasks 를 해결하기 위한 Relay policy Learning (RPL) 방법
find ordered statstics from a user’s scores
some command and explanations
enumerate all cases, Target Sum
algorithm practice, count inversions in a given array.
using Divide and Conquer, solve 2D cloest pair problem
Let’s learning about an algorithm that finds k-th elemen using median of medians to ensure linear time. And use it to quick sort algorithm.
stack practice - how to use stack and how to think the use.
inspect BERT embedding and how to use BERT
solve this problem using python and c++
우분투에서 Eclipse CDT 설치 방법 가이드
Collecting data… in pycharm
Compare Tensorflow and Pytorch when using Embedding.
this post describes how to use decorator for logging time in python
Find the total sum of all root-to-leaf numbers.
Find shortest bridge between two islands
Given many islands, we want to find maximum size of island.
sell stock with transaction fee
Linux 를 다루는데 필요한 tip
setup tips for jupyter
Determine if you are able to reach the last index.
tips for byobu
describe how to use anaconda on window
help ssh settings
Maximum Subarray Problem step by step
how to use git
setting for GPU
dual attention mutual learning KDD 2019 review
Advanced Programming Methologies part2
Advanced Programming Methologies part1
I decided to start Github Blog service ‘github.io’ today
algoritm practice