Ubuntu 16.04/14.04.5
上已经可以简化到直接用命令行来安装Nvidia CUDA
驱动了,不需要以往的繁琐操作,只是安装的版本比较老,但是目前已经足够使用了。
安装的版本目前是Nvidia CUDA 7.5(Ubuntu 16.04)/Nvidia CUDA 5.5(Ubuntu 14.04.5)
版本,最新的Nvidia CUDA 8.0
版本还是需要从Nvidia
官网下载,然后手工安装才行。
Ubuntu 16.04/14.04.5
上已经可以简化到直接用命令行来安装Nvidia CUDA
驱动了,不需要以往的繁琐操作,只是安装的版本比较老,但是目前已经足够使用了。
安装的版本目前是Nvidia CUDA 7.5(Ubuntu 16.04)/Nvidia CUDA 5.5(Ubuntu 14.04.5)
版本,最新的Nvidia CUDA 8.0
版本还是需要从Nvidia
官网下载,然后手工安装才行。
Deep learning is the new big trend in machine learning. It had many recent successes in computer vision, automatic speech recognition and natural language processing.
The goal of this blog post is to give you a hands-on introduction to deep learning. To do this, we will build a Cat/Dog image classifier using a deep learning algorithm called convolutional neural network (CNN) and a Kaggle dataset.
This post is divided into 2 main parts. The first part covers some core concepts behind deep learning, while the second part is structured in a hands-on tutorial format.
In the first part of the hands-on tutorial (section 4), we will build a Cat/Dog image classifier using a convolutional neural network from scratch. In the second part of the tutorial (section 5), we will cover an advanced technique for training convolutional neural networks called transfer learning. We will use some Python code and a popular open source deep learning framework called Caffe to build the classifier. Our classifier will be able to achieve a classification accuracy of 97%.
By the end of this post, you will understand how convolutional neural networks work, and you will get familiar with the steps and the code for building these networks.
The source code for this tutorial can be found in this github repository.
继续阅读A Practical Introduction to Deep Learning with Caffe and Python
Caffe is certainly one of the best frameworks for deep learning, if not the best.
Let’s try to put things into order, in order to get a good tutorial :).
First install Caffe following my tutorials on Ubuntu or Mac OS with Python layers activated and pycaffe path correctly set export PYTHONPATH=~/technologies/caffe/python/:$PYTHONPATH
.
继续阅读Deep learning tutorial on Caffe technology : basic commands, Python and C++ code.
更加详细的信息参考链接:Ubuntu速配指南,Ubuntu release end of life