938664978
938664978
全部文章
分类
AI(18)
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的博客
全部文章
(共226篇)
[线性常微分方程][10]UNDAMPED FORCING AND RESONANCE
2020-07-14
0
566
线性常系数微分方程
这是一份波士顿大学的线性常微分方程笔记 我将它分享给大家。欢迎转载,烦请注明出处。 1.引言---线性系统与线性理论基础 点击打开链接 2.特征线解法 点击打开链接 3.具有实特征值的线性系统相图 点击打开链接 4.具有虚特征值得线性系统相图 点击打...
2020-07-14
0
377
Leg Design for Energy Management in an Electromechanical Robot
author: Gavin Kenneally and D. E. Koditschek
2020-07-14
0
513
windows 系统通过 puttty软件 SSH 登陆 Ubuntu
windows 系统通过 puttty软件 SSH 登陆 Ubuntu 1.在Ubuntu上 安装 ssh-server sudo apt-get install openssh-server 2. 查看ssh-server状态 ps -e | grep ssh 如果出现 sshd 则...
2020-07-14
0
629
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
456
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
602
[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
385
[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
758
[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
480
首页
上一页
9
10
11
12
13
14
15
16
17
18
下一页
末页