/ParallelR

Accelerate R by Parallel Technologies

Primary LanguageRApache License 2.0Apache-2.0

ParallelR

This Repository includes the source code from ParallelR blog in ParallelR.com.

R For Deep Learning

(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}

R Benchmark For High-Performance Analytics And Computing

(I) Intel Xeon Phi .vs. NVIDIA GPU

http://www.parallelr.com/r-hpac-benchmark-analysis/

R – GPU Programming for All with ‘gpuR’

http://www.parallelr.com/r-gpu-programming-for-all-with-gpur/

R and OpenMP

(I) Boosting Compiled Code on Multi-core CPUs

http://www.parallelr.com/r-and-openmp-boosting-compiled-code-on-multi-core-cpu-s/

R with Parallel Computing

[中文] http://cos.name/2016/09/r-and-parallel-computing/

[English] http://www.parallelr.com/r-with-parallel-computing/

CODE: PP_for_COS