Published 2019-07-12 21:04 Tagged on graph dgcnn cnn pointclouds ai 3D deep-learning "Dynamic Graph CNN for Learning on Point Clouds" Simplified # Introduction Point clouds are a collection of data points in space, usually produced by a 3D scanner. A large number of points are measured on the external surfaces of the objects and then represented as point clouds. Along with the relative 3D coordinates, point clouds can be accompanied...
Published 2019-06-12 10:12 Tagged on ai machine-translation transformer deep-learning Attention Is All You Need: The Transformer # Introduction The advent of deep learning over the past few years has opened a lot of possibilities regarding neural machine translation (NMT). **Attention is all you** **need**, also known as **Transformer** [1], has become the state-of-the-art in NMT, surpassing tradition recurrent neural...
Published 2018-07-16 00:41 Tagged on ubuntu 1080-ti cuda deep-learning 1080 TI: CUDA 9.0 and Graphics Driver Installation in Ubuntu 16.04 ## Download ---------------------- * I have installed both the graphics driver and cuda from a single installation file `cuda_9.0.176_384.81_linux.run`. It comes with compatible driver version 384. So you have not to worry about driver compatibility issue....