This Repository includes the source code from ParallelR blog in ParallelR.com.
(I): Build Fully Connected Neural Network From Scratch
http://www.parallelr.com/r-deep-neural-network-from-scratch/
CODE: ParDNN {iris_dnn.R}
(II): Achieve High-Performance DNN With Parallel Acceleration
http://www.parallelr.com/r-dnn-parallel-acceleration/
CODE: ParDNN {ParDNN.R MINIST_DNN.R}
(III): CUDA and MultiGPUs Acceleration
http://www.parallelr.com/r-dnn-cuda-multigpu/
CODE: ParDNN {ParDNN.R cudaR.R cudaR.cu MultiGPU.R}
(I) Intel Xeon Phi .vs. NVIDIA GPU
http://www.parallelr.com/r-hpac-benchmark-analysis/
http://www.parallelr.com/r-gpu-programming-for-all-with-gpur/
(I) Boosting Compiled Code on Multi-core CPUs
http://www.parallelr.com/r-and-openmp-boosting-compiled-code-on-multi-core-cpu-s/
[中文] http://cos.name/2016/09/r-and-parallel-computing/
[English] http://www.parallelr.com/r-with-parallel-computing/
CODE: PP_for_COS
http://www.parallelr.com/parallel-computation-with-r-and-xgboost/