具体的安装过程可以参考 官网的Installation,以及网友分享的一些安装教程,教程一,教程二,教程三。
我在这里主要记录下我在安装的过程中碰到的一些问题,以及解决方法(部分网上没有提到),而不是整个安装的流程。由于自己是linux小白,安装caffe花了好几天时间,期间好几次想放弃,还好我坚持下来了,写这篇博客只是希望网友如果也遇到这样的问题,可以从我这里找到答案。
一、试验...
分类:
系统相关 时间:
2015-01-18 17:16:07
阅读次数:
414
Classify the sentiment of sentences from the Rotten Tomatoes dataset
题目链接:https://www.kaggle.com/c/sentiment-analysis-on-movie-reviews
越来越喜欢iPython notebook了。以下所有工作都可以在一个页面上完成,FireFox支持比Chrome...
分类:
其他好文 时间:
2015-01-18 14:25:37
阅读次数:
172
Machine Learning:Neural Network
前言:
Wikipedia上对Neural Network的定义:
In machine learning,artificial neural networks (ANNs) are a family of statistical learning algorithms inspired by
biological...
分类:
Web程序 时间:
2015-01-17 01:17:02
阅读次数:
345
一、StatisticalLearning StatisticalLearning 与Machine Learning到底有什么区别,我至今都糊里糊涂!UNSW Australia的Claude Sammut教授和Monash University Australia的Geoffrey I. W.....
分类:
其他好文 时间:
2015-01-17 01:00:17
阅读次数:
229
Description Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet...
分类:
其他好文 时间:
2015-01-16 23:46:04
阅读次数:
185
Python实现KNN算法
KNN算法的实际用处很多,主要用于分类阶段,是一个基础的分类算法。KNN主要基于距离的计算,一般可以在原始的欧氏空间中计算样本之间的距离。改进版本有:先特征提取到一个更加鉴别的空间中,然后计算距离;或者先使用metric learning度量学习的技术来获得一个鉴别的度量空间,然后计算样本间的马氏距离。
不管怎么说,KNN在很多算法的分类阶段都可以用到,我们这里用python实现KNN。...
分类:
编程语言 时间:
2015-01-16 19:19:41
阅读次数:
233
Classify handwritten digits using the famous MNIST data
This competition is the first in a series of tutorial competitions designed to introduce people to Machine Learning.
The goal in this comp...
分类:
其他好文 时间:
2015-01-16 13:07:42
阅读次数:
499
【转载】在线学习(Online Learning)
分类:
其他好文 时间:
2015-01-16 12:49:31
阅读次数:
225