码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
修改 Cucumber HTML 报告
后台服务是 JSON-RPC 风格的,所以 Scenario 都是这样的Scenario: login successful When I set request body from "features/examples/login.json” When I send a POST request ... ...
分类:Web程序   时间:2020-02-01 12:32:05    阅读次数:95
NLP Calculate the similarity of any two articles resume version
https://radimrehurek.com/gensim/auto_examples/index.html#core-tutorials Calculate the similarity of any two course -Design a program to implement the ...
分类:其他好文   时间:2020-01-31 21:16:24    阅读次数:140
Docker packaging guide for Python
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the ...
分类:编程语言   时间:2020-01-30 12:46:48    阅读次数:79
B - Draw!
You still have partial information about the score during the historic football match. You are given a set of pairs (ai,bi)(ai,bi), indicating that at ...
分类:其他好文   时间:2020-01-29 10:23:49    阅读次数:67
# Codeforces Round #615 (Div. 3)
标签(空格分隔): ACM D. MEX maximizing Description: Recall that MEX of an array is a minimum non negative integer that does not belong to the array. Examples ...
分类:其他好文   时间:2020-01-27 23:55:09    阅读次数:116
吴恩达《深度学习》-课后测验-第五门课 序列模型(Sequence Models)-Week 1: Recurrent Neural Networks(第一周测验:循环神经网络)
Week 1 Quiz: Recurrent Neural Networks(第一周测验:循环神经网络) \1. Suppose your training examples are sentences (sequences of words). Which of the following ref ...
分类:Web程序   时间:2020-01-27 22:17:41    阅读次数:97
go并发编程by examples
[//title]:(go并发编程by examples) [//englishTitle]:(concurrent programming in go by examples) [//category]:(go,tutorial,concurrent programming) [//tags]:( ...
分类:其他好文   时间:2020-01-27 09:29:41    阅读次数:53
【vn.py】CTP首次登陆修改密码 之 接口调用法
背景最近一直在玩vn.py,上一篇文章vn.py开发环境搭建(windows)介绍了如何搭建二次开发环境,解决了一些搭建环境过程中遇到的坑。那么接下来这篇文章将解决运行期间的第一个问题。开始vn.py1.环境部署完成之后,启动examples/vn_trader/run.py,弹出启动页面。具体搭建过程参考vn.py开发环境搭建(windows)。2。连接CTP,点击系统->连接CTP,弹出
分类:其他好文   时间:2020-01-27 00:12:14    阅读次数:648
Dimensionality and hige dimensional data: definition, examples, curse of..
Dimensionality in statistics refers to how many attributes a dataset has. For example, healthcare data is notorious for having vast amounts of variabl ...
分类:其他好文   时间:2020-01-24 20:05:14    阅读次数:98
Dynamic Programming
0. 1. examples: def fib(n): if n == 1 or n == 2: result = 1 else result = fib(n-1) + fib(n-2) return result this is very in-efficient, O(2^n), and we ...
分类:其他好文   时间:2020-01-24 09:28:30    阅读次数:77
2038条   上一页 1 ... 15 16 17 18 19 ... 204 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!