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
【深度学习】cs231n-
assignment
1 - KNN
这一系列主要记录cs231n课程对应的笔记。每学习一个课程,写下来,看看自己理解了多少。cs231n是大牛lifeifei在斯坦福开设的深度学习与计算机视觉课程。课程地址:http://vision.stanford.edu/teaching/cs231n/syllabus.html课程ppt:https://github.com/autoliuweijie/DeepLearning/tree/m
Denny#
·
2017-04-23 00:25
【深度学习】
hdu 6006 Engineer
Assignment
(状压)
题目:here主要思路:离散化之后进行状压dp#include#include#include#includeusingnamespacestd;typedeflonglongll;constintmaxn=1e5+5;intengi[15][5];intpro[15][5];intdp[15][1200];intvis[105];intproall[15];intengiall[15];vect
destiny546
·
2017-04-22 22:07
dp
【工具】Source Insight常用快捷键及注释快捷键设置
在使用SI过程中,我根据自己的使用习惯修改了它的默认快捷键,并且在配置文件中添加了一些人性化功能,下面一一介绍:修改快捷键:Options->Key
Assignment
s...1.mainwindow:
E-Mouse
·
2017-04-21 17:27
C语言记录
文章标题
Assignment
Defineatreedatatype,tree,wherealeafhasanintegerlabelandaninteriornodehasanintegerlabelandtwochildtrees.Forexample
kaiweicheung
·
2017-04-21 15:29
ML
SML
CS231n——
Assignment
1--2-layer-network
仅用Python实现一个两层的全连接网络我认为此任务的难点在于反向传播那块的代码,以前对反向传播认识比较浅显,亲手推算后,才真正理解了反向传播,我已把反向传播这块做了补充,详情见http://blog.csdn.net/margretwg/article/details/64920405(softmax梯度推导)http://blog.csdn.net/margretwg/article/deta
MargaretWG
·
2017-04-18 21:59
Java 别名(Aliasing)
Java中的别名亦类似,Java给某个变量起别名,其实就是赋值语句(
Assignment
Statement,如b=a),只是这里的**值**要视情况而定。一般分两种情况:1。基本数据类
不忘初心mao
·
2017-04-16 11:00
Java: 隐性赋值(Implicit
Assignment
)
初学Java时,我总是记不住如何区别i++和++i。在《算法(第四版)》一书中第16页,作者提到:**++i**isthesameasi=i+1,andhasthevaluei+1inanexpression.Thecode**i++**isthesameexceptthattheexpressionvalueistaken**before**theincrement,**notafter**.即
不忘初心mao
·
2017-04-16 11:00
swift入门1 操作符
注:英文部分来自官方文档基础操作符赋值操作符Iftherightsideofthe
assignment
isatuplewithmultiplevalues,itselementscanbedecomposedintomultipleconstantsorvariablesatonce
peterchen
·
2017-04-11 11:00
CS231n——
Assignment
1-KNN
一、KNN1.读取数据importnumpyasnpimportrandomfromcs231n.data_utilsimportload_CIFAR10importmatplotlib.pyplotaspltimportosplt.rcParams['figure.figsize']=(10.0,8.0)plt.rcParams['image.interpolation']='nearest'p
MargaretWG
·
2017-04-04 11:59
CS231n——
Assignment
1-KNN
一、KNN1.读取数据importnumpyasnpimportrandomfromcs231n.data_utilsimportload_CIFAR10importmatplotlib.pyplotaspltimportosplt.rcParams['figure.figsize']=(10.0,8.0)plt.rcParams['image.interpolation']='nearest'p
MargaretWG
·
2017-04-04 11:59
C++ trivial和non-trivial及POD类型POD(Plain Old Data)
trivial意思是无意义,这个trivial和non-trivial是对类的四种函数来说的:(1)构造函数(ctor)(2)复制构造函数(copy)(3)赋值函数(
assignment
)(4)析构函数
LaoJiu_
·
2017-03-26 09:27
C++
查看linux中常用端口
HTTP使用的端口feiqianyousadeMacBook-Pro:forgeVisitMyblogyousa$cat/etc/services|grephttp#http://www.iana.org/
assignment
s
绯浅yousa
·
2017-03-24 01:10
笔记
TCP-IP
linux环境配置
ES6十大常用特性
排名不分先后):DefaultParameters(默认参数)inES6TemplateLiterals(模板文本)inES6Multi-lineStrings(多行字符串)inES6Destructuring
Assignment
bingTangCSND
·
2017-03-19 13:27
es6
C语言运算符优先级表 [C陷阱与缺陷]
:右向左
assignment
s右向左,左到右判断C语句,要从结合性和优先级两个角度一起考虑。单目运算符是所有的真正意义上的运算符终,优先级最高的。
yiltoncent
·
2017-03-08 23:13
37 How to write essay? --Essay organisation and thesis statements,Critical Thinking
21thFebruary20171EssayorganisationandthesisstatementsTimetable图片发自App图片发自App1-C2-B3-D4-E5-AEssayOrganizationTherearevarioustypesofwritings
assignment
saninstructormaygivesuchasjournals
Chineseyoyo
·
2017-03-03 06:07
Coursera Algorithm(Part I) Week4
Assignment
8 Puzzle (98/100)
跟着学习Algorithm的课程也有好几周了,感觉作业难度还算适中,但要想得满分实在需要一些姿势水平。对算法时间和内存的高阶要求对我这个外行简直吃力,从第三周开始就已经不能100/100了,又苦于不知道向谁求救,很难受。加上自己记性一直不好,一些之前理解很到位的算法隔一段时间不用就只能记个模棱两可,所以决定把作业发到网上(前三周的有时间再补),一方面希望和大家分享交流,听听大家的建议(如果有人看的
ciefer
·
2017-03-01 17:47
java
无标题文章
Assignment
1秦堤20140134202.4Yes,becausewecanidentifytuplesuniquelybytheattributename.2.7a.
三花Dixon
·
2017-02-27 19:29
Kaggle项目Digit Recognizer实现(一):三层卷积神经网络
寒假期间学习了斯坦福大学CS231n课程卷积神经网络及以前的内容,并完成了
assignment
1,
assignment
2。
迷途小书童
·
2017-02-19 16:25
机器学习
C++中的三大函数和操作符重载(Boolan)
C++中三大函数:析构函数复制构造函数=操作符(copy
assignment
operator)这三个特殊的成员函数如果程序员没有实现,编译器将提供默认的实现方式。
冻结的企鹅
·
2017-02-15 10:11
Assignment
7
1.TheNPVruleispreferredwhenmakingadecisionbetweentwomutuallyexclusiveprojects.true2.ThecityofMiddlevilleisconsideringofferingpublicbusservice.Settinguptheservicewillcostthecity$1.7M(whereMstandsformil
冗夕
·
2017-02-14 09:50
GG695 Posterior
Assignment
6
title:"RNotebook"output:html_notebookExercise6.01Betadistribution.Theshapeparameteraincreasesfromlefttorightacrossthecolumns,whiletheshapeparameterbincreasesfromtoptobottomacrosstherows.Exercise6.02(a
Lueur_Ra
·
2017-02-12 17:49
普林斯顿算法课Part2第四周作业_Boggle
作业地址:http://coursera.cs.princeton.edu/algs4/
assignment
s/boggle.html作业难点:1、如何保证求解速度,满分要求是求解速度>=0.5*参考速度
weixin_30667301
·
2017-02-11 19:00
数据结构与算法
深度学习斯坦福cs231n 课程笔记
前言对于深度学习,新手我推荐先看UFLDL,不做
assignment
的话,一两个晚上就可以看完。毕竟卷积、池化啥的并不是什么特别玄的东西。课程简明扼要,一针见血,把最基础、最重要的点都点出来了。
绝对不要看眼睛里的郁金香
·
2017-02-06 21:16
Python Numpy Tutorial 发个Python机器学习入门实例
ThistutorialwascontributedbyJustinJohnson.WewillusethePythonprogramminglanguageforall
assignment
sinthiscourse.Pythonisagreatgeneral-purposeprogramminglanguageonitsown
寒-寒
·
2017-02-04 17:50
Python
Activiti工作流引擎——用户与组、部署管理
组是控制权限的一种方式,属于某个组的用户就拥有操作某些功能的权限,在activiti中,组可以分为两种类型,即
assignment
和security-role,前者为一种普通的岗位角色,是用户分配业务中
YEN_csdn
·
2017-01-22 13:09
JavaEE专业技能
新SAT数学知识点介绍①:Random Sampling & Random
Assignment
by JianYu
在新SAT数学里,统计这一块进行了比较大的变动,增加了一些同学们不太熟悉的知识点,包括marginsoferror/confidenceinterval,randomsampling&random
assignment
北美考试_TestDaily
·
2017-01-05 17:15
[JS Compose] 0. Understand 'Box' or 'Container', they are just like Array!
We'llexaminehowtounnestfunctioncalls,capture
assignment
,andcreatealineardataflowwithatypewecallBox.Thisisourintroductiontoworkingwiththevariouscontainer-styletypes
Zhentiw
·
2016-12-22 13:00
《Algorithms》NP-complete 部分证明习题解答
8.3STINGYSATisthefollowingproblem:givenasetofclauses(eachadisjunctionofliterals)andanintegerk,findasatisfying
assignment
inwhichatmostkvariablesaretrue
Gregzeng
·
2016-12-19 17:53
[JS Compose] 0. Understand 'Box' or 'Container', they are just like Array!
We'llexaminehowtounnestfunctioncalls,capture
assignment
,andcreatealineardataflowwithatypewecallBox.Thisisourintroductiontoworkingwiththevariouscontainer-styletypes.Atfirst
Zhentiw
·
2016-12-11 21:00
8 puzzle with A* algorithm
Themainideaisfrom:http://www.cs.princeton.edu/courses/archive/spr10/cos226/
assignment
s/8puzzle.htmlA*
KusanoNEU
·
2016-12-10 21:48
算法
HDU 5289
Assignment
【二分+RMQ】
Assignment
题意:给一个数组,给一个K,找到满足连续子串的个数,使子串中的最小值与最大值之差小于K,N:1e5思路:确定右端点,二分枚举右端点,找到最大的满足位置,用RMQ判断,统计每一左端点的贡献即可
DTL66
·
2016-12-10 19:22
8-二分
RMQ
HDU 5289
Assignment
【二分+RMQ】
Assignment
题意:给一个数组,给一个K,找到满足连续子串的个数,使子串中的最小值与最大值之差小于K,N:1e5思路:确定右端点,二分枚举右端点,找到最大的满足位置,用RMQ判断,统计每一左端点的贡献即可
DTL66
·
2016-12-10 19:22
8-二分
RMQ
cs231n:
assignment
1——Q5: Higher Level Representations: Image Features
自己写的cs231n的作业,希望给点意见,支出错误和不足.谢谢featuresipynb内容ImagefeaturesexerciseLoaddataExtractFeaturesTrainSVMonfeaturesInlinequestion1NeuralNetworkonimagefeaturesBonusDesignyourownfeaturesBonusDosomethingextrafe
Ruff_XY
·
2016-12-05 17:21
cs231n
计算机视觉
深度学习
python
cs231n
HTML5新特性——
Assignment
问答1.不管是招聘还是聊天经常能听到h5开发,它指的是什么?和HTML5有什么关系?百度h5qqH5H5主要值的是移动端应用的页面开发,例如微信内的宣传活动页面;HTML5是W3C发布的关于HTML的最新标准,H5可以说是HTML5的具体应用,当然H5所使用到的技术有可能不仅仅是HTML5;2.HTML5是什么?有哪些新特性?有哪些新增标签?如何让低版本的IE支持HTML5新标签2.1HTML5是
犯迷糊的小羊
·
2016-12-02 00:39
常用Kafka命令实现
TopicCommandwriteTopicPartition
Assignment
/brokers/topics/[topic]/partitions/[0…N]KafkaProducer初始化Metadata
aegeaner
·
2016-11-28 19:32
Kafka集群扩容遇到的问题
首先,看一下遇到的问题:Partitionsre
assignment
failedduetoPartitionre
assignment
datafileimp-imps-app-web.jsonisemptykafka.common.AdminCommandFailedException
zhangjf5050
·
2016-11-25 11:27
扩容
topic
kafka
cs231n课程作业
assignment
1(KNN)
前言:以斯坦福cs231n课程的python编程任务为主线,展开对该课程主要内容的理解和部分数学推导。该课程相关笔记参考自知乎-CS231n官方笔记授权翻译总集篇发布k-NearestNeighbor分类器简介:k-NearestNeighbor,简称KNN,翻译过来的意思就是k邻近分类,一个测试与已知的训练集中的数据进行求欧氏距离运算,取前K个距离最短的数据,然后根据前K个数据中标签出现次数最多
df58529deedc
·
2016-11-24 16:20
Storm总体交互关系
/storm/
assignment
s/保存nimbu
Del_Zhu
·
2016-11-16 20:34
storm
Storm总体交互关系
/storm/
assignment
s/保存nimbu
Del_Zhu
·
2016-11-16 20:34
storm
cs231n:
assignment
1——Q2: Training a Support Vector Machine
MulticlassSupportVectorMachineexerciseCompleteandhandinthiscompletedworksheet(includingitsoutputsandanysupportingcodeoutsideoftheworksheet)withyour
assignment
submission.Formoredetailsseethe
assignment
sp
X_Y
·
2016-11-13 22:08
通信信道英文
自适应信道分配4.adjacentchannelscan(ACS)相邻信道扫描5.adjacentchannelpowerresponse(ACPR)相邻信道功率响应6.automaticchannel
assignment
gtkknd
·
2016-11-05 07:06
英语角
《Effective C++》 读书笔记之二 构造/析构/赋值运算
《EffectiveC++》读书笔记之二构造/析构/赋值运算条款10:令赋值(
assignment
)操作符返回一个referenceto*this。
313119992
·
2016-11-03 10:18
C++
读书笔记
JS干货--几个容易忽视的知识点
浏览器中为window)的属性一下两种方式会隐式的成为全局变量:1、novarfunctionadd(a,b){//result变成全局变量result=a+b;returnresult;}2、chain
assignment
sfunctionadd
descire
·
2016-11-01 19:44
JavaScript
CS231n--
assignment
1--KNN
写在开头:今天花了一天时间终于把斯坦福大学cs231n课程的
assignment
1中的knn(K-NearestNeighbor)相关代码给实现了,完成的过程中参考了网上的相关资源,其实算法不是很难,关键是对
Archervin
·
2016-10-31 22:03
Convolutional
Neural
Networks
Always stay up late is not well
YesterdayIthinkisabaddaybecauseIfeelsotiredandcan'tconcentrateonstudy.Ithinkitisthereasonwhystayuplatetoolong.Lastweek,Itwassomany
assignment
stodo
不会飞的章鱼
·
2016-10-25 12:55
es6还欠完善的地方
conststr="string"; str=1;//UncaughtTypeError:
Assignment
toconstantvariable.对于引用类型,比如array,object。
草珊瑚
·
2016-10-12 20:00
深度学习斯坦福cs231n 课程笔记
前言对于深度学习,新手我推荐先看UFLDL,不做
assignment
的话,一两个晚上就可以看完。毕竟卷积、池化啥的并不是什么特别玄的东西。课程简明扼要,一针见血,把最基础、最重要的点都点出来了。
三更灯火五更鸡
·
2016-10-11 19:12
深度学习
CS231n
assignment
1 multi svm -- 矩阵乘法的几何意义
原文地址问题引入在cs231n的
assignment
1多类svm部分中,需要采用完全向量法求解损失函数对权重的梯度dW,∇wyiLi=−⎛⎝∑j≠yi1(wTjxi−wTyixi+Δ>0)⎞⎠xi∇wjLi
BUPT_WX
·
2016-10-08 23:48
算法
机器学习
学霸揭开面纱之后到底是怎样的
上了大学之后,从朋友口中得知之前学霸同桌的一些消息:1.某天吃饭,朋友告诉我学霸跟她说,这次会计的
assignment
不用做,凭他之前的分累计起来这门课不会挂科,一般
assignment
占总成绩的10~
我是撒撒98
·
2016-10-08 11:10
Node.js REPL模块
REPLDesignandFeaturesCommandsandSpecialKeysDefaultEvaluationJavaScriptExpressionsGlobalandLocalScopeAccessingCoreNode.jsModules
Assignment
ofthe
福州-司马懿
·
2016-09-29 09:16
————
Node.js
上一页
86
87
88
89
90
91
92
93
下一页
按字母分类:
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
其他