Python Environment and Basics
System Preparation Install NVIDIA 2080Ti (driver + cuda) # if need remove old driver sudo apt-get purge nvidia* sudo apt autoremove #add ppa sudo add-apt-repository ppa:graphics-drivers sudo apt-get update #install…
System Preparation Install NVIDIA 2080Ti (driver + cuda) # if need remove old driver sudo apt-get purge nvidia* sudo apt autoremove #add ppa sudo add-apt-repository ppa:graphics-drivers sudo apt-get update #install…
Objectives Deep learning is a recently hot machine learning method. The deep learning architectures are formed by the composition of several nonlinear transformations with the goal to yield more abstract…
Objectives Deep learning is a recently hot machine learning method. The deep learning architectures are formed by the composition of several nonlinear transformations with the goal to yield more abstract…
Objectives Decision trees and random forests have been used in our group for some years. It is good to have a review on its basic theory, limitation and recent developments.…