码迷,mamicode.com
首页 >  
搜索关键字:linear    ( 2303个结果
难题征解
Some tricky problems of linear algebra waiting to be resolved. ...
分类:其他好文   时间:2019-07-08 00:41:28    阅读次数:137
线性代数知识荟萃(0)
Linear algebra is the branch of mathematics concerning vector spaces and linear mappings between such spaces. It includes the study of lines, planes, ... ...
分类:其他好文   时间:2019-07-07 17:34:58    阅读次数:79
04-pytorch
打印散点图 定义时必须要继承torch.nn.Module 继承两次 然后定义每层的结点数 然后进行向前传播的过程 Net( (hidden): Linear(in_features=1, out_features=10, bias=True) (predict): Linear(in_featur ...
分类:其他好文   时间:2019-07-07 12:21:57    阅读次数:77
Matlab中intlinprog函数的用法总结
Matlab中 intlinprog函数用法简介 1.简介 intlinprog是matlab中用于求解混合整数线性规划(Mixed integer linear programming)的一个函数,用法基本和linprog差不多 Matlab中,该模型的标注写法如下 $$ min\ f\,^Tx\ ...
分类:其他好文   时间:2019-07-07 12:21:17    阅读次数:246
适配器禁止滑动
adapter = new AttendanceConfirmationAdapter(R.layout.attendance_confirmation_item, response.getVacationList());//禁止滑动final LinearLayoutManager layoutM ...
分类:其他好文   时间:2019-07-01 13:44:55    阅读次数:82
Daily Coding Problem: Problem #315
/** * This problem was asked by Google. In linear algebra, a Toeplitz matrix is one in which the elements on any given diagonal from top left to botto... ...
分类:其他好文   时间:2019-06-30 09:50:16    阅读次数:80
linear 工作流
最近把 最后一张画ui的rt 从float换成srgb 并没有引起我预计会有的 alpha混合结果发生变化的事情 我想是因为 1.artists在ps里的工作流是线性空间 2.onchip memory一直都是32bits 和framebuffer 精度无关 所以不用srgb虽然会失去暗部细节 但这 ...
分类:其他好文   时间:2019-06-26 13:28:23    阅读次数:88
数据库索引原理及优化
索引的本质 MySQL官方对索引的定义为:索引(Index)是帮助MySQL高效获取数据的数据结构。提取句子主干,就可以得到索引的本质:索引是数据结构。 常见的查询算法 我们知道,数据库查询是数据库的最主要功能之一。我们都希望查询数据的速度能尽可能的快,因此数据库系统的设计者会从查询算法的角度进行优 ...
分类:数据库   时间:2019-06-20 12:31:50    阅读次数:124
78.纯 CSS 创作 Windows 启动界面
原文地址:https://segmentfault.com/a/1190000015632759 学习后效果地址:https://scrimba.com/c/cPgWmZCg HTML code: CSS code: ...
分类:Windows程序   时间:2019-06-19 23:30:03    阅读次数:277
movan matplotlib
1 import matplotlib.pyplot as plt 2 import numpy as np 3 x = np.linspace(-1, 1, 50) 4 y = 2*x + 1 5 plt.figure()#使用plt.figure定义一个图像窗口 6 plt.plot(x, y)... ...
分类:其他好文   时间:2019-06-17 14:12:13    阅读次数:95
2303条   上一页 1 ... 35 36 37 38 39 ... 231 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!