Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
ARTE_grabber
Videos aus der Arte Mediathek runterladen
Python
-
dataset_imdb
My film ratings on IMDB
Jupyter Notebook
-
zaki_exercises
The exercises for the book
Python
-
Soccer
Exploring exponential and Poisson with Soccer data
-
dotvim
Vimconfig
Vim script
-
ProgrammingAssignment2
Forked from rdpeng/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
R
33 contributions in 2017
Contribution activity
December 2017
November 2017
- chriad/logkeys C++
Created an issue in RGLab/Rtsne.multicore that received 1 comment
Memory not mapped
> library(Rtsne.multicore) # Load package > iris_unique <- unique(iris) # Remove duplicates > mat <- as.matrix(iris_unique[,1:4]) > set.seed(42) # …