天下没有白吃的午餐,从样本内到样本外永远无法估计。 抽样的话,样本内频率和样本外概率相等PAC (probably approximately correct) 一个重要的事情是样本要在总体分布中取。 Ein(h) = sum(isSame(yHatn, yn)) 只要N足够大, Ein和Eout就 ...
分类:
其他好文 时间:
2017-09-09 21:42:16
阅读次数:
126
今天准备推东西到github上,于是执行git push -u origin master命令遇到下面的问题: 抛出问题:fatal: Could not read from remote repository. Please make sure you have the correct acces ...
分类:
其他好文 时间:
2017-09-09 20:21:27
阅读次数:
168
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:
其他好文 时间:
2017-09-03 20:17:20
阅读次数:
117
Given a string, sort it in decreasing order based on the frequency of characters. Example 1: Example 2: Example 3: ...
分类:
其他好文 时间:
2017-09-02 11:28:46
阅读次数:
122
这个问题是这样,需要在已有github账号的A机器上,再创建一个github账号,新账号创建完毕,将代码通过机器A push上之后,再另一台机器B,clone 这个项目时报出了如下错误: Permission denied (publickey).fatal: Could not read from ...
分类:
数据库 时间:
2017-08-26 13:39:17
阅读次数:
502
Air Raid Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 8577 Accepted: 5127 Description Consider a town where all the streets are one-way ...
分类:
其他好文 时间:
2017-08-24 17:59:11
阅读次数:
178
Error Message:PRVF-7535 : Proper architectureis not found on node "tsing" [Expected = "x86" ; Found ="x86_64"] INFO: Cause: System architecture does n ...
分类:
数据库 时间:
2017-08-19 20:06:21
阅读次数:
1465
ZooKeeper的简介 ZooKeeper简介 ZooKeeper是一个为分布式应用提供分布式协调功能的开源(github)服务。其主要应用在数据公布与订阅(配置中心),命名服务、分布式锁、集群管理与Master选举、分布式通知等。 在ZooKeeper官网是这样介绍ZooKeeper的: Zoo ...
分类:
其他好文 时间:
2017-08-19 11:03:10
阅读次数:
159
01、skip跳过02、basic基础的03、configureconfig配置设置conf04、system系统05、#osOperatingSystem操作系统06、password密码07、writingwrite写08、disk磁盘硬盘09、correct正确10、incorrect错误11、network网络12、save保存13、quit退出14、group组15、establish创建建立连..
分类:
系统相关 时间:
2017-08-10 23:51:20
阅读次数:
248
原文地址 http://blog.csdn.net/white__cat/article/details/28907535 ‘./configure’ ‘–prefix=/usr/local/PHP’ ‘–with-config-file-path=/etc’ ‘–with-MySQL=/usr/l ...
分类:
Web程序 时间:
2017-08-09 17:28:03
阅读次数:
263