Consdier a binomial point process (BPP) where n points are uniformly sampled with a d..
Enginius/Machine Learning 2020.02.21 0 comment
1. What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?, 201..
Enginius/Machine Learning 2019.12.10 0 comment
2017, Multi-Modal Imitation Learning from Unstructured Demonstrations using Generative..
Enginius/Machine Learning 2018.04.07 1 comment
Recent papers regarding robust learning with noisy labels
볼 논문들 리스트 Small Clean Set, Label Perturbation, Random Label, Mixing Training La..
Enginius/Machine Learning 2018.03.26 0 comment
Causality - 한국 말로는 인과성 정도 되려나? 인과 관계와 상관 관계는 연구자라면 항상 주의..
Enginius/Machine Learning 2017.12.30 0 comment
Deconvolution and Checkerboard Artifacts
I've recently found a great article related to deconvolution and checkerboard artifacts. htt..
Enginius/Machine Learning 2017.12.22 0 comment
그 유명한 Dynamic Routing Between Capsules 논문에 대한 설명이다 아이디어 자체는 간..
Enginius/Machine Learning 2017.12.19 0 comment
Homogeneous transform (http://web.cs.iastate.edu/~cs577/handouts/homogeneous-tr..
Enginius/Robotics 2019.03.27 0 comment
Basic codes source ~/catkin_ws/devel/setup.bash - This will call setup.sh and enable..
Enginius/Robotics 2018.08.08 0 comment
Let's find out what Walker2d is. State (17dim) def _get_obs(self): qpos = self.sim.data.qp..
Enginius/Robotics 2018.07.27 0 comment
Install Gazebo Simulator with Baxter: sudo apt-get -y install python-rosdep python-catki..
Enginius/Robotics 2018.07.27 0 comment
Enginius/Python&TensorFlow 2018.09.06 0 comment
Enginius/Python&TensorFlow 2018.07.03 0 comment
Enginius/Python&TensorFlow 2018.06.22 0 comment
최근에 Learning from demonstration with model-based Gaussian process, CORL, 2019 (..
Enginius/Matlab 2019.10.23 0 comment
Compute the distance from the cube and a point
Compute the distance from the point and the cube. Here, we use the method from: https:..
Enginius/Matlab 2018.12.29 0 comment
Closest Distance from Point to Line
How it works, main A = [4 1]; B = [2 9]; axis_val = [-10 15 -10 15]; figure(1); while 1 clf;..
Enginius/Matlab 2017.07.14 0 comment
Super simple K-NN regression algorithm in MATLAB main.m range = 1; xall = [1 3 5 7 9..
Enginius/Matlab 2017.03.01 0 comment
Vicon socket communication to MATLAB
Socket communicate vicon information to its server/client pc. Protocol AA/BB/CCCC/D..
Enginius/C / C++ 2016.08.16 0 comment
1. 리눅스 설치 하기 (Ubuntu 14.04) 2. 쿠다 설치 하기 1. 엔비디아 홈페이지 (쿠다 툴킷) http:..
Enginius/C / C++ 2014.12.09 2 comment
간단한 mfc프로젝트이다. csv 파일을 불러와서 이중 배열 (int**)에 저장하고, edit box에 보..
Enginius/C / C++ 2014.12.07 0 comment