码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Neural Networks Learning----- Stanford Machine Learning(by Andrew NG)Course Notes
本栏目内容来自Andrew NG老师的公开课:https://class.coursera.org/ml/class/index 一般而言, 人工神经网络与经典计算方法相比并非优越, 只有当常规方法解决不了或效果不佳时人工神经网络方法才能显示出其优越性。尤其对问题的机理不甚了解或不能用数学模型表示....
分类:Web程序   时间:2014-07-22 23:16:53    阅读次数:752
[LeetCode]String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases. Notes: It is intended for this problem to be specifi...
分类:其他好文   时间:2014-05-15 05:00:50    阅读次数:229
LeetCode 008 String to Integer (atoi)
【题目】 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases. Notes: It is intended for this problem to be s...
分类:其他好文   时间:2014-05-14 21:00:57    阅读次数:304
10分钟入门opengl投影变换推导(内含mathjax公式)
perspective projectiontitle: perspective projection tags: ["openGL", "Markdown", "mathjax"] notebook: notes --> 关于投影变换NDC我们先介绍一个概念,NDC(Normalized Devi...
分类:其他好文   时间:2014-05-10 07:16:39    阅读次数:404
CSS Notes
工作中遇到的一些css知识!记录下来就是宝贵的财富。1, box-shadow : 向框添加一个或多个阴影 box-shadow: h-shadow(必需)水平阴影的位置,允许负值 v-shadow(必需)垂直阴影的位置 blur(可选)模糊距离 spread(可选)阴影的尺寸 color(可选)....
分类:Web程序   时间:2014-05-10 06:37:47    阅读次数:360
Jquery and Javascript Notes
工作就是一个学习的过程。在这个过程中,你可以学到新的知识,你也可以温习你已经拥有的知识。JQueryNotes是一个工作笔记。希望能帮助自己提升技术。会有更新。。。。。1、JQueryattr() Method The attr() method sets or returns attribute....
分类:编程语言   时间:2014-05-10 06:32:59    阅读次数:321
python web server gateway interface (wsgi ) notes
前言: 注:如果需要得到支持批Python3.x以及包含了勘误表,附录,和说明的更新版规范,请查看PEP 3333 摘要: 这篇文档详细说明了一套在web服务器与Python web应用程序(web框架)之间的已提出的标准接口,从而方便web应用在各种web服务器之间的移植。理论和目标 Python...
分类:编程语言   时间:2014-05-09 16:52:10    阅读次数:721
Think in C++ notes, Ch2 & 3, Objects & Class
留待修改私货:啊这个标题逼格好高5.2 10:36 开始阅读
分类:编程语言   时间:2014-05-02 17:31:08    阅读次数:255
atan2 atan
atan2 definitionIn terms of the standardarctanfunction, whose range is(?π/2, π/2), it can be expressed as follows:Notes:This produces results in the r...
分类:其他好文   时间:2014-05-01 09:51:23    阅读次数:435
Introduction ----- Stanford Machine Learning(by Andrew NG)Course Notes
最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分NG较为系统的概括了Machine learning的一些基本概念,也让我接触了一些新的名词,这些....
分类:其他好文   时间:2014-04-30 01:31:20    阅读次数:529
1141条   上一页 1 ... 112 113 114 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!