目前机器学习最热门的领域有以下七个,后面给出相应的资料链接:1. 迁移学习Transfer learning 。 http://www.cse.ust.hk/TL/index.html2. 半监督学习Semi-Supervised learning 。 http://pages.cs.wisc.ed...
分类:
其他好文 时间:
2014-11-27 12:40:01
阅读次数:
138
var ed = $('#dg').datagrid('getEditor', {index:editIndex,field:'productid'});var productname = $(ed.target).combobox('getText');var value = $(ed.targe...
分类:
其他好文 时间:
2014-11-26 14:14:25
阅读次数:
251
python methodsearchwordlist= [wforwinnltk.corpus.words.words('en')ifw.islower()]print[wforwinwordlistifre.search('ed$',w)]findallword ='supercalifragi...
分类:
其他好文 时间:
2014-11-26 01:00:21
阅读次数:
173
题目大意:给出一个地图,如果经过两个不同的区块,需要花费1,否则不需要花费。问从st到ed最小需要花费多少。
思路:签到题。
#include
#include
#include
#include
#include
#define MAX 510
#define MAXP 250010
#define MAXE 2000010
using namespace std;...
分类:
其他好文 时间:
2014-11-25 10:49:17
阅读次数:
165
A.storyboard 控件版1.label2.textfield a.Keyboard Type 账号:Number Pad 密码:Number and Punctuation b.Placeholder:提示文字 c.Clear Button: Appears with ed...
分类:
移动开发 时间:
2014-11-24 22:22:11
阅读次数:
254
排序并去除重复
排序用group by
去除重复用max(expr)
SELECT ed.ID,ed.`NAME`,ed.RATIO,max(e.DLDT),e.TAE,e.TAE/ed.RATIO
from e_eledata e , e_elemeterhead ed
where e.E_ELEMETERHEAD_ID = ed.ID
and ed.`STATUS` = '0'
...
分类:
数据库 时间:
2014-11-10 15:36:05
阅读次数:
195
1、打开admin/includes/lib_main.php文件找到:(大约在306-323行左右)/*** 生成编辑器* @param string input_name 输入框名称* @param string input_value 输入框值*/function create_html_ed...
分类:
Web程序 时间:
2014-11-10 15:29:39
阅读次数:
2507