码迷,mamicode.com
首页 >  
搜索关键字:learn    ( 3442个结果
TensorFlow基础入门(五)--单隐层与双隐层的神经网络结构
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:其他好文   时间:2019-12-22 16:38:40    阅读次数:173
cmake 构建工程
说明:文章参照《CMAKE实践》 1、首先创建工程目录:/learn/cmake/project project目录中需要编写CMakeLists.txt 2、在project中创建src子目录: 放置工程源代码 src目录中需要编写CMakeLists.txt 3、在project中创建build ...
分类:其他好文   时间:2019-12-22 14:56:37    阅读次数:89
Codecademy - Learn HTML
整合Codecademy上学习HTML的任务以及答案: 1.初识HTML:hypertext markup language 怎么理解? 2.HTML的语言规范是什么? 3.文档开头的 <!DOCTYPE html> <html> </html> 是干什么的? 4.<div><h1><p>都代表什么 ...
分类:Web程序   时间:2019-12-22 14:55:34    阅读次数:137
Codecademy - Learn HTML answer
Brown Bears Brown Bear About Me The Brown Bear Introduction Habitat Media About Brown Bears The brown bear (Ursus arctos) is native to parts of northe ...
分类:Web程序   时间:2019-12-22 14:50:45    阅读次数:113
V3 - Language Learning Teacher: Gabriele
In this lesson you will learn to express difficulties. 课上内容(Lesson) What goes up but never comes down? Your age Expressing difficulties st. is diffico ...
分类:其他好文   时间:2019-12-22 14:37:47    阅读次数:77
TensorFlow基础入门(四)
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:其他好文   时间:2019-12-22 14:34:48    阅读次数:81
inflection point
http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/ kill will develop 1.repeat code use 2.read document pass inflection point ...
分类:其他好文   时间:2019-12-21 18:41:12    阅读次数:93
Java Virtual Machine (JVM), Difference JDK, JRE & JVM – Core Java
By Chaitanya Singh | Filed Under: Learn Java By Chaitanya Singh | Filed Under: Learn Java Java is a high level programming language. A program written ...
分类:编程语言   时间:2019-12-20 20:16:49    阅读次数:109
待读书列表
"计算的本质" by Tom Stuart, 2014 "Hands on Machine Learning with Scikit Learn, Keras, and TensorFlow" 2nd edition, by Aurélien Géron, 2019 "深度学习的数学" by 涌井良 ...
分类:其他好文   时间:2019-12-20 12:03:20    阅读次数:81
Java连载62-使用throws关键字处理异常
?一、处理异常的两种方式 1.所有的编译时异常,要求程序员在编写程序阶段,必须对它进行处理,如果不处理的话,编译就会无法通过,处理异常有两种方法:捕捉和声明抛出。 2.捕捉:try.....catch....... 3.声明抛出就是方法声明的位置上使用throws关键字抛出异常。 4.所有Runti ...
分类:编程语言   时间:2019-12-20 01:13:53    阅读次数:81
3442条   上一页 1 ... 38 39 40 41 42 ... 345 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!