flax语法知识参考:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html ...
分类:
其他好文 时间:
2017-05-06 00:52:50
阅读次数:
124
a. i += 1 b. if 1 == 1 or 1 > 2 and 1 == 4: print('正确') else: print('错误') c. content = "Alex 前几天去泰国玩姑娘,一不小心染上了病,他的内心活动是,真该多来几个" if "前几天去" in content: ...
分类:
其他好文 时间:
2017-05-05 21:02:28
阅读次数:
124
五月主题 | 人工智能 5月2日 | 亚马逊人工智能服务与深度学习平台概览 演讲嘉宾:张侠,AWS首席云计算企业顾问 5月9日 | Amazon Rekognition 陈琳涛,AWS解决方案架构师 5月16日 | 利用 Amazon Lex 轻松构建语音文本会话应用 赵霏, AWS解决方案架构师 ...
分类:
其他好文 时间:
2017-05-05 12:51:39
阅读次数:
220
列表是我们最以后最常用的数据类型之一,通过列表可以对数据实现最方便的存储、修改等操作 创建列表 1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 a = ['alex', 'seven', 'eric'] 4 #或 5 a = list(['ale ...
分类:
其他好文 时间:
2017-05-04 16:25:48
阅读次数:
185
C++ 关键字 __abstract 2 __alignof 运算符 __asm __assume __based __box 2 __cdecl __declspec __delegate 2 __event __except __fastcall __finally __forceinline ...
分类:
编程语言 时间:
2017-05-03 20:39:52
阅读次数:
389
题目: Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed? Would this affect the run-time complexity? How and why? Suppose an ...
分类:
其他好文 时间:
2017-05-03 14:36:34
阅读次数:
165
It's spring in Wisconsin and time to move the yearling calves to the yearling pasture and last year's yearlings to the greener pastures of the north 4 ...
分类:
其他好文 时间:
2017-05-01 10:00:35
阅读次数:
266
http://alvinalexander.com/web/using-curl-scripts-to-test-restful-web-services http://stackoverflow.com/questions/7172784/how-to-post-json-data-with-cu ...
分类:
编程语言 时间:
2017-04-29 21:08:24
阅读次数:
156
Asp.Net Core MVC的开源地址:https://github.com/aspnet/Mvc Asp.net MVC的开源地址:http://aspnetwebstack.codeplex.com/SourceControl/latest net core 原本叫mvc6 后面才改名为 c ...
分类:
Web程序 时间:
2017-04-29 18:56:17
阅读次数:
271
课时24 深度学习开源库使用介绍(上) Caffe 被用于重新实现AlexNet,然后用AlexNet的特征来解决其他事情 用C++书写的,可以去GitHub上面读取源代码 主要四个类: Blob可以存你的权重,像素值,激活等,是n维的张量,就像NumPy一样,他实际上内部有四个n维张量,这个张量有 ...
分类:
其他好文 时间:
2017-04-29 16:21:06
阅读次数:
244