938664978
938664978
全部文章
AI
algorithm(18)
C(6)
computer-vision(15)
cuda(2)
database(1)
fortran(1)
hardware(3)
java(1)
leetcode(39)
MathModeling(19)
matlab(5)
other(8)
python(68)
robotics(13)
web-development(4)
未归档(5)
归档
标签
去牛客网
登录
/
注册
938664978的博客
全部文章
/ AI
(共18篇)
ubuntu 14.04 双显电脑 安装 cuda7.5
ubuntu 14.04 双显电脑 安装 cuda7.5 1. download .run file enter the web page: http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installer...
2020-07-13
0
461
ubuntu 14.04 搭建GPU深度学习 tensorflow 平台
1. 安装ubuntu 14.04 LTS 注意不要进行任何update 2. 安装cuda7.5 这一步呢,坑很多,我装了两天都失败了. 不小心便会出现ubuntu反复登录,或是黑屏只有命令行的现象。 一定要小心。 有没有双显卡笔记本在Ubuntu下使用cuda的解决方案 https://...
2020-07-13
0
438
[action]tensorflow 深度学习实战(1) deep learning 清洗数据
Deep Learning 深度学习 清洗数据 学习简单的数据处理经验, 熟悉以后常用的数据集 The objective of this assignment is to learn about simple data curation practices, and familiarize ...
2020-07-13
0
555
[note] deep learning tensorflow lecture 1 notes 深度学习笔记 (1)
1. logistic classifier model: W*X + b = Y where W is the Weights Vector, X is input vector, b is bias and Y is output. Y, the output vector i...
2020-07-13
0
410
[action] deep learning 深度学习 tensorflow 实战(2) 实现简单神经网络以及随机梯度下降算法S.G.D
在之前的实战(1) 中,我们将数据清洗整理后,得到了'notMNIST.pickle'数据。 本文将阐述利用tensorflow创建一个简单的神经网络以及随机梯度下降算法。 # These are all the modules we'll be using later. Make sure...
2020-07-13
0
755
[note] deep learning tensorflow lecture 2 notes 深度学习笔记 (2) 解决过拟合
1. linear model complexity Logistic Model is defined as: X*W + b = y parameter W and b should be determined by optimization method. X is 1 by ...
2020-07-13
0
483
[action]tensorflow 深度学习实战(3) regularization
explore regularization techniques. # These are all the modules we'll be using later. Make sure you can import them # before proceeding further. fr...
2020-07-13
0
403
[note] 深度学习 tensorflow 笔记(3) cnn 卷积神经网络
假设我们想要辨识一张图片里面是不是有猫咪的存在。 这只猫咪可以在图片的任何位置。 什么办法才能辨别这个图片里面有没有猫呢? 一个很简单的想法就是:将图片分成一些子图片的集合,逐个辨别子图片里面有没有猫咪。 的确,卷积神经网络就是这样做的。 但是,分割好后如何辨别子图片有没有猫咪呢? 这就...
2020-07-13
0
590
[action]tensorflow深度学习实战 (4) 实现简单卷积神经网络
我们首先导入已经清洗好的数据。 这个清洗过程在之前的博文实战(1)。 # These are all the modules we'll be using later. Make sure you can import them # before proceeding further. fr...
2020-07-13
0
546
recognition mnist handwriting digits
recognition mnist handwriting digits download mnist and load data MNIST can be downloaded in this website http://yann.lecun.com/exdb/mnist/. After ...
2020-07-13
0
658
首页
上一页
1
2
下一页
末页