Building basic functions with numpy math.exp() 但是实际上在深度学习中数据往往是矩阵和向量形式,而math库函数的参数往往是一个实数,因而在深度学习中广泛使用numpy库。 numpy基础 numpy实现sigmoid函数: 求sigmoid函数的梯度
转载
2018-08-19 14:15:00
283阅读
Python Basics with Numpy (optional assignment) Welcome to your first assignment. This exercise gives you a brief introduction to Python. Even if you'v
转载
2021-02-06 12:02:00
422阅读
2评论
A computer must work properly before it can be used to access information such as Web-based content. This will require users to troubleshoot basic hardware and software problem
原创
2008-04-17 09:33:57
450阅读
很久没有更新日记了。。为啥呢。。。前阵看到《完全用Linux工作-清华申请退学博士》 ,句句说到心坎里,加上咱是科班出身,不能与非科班的人使用的一样,决定要从现在开始增加今后装13的储物,从此痛改前非,正式从windows开始转向linux大营。。 闲话不多说,正式请上我的生活一族---linux。。
原创
2016-03-31 19:46:54
1319阅读
MarkDown 二级标题 三级标题 四级标题 字体 Hello, World ! Hello, World! Hello,World! Hello,World! 引用 引用段落 分割线 图片 超链接 typora下载链接 列表 A B C A B C 表格 名字 性别 生日 Alex Male 0 ...
转载
2021-09-01 15:06:00
92阅读
2评论
What Are Threads? GUI Thread and Worker Thread Simultaneous Access to Data Using Threads When to Use Alternatives to Threads Which Qt ...
转载
2012-06-25 17:37:00
152阅读
2评论
Android UI Android Button 三种方式 Android Toast(吐司)的基本使用 Android PreferenceScreen Android DatePickerDialog Android Fragment(一):基本使用 Androidx RecyclerVi ...
转载
2021-10-12 10:48:00
58阅读
2评论
Antenna basics ( 天线基础知识 ) http://www.marinesatellitesystems.com/index.php?page_id=99 AZ Azimuth ( AZ方位角 ) The azimuth is the horizontal angle from tru
转载
2020-09-09 14:38:00
313阅读
2评论
Show all of the committed history: svn log Show the current repositories' info, including its URL: svn info Commit current working tree: svn commit -m
原创
2022-07-25 10:31:47
62阅读
Color is the perceptual characteristic of light described by a color name. Specifically, col
转载
2022-06-05 00:15:56
74阅读
查看当前用户
whoami
远程访问
1.SSH
ssh robin@10.201.9.11
获得帮助
以ls 命令为例
1. man ls
2. ls --help
3. man -K ls
查看主机上所有与 ls 有关的 man 信息。
4.whatis ls
5.apropos ls
进程
p
原创
2010-11-01 18:01:58
639阅读
Verilog Language——Basics simple wire Create a module with one input and one output that behaves like a wire. 1.Unlike physical wires, wires (and other ...
转载
2021-09-03 16:43:00
428阅读
uf // quick find: // use int array id[] of length n // p and q are connected if and only if they have the same id // when merge components containing p and q, change all entris who // id equals id...
转载
2018-08-09 18:08:00
92阅读
2评论
IDE、编辑器、编译器、解释器、调试器 1. IDE(integrated) 集成开发环境,一般包括代码编辑器、编译器、调试器和图形用户界面工具。集成了代码编写功能、分析功能、编译功能、调试功能等一体化的开发软件服务套。 常见IDE: 微软 Visual Studio(VS) NetBeans:(主 ...
转载
2021-10-25 12:05:00
205阅读
2评论
ls命令用来显示目标列表,在Linux中是使用率较高的命令。ls命令的输出信息可以进行彩色加亮显示,以分区不同类型的文件。 语法 ls(选项)(参数)选项 -a:显示所有档案及目录(ls内定将档案名或目录名称为“.”的视为影藏,不会列出);
-A:显示除影藏文件“.”和“..”以外的所有文件列表;
-C:多列显示输出结果。这是默认选项;&nbs
原创
2015-11-16 10:39:51
623阅读
转载
2021-07-01 14:38:00
115阅读
2评论
文章出处:http://www.informit.com/articles/article.aspx?p=24094In the preceding two chapters, I discussed dbExpress—a unidirectional database technology. In the real world, most applications support bidirectional scrolling through a dataset. As noted previously, Borland has addressed bidirectional datase
转载
2014-01-08 17:28:00
108阅读
2评论
The Extensible Authentication Protocol (EAP) as defined inIETF RFC 2284provides support for
转载
2022-11-07 18:23:09
235阅读
Linux principles :
1.在linux中一切皆文件
2.linux系统整体架构是:内核小,单一目的的程序,有人称其 "心无旁骛,专注"
3.组合小程序,完成大任务
4.尽可能少的跟用户交互,把复杂的工作留给系统
5.以文本的形式储存配置文件
登入linux的两种方式:
1.以文本控制台方式 :ctrl-alt-f[1-6]
2.图形界面登入(GDM,
原创
2010-07-08 21:25:21
1281阅读
ML basics
原创
2022-09-25 00:10:00
91阅读