E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Assignment
Word2vec:CBOW和Skip-Gram算法简介
本文主要来自于斯坦福大学CS224d课程笔记note1,文后给出的范例来自于该课程作业
assignment
1。
foreseerwang
·
2018-02-09 17:33
机器学习
吴恩达深度学习第5课第一周作业3 Improvise a Jazz Solo with an LSTM Network - v1
3ImproviseaJazzSolowithanLSTMNetwork-v1ImproviseaJazzSolowithanLSTMNetworkWelcometoyourfinalprogramming
assignment
ofthisweek
蜗牛爱上星星
·
2018-02-08 12:57
机器学习
斯坦福CS231n作业代码(汉化)
Assignment
2 Q1 - Q3
一段关于神经网络的故事编写:土豆MoreZhengSlyneD校对:碧海听滔Molly总校对与审核:寒小阳一段关于神经网络的故事待折腾的数据集关于神经网络你起码应该知道的所谓的前向传播一个神经元的本事强大的层状神经元不废话了看代码传说中的反向传播审判官损失函数登场跟着梯度走链式的反向传播小结拉起神经网络的大网高速运转的加强版神经网络论自我惩罚后的救赎之路正则化批量归一化就是这么任性Dropout构
BigDataDigest
·
2018-02-08 00:00
斯坦福
李飞飞
公开课
公开课作业
python异常之抛出异常的用法
try…excepttry:(1,2)[0]=11exceptTypeErrorase:print("ERROR:",e)#ERROR:'tuple'objectdoesnotsupportitem
assignment
else
刘鸿亮
·
2018-02-07 09:55
【Python】
斯坦福CS231n作业代码(汉化)
Assignment
2 Q5
TensorFlow是个什么东东?编写:土豆MoreZhengSlyneD校对:碧海听滔Molly总校对与审核:寒小阳在前面的作业中你已经写了很多代码来实现很多的神经网络功能。Dropout,BatchNorm和2D卷积是深度学习在计算机视觉中的一些重活。你已经很努力地让你的代码有效率以及向量化。对于这份作业的最后一个部分,我们不会继续探讨之前的代码,而是转到两个流行的深度学习框架之一。在这份No
BigDataDigest
·
2018-02-06 18:29
公开课作业
斯坦福CS231n作业代码(汉化)
Assignment
2 Q4
编写:土豆MoreZhengSlyneD校对:碧海听滔Molly总校对与审核:寒小阳本系列由斯坦福大学CS231n课后作业提供CS231N-
Assignment
2-Q4-ConvNetonCIFAR-10
BigDataDigest
·
2018-02-06 18:10
公开课作业
斯坦福CS231n作业代码(汉化)
Assignment
2 Q4
编写:土豆MoreZhengSlyneD校对:碧海听滔Molly总校对与审核:寒小阳本系列由斯坦福大学CS231n课后作业提供CS231N-
Assignment
2-Q4-ConvNetonCIFAR-10
BigDataDigest
·
2018-02-06 18:10
公开课作业
Coursera 吴恩达DeepLearning.AI 第五课 sequence model 序列模型 第一周 Dinosaur Island - Character-Level Language
65millionyearsago,dinosaursexisted,andinthis
assignment
theyareback.Youareinchargeofaspecialtask.Leadingbiologyresearchersarecreating
forqzy
·
2018-02-06 07:57
Coursera_NG
Coursera 吴恩达DeepLearning.AI 第五课 sequence model 序列模型 第一周 Improvise a Jazz Solo with an LSTM Network
本周的习题有些地方有点坑,主要是题目讲述的不够清楚,以下答案供参考ImproviseaJazzSolowithanLSTMNetworkWelcometoyourfinalprogramming
assignment
ofthisweek
forqzy
·
2018-02-06 07:22
Coursera_NG
吴恩达 Coursera Deep Learning 第五课 Sequence Models 第一周编程作业 2
65millionyearsago,dinosaursexisted,andinthis
assignment
theyareback.Youareinchargeofaspecialtask.Leadingbiologyresearchersarecreating
lbf4616
·
2018-02-06 07:01
Python问题:UnboundLocalError: local variable 'xxx' referenced before
assignment
://www.cnblogs.com/fendou-999/p/3822028.html【解析】UnboundLocalError:localvariable'xxx'referencedbefore
assignment
weixin_30371875
·
2018-02-01 13:00
python
cs231n
assignment
1 关于svm_loss_vectorized中代码的梯度部分
个人觉得svm和softmax的梯度部分是这份作业的难点,参考了一些代码觉得还是难以理解,网上似乎也没有相关的解释,所以想把自己的想法贴出来,提供一个参考。 首先贴上参考的代码:defsvm_loss_vectorized(W,X,y,reg):"""StructuredSVMlossfunction,vectorizedimplementation.Inputsandoutputsa
Alex和它的小伙伴
·
2018-01-28 08:46
斯坦福CS231n作业代码(汉化)
Assignment
1 - Q5
[CS231N-
Assignment
1-Q5-Imagefeaturesexercises]编写:郭承坤观自在降魔FanliSlyneD校对:毛丽总校对与审核:寒小阳我们已经看到,通过用输入图像的像素训练的线性分类器对图像的分类问题已经取得了不错的结果
BigDataDigest
·
2018-01-26 09:38
公开课作业
斯坦福CS231n作业代码(汉化)
Assignment
1 - Q1
assignment
Q1-1k-NearestNeighbor(kNN)exercise编写:郭承坤观自在降魔FanliSlyneD校对:毛丽总校对与审核:寒小阳代码环境python3.6.1(anaconda4.4.0
BigDataDigest
·
2018-01-26 09:58
公开课作业
iframe的多层调用
parent.html$(function(){$("#ReadMachine").attr("src","ReadMachine.php")})ReadMachine.php";//
assignment
谷雨陈
·
2018-01-25 17:39
JavaScript
html
Convolutional Neural Networks: Application 吴恩达第四课第一周application
ConvolutionalNeuralNetworks:ApplicationWelcometoCourse4'ssecond
assignment
!
hdhuangzhihao
·
2018-01-23 15:33
Assignment
| 02-week1 -Improving Deep Neural Networks_ Initialization_Part_1
该系列仅在原课程基础上课后作业部分添加个人学习笔记,如有错误,还请批评指教。在学习了AndrewNg课程的基础上,为了更方便的查阅复习,将其整理成文字。因本人一直在学习英语,所以该系列以英文为主,同时也建议读者以英文为主,中文辅助,以便后期进阶时,为学习相关领域的学术论文做铺垫。-ZJCoursera课程|deeplearning.ai|网易云课堂转载请注明作者和出处:ZJ微信公众号-「SelfI
ZJ_Improve
·
2018-01-17 17:28
深度学习
吴恩达-
Assignment
汇总
深度学习
吴恩达
用Netscaler的Variable和
Assignment
来实现计数控制
用Netscaler的Variable和
Assignment
来实现计数控制Variable变量和
Assignment
调度的手册:https://docs.citrix.com/en-us/netscaler
曹进_Gene
·
2018-01-16 01:39
netscaler
变量计算
计数
配置相关
const 命令
constPI=3.1415;PI//3.1415PI=3;//TypeError:
Assignment
toconstantvariable.上面代码表明改变常量的值会报错。
ixygj197875
·
2018-01-14 22:28
ES6标准入门
(阮一峰)
ES6标准入门
算法概论第八章课后题--8.3
STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
Coder_zyq
·
2018-01-13 15:35
算法分析与设计
C语言从零开始——const初识
表示该变量是只读的,不可修改;在C++里,引申了这个用>法,表示常量*/#includeintmain(void){constinti=5;//这就表明i是一个只读变量,不能再被修改//i=8;//error:
assignment
ofread-onlyvariable
北纬34度停留
·
2018-01-12 18:50
C&&C++
吴恩达deeplearning作业-Logistic Regression with a Neural Network
LogisticRegressionwithaNeuralNetwork作业需要用到的数据数据LogisticRegressionwithaNeuralNetworkmindsetWelcometoyourfirst(required)programming
assignment
Z_y_forever
·
2018-01-08 20:19
深度学习
机器学习
深度学习
VHDL&Quartus程序常见问题汇总-记录更新
a:outb:inc:signalifwesayb
assignment
-->setting-->library-->将my_lib文件夹添加到目录。
EE_Young
·
2018-01-06 19:19
算法概论第八章习题
8.3STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
HOMERUNIT
·
2018-01-02 22:42
Leetcode
证明 EXACT 4SAT是NP完全问题
eachofwhichisadisjunctionofexactlyfourliterals,andsuchthateachvariableoccursatmostonceineachclause.Thegoalistofindasatisfying
assignment
执剑者罗辑
·
2018-01-01 15:39
算法分析
Leetcode
[证明] NP-完全问题
STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
我家小狗迷路了
·
2018-01-01 11:28
算法
Algorithm
算法概论习题-8.3证明吝啬SAT问题是NP-Complete
STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
Alice_am
·
2017-12-31 16:20
[算法概论习题] 证明 EXACT 4SAT 是 NP-complete 问题
eachofwhichisadisjunctionofexactlyfourliterals,andsuchthateachvariableoccursatmostonceineachclause.Thegoalistofindasatisfying
assignment
扑街中的二娃
·
2017-12-31 14:51
NP问题
吴恩达deeplearning作业-Python Basics with Numpy
PythonBasicswithNumpy(optional
assignment
)Welcometoyourfirst
assignment
.ThisexercisegivesyouabriefintroductiontoPython.Evenifyou
Z_y_forever
·
2017-12-29 17:49
深度学习
python
深度学习
NP问题的证明
STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
crystal_zyp
·
2017-12-28 17:32
算法概论
吴恩达deeplearning图像风格转换
吴恩达deeplearning图像风格转换,图像风格转换数据图像风格转换数据DeepLearning&Art:NeuralStyleTransferWelcometothesecond
assignment
ofthisweek.Inthis
assignment
Z_y_forever
·
2017-12-24 17:16
深度学习
深度学习
cs231n作业mac下环境搭建
cs231n(2017spring)听完前5课后开始做
assignment
1,结果菜鸡如我搭个环境就花了3天,最后还是抱大腿才搭好,当然也是因为确实存在一些坑。
lyqlola
·
2017-12-23 13:24
环境搭建
Assignment
| 01-week1-Introduction to deep learning
该系列仅在原课程基础上部分知识点添加个人学习笔记,或相关推导补充等。如有错误,还请批评指教。在学习了AndrewNg课程的基础上,为了更方便的查阅复习,将其整理成文字。因本人一直在学习英语,所以该系列以英文为主,同时也建议读者以英文为主,中文辅助,以便后期进阶时,为学习相关领域的学术论文做铺垫。-ZJCoursera课程|deeplearning.ai|网易云课堂转载请注明作者和出处:ZJ微信公众
ZJ_Improve
·
2017-12-22 16:06
深度学习
吴恩达-
Assignment
汇总
深度学习
吴恩达
template/simple/select.ftl出错
select.ftlstack.findValue('top')isundefined.ItcannotbeassignedtoitemKeyTheproblematicinstruction:----------==>
assignment
qq_34485626
·
2017-12-21 10:50
bug
吴恩达深度学习第一课第四周课后作业2参考
DeepNeuralNetworkforImageClassification:Application深度神经网络应用Whenyoufinishthis,youwillhavefinishedthelastprogramming
assignment
ofWeek4
抗着键盘向前奔
·
2017-12-19 22:16
deep-learning
Python
golang字符串不能为"nil"
/hello.go:4:cannotusenilastypestringin
assignment
.
排骨瘦肉丁
·
2017-12-19 14:36
golang语言
吴恩达深度学习第一课第三周课后作业
PlanardataclassificationwithonehiddenlayerWelcometoyourweek3programming
assignment
.It’stimetobuildyo
抗着键盘向前奔
·
2017-12-12 22:07
deep-learning
Python
IPv4
IPv4addresses
assignment
为了在网络上使用IPv4,首先要做的是分配IPv4地址。
Olivia_SHEN
·
2017-12-11 15:31
IPv4
IPv4addresses
assignment
为了在网络上使用IPv4,首先要做的是分配IPv4地址。
Olivia_SHEN
·
2017-12-11 15:31
android-fat-aar打包问题修复
if(rTxt.exists()){rTxt.eachLine{line->//noinspectionGroovyUnused
Assignment
def(type,subclass,name,value
linwaiwai
·
2017-12-11 07:27
近一个月的学习生活
本学期第一波
assignment
终于在本周三落幕,然而本周一就已经出来了第二波
assignment
,感觉下一周又要开始闭关修炼了(虽说在9-22到10-1号会有一个期中小假期),赶紧写几篇文章记录一下近一个多月的学习生活
红色的Ricky
·
2017-12-10 09:40
澳洲大学(QUT)的教学模式
开学两周了,稍微适应了一下后,预感到一大波
assignment
正在路上,接下来的日子怕是不会有闲暇写东西了(虽然最近也没怎么写→_→)。先记录一下头两周感受到的国外大学和国内大学在教学模式上的不同。
红色的Ricky
·
2017-12-10 00:27
利用pytorch实现GAN(生成对抗网络)-MNIST图像-cs231n-
assignment
3
以后博客都在https://oldpan.me中更新GenerativeAdversarialNetworks(生成对抗网络)In2014,Goodfellowetal.presentedamethodfortraininggenerativemodelscalledGenerativeAdversarialNetworks(GANsforshort).InaGAN,webuildtwodiffe
IAMoldpan
·
2017-12-04 20:34
深度学习
python
pytorch
吴恩达深度学习课程deeplearning.ai课程作业:Class 1 Week 4
assignment
4_1
吴恩达deeplearning.ai课程作业,自己写的答案。补充说明:1.评论中总有人问为什么直接复制这些notebook运行不了?请不要直接复制粘贴,不可能运行通过的,这个只是notebook中我们要自己写的那部分,要正确运行还需要其他py文件,请自己到GitHub上下载完整的。这里的部分仅仅是参考用的,建议还是自己按照提示一点一点写,如果实在卡住了再看答案。个人觉得这样才是正确的学习方法,况且
hongbin_xu
·
2017-12-03 16:12
吴恩达深度学习课程deeplearning.ai课程作业:Class 1 Week 3
assignment
3
吴恩达deeplearning.ai课程作业,自己写的答案。补充说明:1.评论中总有人问为什么直接复制这些notebook运行不了?请不要直接复制粘贴,不可能运行通过的,这个只是notebook中我们要自己写的那部分,要正确运行还需要其他py文件,请自己到GitHub上下载完整的。这里的部分仅仅是参考用的,建议还是自己按照提示一点一点写,如果实在卡住了再看答案。个人觉得这样才是正确的学习方法,况且
hongbin_xu
·
2017-12-03 10:43
CS106A
assignment
3 --problem5 The Saint Petersburg Game
/*TheSaintPetersburgGameisahypotheticalcasinogameplayedbytwoplayers*Ibeginbyputting$1onthetable,andyouthenrepeatedlyflipacoinuntilitcomesuptails.*Eachtimethecoincomesupheads,Idoubletheamountofmoneyont
EarsternRain
·
2017-12-03 07:39
吴恩达深度学习课程deeplearning.ai课程作业:Class 1 Week 2
assignment
2_1
吴恩达deeplearning.ai课程作业,自己写的答案。补充说明:1.评论中总有人问为什么直接复制这些notebook运行不了?请不要直接复制粘贴,不可能运行通过的,这个只是notebook中我们要自己写的那部分,要正确运行还需要其他py文件,请自己到GitHub上下载完整的。这里的部分仅仅是参考用的,建议还是自己按照提示一点一点写,如果实在卡住了再看答案。个人觉得这样才是正确的学习方法,况且
hongbin_xu
·
2017-12-02 19:28
吴恩达Coursera深度学习课程 DeepLearning.ai 编程作业——Autonomous driving - Car detection(4.3)
Autonomousdriving-CardetectionWelcometoyourweek3programming
assignment
.YouwilllearnaboutobjectdetectionusingtheverypowerfulYOLOmodel.ManyoftheideasinthisnotebookaredescribedinthetwoYOLOpapers
Hansry
·
2017-12-01 21:28
Deep
Learning
深度学习
DeepLearning.ai
机器学习-第四周作业——构建深度神经网络
BuildingyourDeepNeuralNetwork:StepbyStepWelcometoyourweek4
assignment
(part1of2)!
liqing19
·
2017-12-01 15:51
机器学习
Coursera Deep Learning 第四课 卷积神经网络 第四周 编程作业Art Generation with Neural Style Transfer - v2
DeepLearning&Art:NeuralStyleTransferWelcometothesecond
assignment
ofthisweek.Inthis
assignment
,youwilllearnaboutNeuralStyleTransfer.ThisalgorithmwascreatedbyGatysetal
justry24
·
2017-11-30 21:20
深度学习Coursera
上一页
83
84
85
86
87
88
89
90
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他