码迷,mamicode.com
首页 >  
搜索关键字:hana basis    ( 440个结果
OpenCASCADE Interpolation - Lagrange
Abstract. Power basis polynomial is the most simple polynomial function. It also be called power series. OpenCASCADE provides basic computation functi...
分类:其他好文   时间:2015-09-05 13:41:27    阅读次数:216
S/4 HANA 精简课程笔记
S/4HANA 精简课程笔记https://open.sap.cn/courses/s4h1-cn参加了近期开的HANA精简课程,相当于介绍了一下HANA,就算是科普吧,附上笔记。什么是S/4 HANA?S/4HANA是SAP的下一代商务套件(Business Suite),S/4HANA构建在最先...
分类:其他好文   时间:2015-08-09 16:50:39    阅读次数:311
#每日LinuxShell小练习#05 awk-好用的数据处理工具
awk是数据处理工具。相比如sed常作用于一整行的处理,awk则倾向于将一行分为数个“字段”来处理。因此,awk适合处理小型的数据。awk的基本模式如下:awk '条件类型1{动作1}条件类型2{动作2}'首先,看一段基本的代码echo "basis exmaple pf awk"echo "***...
分类:系统相关   时间:2015-08-08 11:50:09    阅读次数:314
Coursera台大机器学习技法课程笔记14-Radial Basis Function Network
将Radial Basis Function与Network相结合。实际上衡量两个点的相似性:距离越近,值越大。 将神经元换为与距离有关的函数,就是RBF Network: 可以用kernel和RBF来衡量相似性: 那么...
分类:Web程序   时间:2015-08-06 16:28:58    阅读次数:702
Syntactic and Semantic Errors
There are two kinds of errors that Basis can find.Syntaxerrors occur during the parsing of input code, and are caused by grammatically incorrect state...
分类:其他好文   时间:2015-08-05 00:43:00    阅读次数:112
053第256题
256.Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. To save disk space, you issued the following command: ALTER TABLE sal...
分类:其他好文   时间:2015-07-17 22:48:42    阅读次数:114
python相关的基础知识分享
python相关的基础知识分享今日面试,,才发现lambda和fibonacci都忘了怎么写,一年半载没有频繁的用py,以往的兴趣因生活的忙碌而显得生疏了,还好,之前学习整理的文档都放在了网站上,以备查验。分享出来解决方案:http://www.pcswo.com/static/file/python/basis/function/g..
分类:编程语言   时间:2015-06-24 16:39:15    阅读次数:130
程序员的量化交易之路(9)--金融系统概念basis
转载需注明出处:http://blog.csdn.net/minimicall?viewmode=contents , http://cloudtrade.top basis:基差 常见的几个概念有: Adjusted basis, the net cost of an asset after adjusting for various tax-related i...
分类:其他好文   时间:2015-05-24 21:56:32    阅读次数:183
A Deep Dive into Recurrent Neural Nets
A Deep Dive into Recurrent Neural NetsLast time, we talked about the traditional feed-forward neural net and concepts that form the basis of deep lear...
分类:Web程序   时间:2015-05-21 22:04:48    阅读次数:212
RBF network
1.radial basis function RBF表示某种距离,$\mu_m$为中心点,相当于将点$x$到中心点的某种距离作为特征转换 Output方法可以根据需求任意选取(比如使用SVM,logistic regression等) 关键在于:中心点选取,距离函数选择2.使用kmean选取中心点...
分类:Web程序   时间:2015-05-20 12:40:38    阅读次数:312
440条   上一页 1 ... 35 36 37 38 39 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!