$ sudo apt-get remove --purge nvidia-*
$ sudo apt-get autoremove
$ sudo apt-get autoclean
You can choose to install CUDA drivers from .deb
file or .run
file
These courses are for freshers to machine learning. One of these courses is enough to get you acquainted to machine learning and its terminologies
Machine Learning course by Andrew NG coursera course:
Includes detailed introduction and a full-fledged course to machine learning with proper mathematical concpets that help to understand advanced machine learning course.
Neural Networks for Machine Learning course by Geoffrey Hinton coursera course:
The guide explains how to install OpenStack on available resource and make VMs available for medium and large-scale projects. OpenStack is deployed using Ubuntu Conjure-up charm on single workstation.
import tensorflow as tf
a=tf.Variable([1,2,3,4,5])