码迷,mamicode.com
首页 >  
搜索关键字:ski course design    ( 8078个结果
Python字符串拼接(包含字符串拼接数字)
在 Python 中拼接(连接)字符串很简单,可以直接将两个字符串紧挨着写在一起,具体格式为: strname = "str1" "str2" strname 表示拼接以后的字符串变量名,str1 和 str2 是要拼接的字符串内容。使用这种写法,Python 会自动将两个字符串拼接在一起。http ...
分类:编程语言   时间:2020-04-02 18:01:41    阅读次数:87
降低损失 :学习速率
Reference: https://developers.google.com/machine-learning/crash-course/reducing-loss/learning-rate Learning Rate 正如之前所述,梯度矢量具有方向和大小。梯度下降法算法用梯度乘以一个称为学习 ...
分类:其他好文   时间:2020-04-02 15:51:48    阅读次数:91
leetcode 703. Kth Largest Element in a Stream & c++ priority_queue & minHeap/maxHeap
703. Kth Largest Element in a Stream & c++ priority_queue & minHeap/maxHeap 相关链接 "leetcode" "c++ priority_queue cplusplus" "c++ priority_queue cnblog" ...
分类:编程语言   时间:2020-04-01 10:54:46    阅读次数:71
图解 Promise 实现原理(一)—— 基础实现
本系列文章由浅入深逐步实现 Promise,并结合流程图、实例以及动画进行演示,达到深刻理解 Promise 用法的目的 ...
分类:其他好文   时间:2020-03-30 11:12:37    阅读次数:71
General structure of QKDN
源自:ITU-T Y.QKDN Arch文稿 1. General structure of QKDN Figure 1 summarizes the reference model and main elements of a QKDN and a user network based in [I ...
分类:其他好文   时间:2020-03-29 18:01:11    阅读次数:68
不是RESTful不好,是你姿势有问题
文章来源:https://ningyu1.github.io/site/post/01-restful-design-specifications/ 一、 摘要(Abstract) RESTful API 已经非常成熟,也得到了大家的认可。我们按照 Richardson Maturity Model ...
分类:其他好文   时间:2020-03-28 10:31:11    阅读次数:90
Flutter 使用阿里巴巴icon库
在Flutter默认创建的项目中可以使用系统Material图标,在pubspec.yaml文件中使用图标设置如下:flutter:uses-material-design:true系统图标如下:如果这里面没有我们想要的图标如何处理呢?这时可以使用第三方图标库,下面以阿里巴巴的图标库为例。查找图标并加入购物车找到自己想要的图标后,将鼠标放置到图标上,加入购物车,如下图:点击右上角的购物车,然后点击
分类:其他好文   时间:2020-03-27 23:27:34    阅读次数:100
django pycharm入门
1.pycharm环境 https://www.django.cn/article/show-16.html 2.django语法以及入门 https://www.django.cn/course/show-18.html ...
分类:其他好文   时间:2020-03-27 16:51:47    阅读次数:65
告别炼丹,Google Brain提出强化学习助力Neural Architecture Search | ICLR2017
论文为Google Brain在16年推出的使用强化学习的Neural Architecture Search方法,该方法能够针对数据集搜索构建特定的网络,但需要800卡训练一个月时间。虽然论文的思路有很多改进的地方,但该论文为AutoML的经典之作,为后面很多的研究提供了思路,属于里程碑式的论文, ...
分类:其他好文   时间:2020-03-27 12:42:46    阅读次数:87
Upgrade Zynq-7000 XIP reference design to Xilinx SDK 2018.3
付汉杰 hankf@xilinx.com 1. Introduction 2. Vivado project 3. FSBL 4. C Application 5. C++ Application 6. Create boot file 6.1. Example of bootgen.bif 7. ...
分类:其他好文   时间:2020-03-27 12:35:17    阅读次数:83
8078条   上一页 1 ... 42 43 44 45 46 ... 808 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!