Skip to content

Instantly share code, notes, and snippets.

View fangzhou-xie's full-sized avatar

Fangzhou Xie fangzhou-xie

View GitHub Profile
@denguir
denguir / cuda_install.md
Last active June 30, 2024 12:37
Installation procedure for CUDA & cuDNN

How to install CUDA & cuDNN on Ubuntu 22.04

Install NVIDIA drivers

Update & upgrade

sudo apt update && sudo apt upgrade

Remove previous NVIDIA installation

@Puriney
Puriney / RNN.cpp
Last active April 17, 2022 22:36
RNN to learn binary addition implemented in Rcpp
//
// Yun Yan
//
// [[Rcpp::plugins(cpp11)]]
#include <bitset>
#include <unordered_set>
#include <RcppArmadillo.h>
// [[Rcpp::depends(RcppArmadillo)]]
// #include <RcppEigen.h>