上一页 1 ··· 143 144 145 146 147 148 149 150 151 ··· 187 下一页
摘要: multiple r squared adjusted r squared http://web.maths.unsw.edu.au/~adelle/Garvan/Assays/GoodnessOfFit.html Goodness-of-Fit Statistics Sum of Squares 阅读全文
posted @ 2017-11-11 20:37 papering 阅读(444) 评论(0) 推荐(0)
摘要: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2895822/ In Brief: The P Value: What Is It and What Does It Tell You? Frederick Dorey, PhD Author informa 阅读全文
posted @ 2017-11-11 18:55 papering 阅读(397) 评论(0) 推荐(0)
摘要: 延迟 阅读全文
posted @ 2017-11-11 09:08 papering 阅读(174) 评论(0) 推荐(0)
摘要: tuple 每个处理路径 阅读全文
posted @ 2017-11-11 09:04 papering 阅读(133) 评论(0) 推荐(0)
摘要: https://flume.apache.org/FlumeDeveloperGuide.html#client-sdk flume使用之httpSource - CSDN博客 https://blog.csdn.net/liuxiao723846/article/details/78131732 阅读全文
posted @ 2017-11-11 01:27 papering 阅读(550) 评论(0) 推荐(0)
摘要: https://github.com/cloudera/flume/blob/master/flume-docs/src/docs/UserGuide/Introduction 阅读全文
posted @ 2017-11-11 01:15 papering 阅读(246) 评论(0) 推荐(0)
摘要: http://www.chromium.org/spdy/spdy-whitepaper https://en.wikipedia.org/wiki/SPDY BGP DHCP DNS FTP HTTP HTTPS IMAP LDAP MGCP MQTT NNTP NTP POP ONC/RPC R 阅读全文
posted @ 2017-11-11 01:06 papering 阅读(331) 评论(0) 推荐(0)
摘要: https://blog.chromium.org/2013/06/experimenting-with-quic.html user datagram protocol transport layer security 阅读全文
posted @ 2017-11-11 01:03 papering 阅读(190) 评论(0) 推荐(0)
摘要: 翻译 搜索 复制 阅读全文
posted @ 2017-11-11 00:31 papering 阅读(111) 评论(0) 推荐(0)
摘要: https://git-scm.com/book/en/v2/Git-Branching-Rebasing 阅读全文
posted @ 2017-11-10 22:03 papering 阅读(156) 评论(0) 推荐(0)
摘要: https://tecadmin.net/ways-to-send-email-from-linux-command-line/ We all know the importance of emails these days for information transfer. There are m 阅读全文
posted @ 2017-11-10 21:41 papering 阅读(318) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item//638320?fromModule=lemma_inlink 假设检验(hypothesis testing),又称统计假设检验,是用来判断样本与样本、样本与总体的差异是由抽样误差引起还是本质差别造成的统计推断方法。显著性检验是假设检验中最 阅读全文
posted @ 2017-11-10 15:21 papering 阅读(225) 评论(0) 推荐(0)
摘要: http://www.bankrate.com/finance/credit/what-is-a-fico-score.aspx Anyone who’s ever thought about looking for a loan has inevitably encountered four fa 阅读全文
posted @ 2017-11-10 14:59 papering 阅读(380) 评论(0) 推荐(0)
摘要: http://www.indiana.edu/~p1013447/dictionary/lat_i.htm 【This means that neighboring visual neurons respond LESS if they are activated at the same time 阅读全文
posted @ 2017-11-09 21:20 papering 阅读(339) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/LjFTtEKFX2o8kLjn3y6GbQ 深度学习的异构加速技术1:效率因通用而怠,构架为AI而生 一方面,当半导体的工艺制程走到7nm后,已逼近物理极限,摩尔定律逐渐失效,导致CPU不再能像以前一样享受工艺提升带来的红利:通过更高的工艺,在 阅读全文
posted @ 2017-11-09 19:24 papering 阅读(218) 评论(0) 推荐(0)
摘要: https://www.tensorflow.org/api_docs/python/tf/split 阅读全文
posted @ 2017-11-09 17:07 papering 阅读(236) 评论(0) 推荐(0)
摘要: https://www.math.wustl.edu/~russw/f10.math493/chebyshev.pdf http://www.tkiryl.com/Probability/Chapter%208.pdf http://mathworld.wolfram.com/ChebyshevIn 阅读全文
posted @ 2017-11-09 10:30 papering 阅读(226) 评论(0) 推荐(0)
摘要: li, r = [23,8, 45, 5, 0, -6, 745,8, 8], [] while (len(li) > 0): loop_, min, tag = len(li), li[0], 0 for i in range(0, loop_, 1): chk = li[i] if min > chk: min,... 阅读全文
posted @ 2017-11-09 10:11 papering 阅读(227) 评论(0) 推荐(0)
摘要: jedis 阅读全文
posted @ 2017-11-09 08:03 papering 阅读(149) 评论(0) 推荐(0)
摘要: throws 阅读全文
posted @ 2017-11-09 00:14 papering 阅读(170) 评论(0) 推荐(0)
摘要: wget https://raw.githubusercontent.com/mysql/mysql-server/5.7/mysql-test/mysql-test-run.pl 阅读全文
posted @ 2017-11-07 23:19 papering 阅读(351) 评论(0) 推荐(0)
摘要: https://dev.mysql.com/doc/refman/5.6/en/account-management-sql.html USE mysql; SELECT Host,User FROM user; 【BUG】CREATE USER 'xx'@'%' IDENTIFIED BY 'yy 阅读全文
posted @ 2017-11-07 20:48 papering 阅读(273) 评论(0) 推荐(0)
摘要: The basic principle of test case evaluation is that output resulting from running a test case is compared to the expected result. https://dev.mysql.co 阅读全文
posted @ 2017-11-07 17:35 papering 阅读(369) 评论(0) 推荐(0)
摘要: 持久性 可伸缩性 Redis 阅读全文
posted @ 2017-11-07 02:04 papering 阅读(180) 评论(0) 推荐(0)
摘要: https://redis.io/topics/persistence http://oldblog.antirez.com/post/redis-persistence-demystified.html 阅读全文
posted @ 2017-11-07 01:12 papering 阅读(199) 评论(0) 推荐(0)
摘要: runtime\error.go // An errorString represents a runtime error described by a single string. type errorString string func (e errorString) RuntimeError( 阅读全文
posted @ 2017-11-07 00:26 papering 阅读(500) 评论(0) 推荐(0)
摘要: rfc1918 https://datatracker.ietf.org/doc/html/rfc1918 Hosts within enterprises that use IP can be partitioned into three categories: Category 1: hosts 阅读全文
posted @ 2017-11-07 00:05 papering 阅读(48) 评论(0) 推荐(0)
摘要: https://docs.oracle.com/javase/tutorial/javabeans/ https://docs.oracle.com/javase/tutorial/javabeans/quick/index.html This lesson describes how to use 阅读全文
posted @ 2017-11-07 00:01 papering 阅读(321) 评论(0) 推荐(0)
摘要: https://spring.io/guides/tutorials/bookmarks/ 阅读全文
posted @ 2017-11-06 23:42 papering 阅读(177) 评论(0) 推荐(0)
摘要: A Universally Unique IDentifier (UUID) URN Namespace https://tools.ietf.org/html/rfc4122.html A UUID is 128 bits long, and requires no central registr 阅读全文
posted @ 2017-11-06 08:13 papering 阅读(287) 评论(0) 推荐(0)
摘要: 模型驱动的历史 数据驱动的未来 吴喜之老师 阅读全文
posted @ 2017-11-06 02:51 papering 阅读(163) 评论(0) 推荐(0)
摘要: Maximum likelihood from incomplete data via the EM algorithm (1977) 阅读全文
posted @ 2017-11-06 02:33 papering 阅读(875) 评论(0) 推荐(0)
摘要: http://cs229.stanford.edu/ http://cs229.stanford.edu/notes/cs229-notes7b.pdf 阅读全文
posted @ 2017-11-06 02:19 papering 阅读(180) 评论(0) 推荐(0)
摘要: http://cs229.stanford.edu/syllabus.html 阅读全文
posted @ 2017-11-06 02:14 papering 阅读(316) 评论(0) 推荐(0)
摘要: https://www.cs.toronto.edu/~hinton/csc2535/notes/lec10new.pdf Distributed hidden state that allows them to store a lot of information about the past e 阅读全文
posted @ 2017-11-06 01:10 papering 阅读(151) 评论(0) 推荐(0)
摘要: https://github.com/karpathy/char-rnn 阅读全文
posted @ 2017-11-06 00:33 papering 阅读(202) 评论(0) 推荐(0)
摘要: 完备 阅读全文
posted @ 2017-11-05 20:23 papering 阅读(279) 评论(0) 推荐(0)
摘要: lab 欧式距离 反映 人类所能感受到的这两种颜色的差异 阅读全文
posted @ 2017-11-05 18:01 papering 阅读(155) 评论(0) 推荐(0)
摘要: CNN是工具,在图像识别中是发现图像中待识别对象的特征的工具,是剔除对识别结果无用信息的工具。 ImageNet Classification with Deep Convolutional Neural Networks http://papers.nips.cc/paper/4824-image 阅读全文
posted @ 2017-11-05 17:12 papering 阅读(238) 评论(0) 推荐(0)
摘要: https://arxiv.org/abs/1512.00567 Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks 阅读全文
posted @ 2017-11-05 16:42 papering 阅读(204) 评论(0) 推荐(0)
上一页 1 ··· 143 144 145 146 147 148 149 150 151 ··· 187 下一页