knowledge learning things TODO】的更多相关文章

加密分区 suricata调研 tor配置 tilda配置 automake / autoconf / libtool 使用 大页内存的深入原理 Memory channels Network Manager到底怎么用 DNS / Search domain iptables参数的详细含义 scapy reiserfs分区 SELinux的知识体系 http://www.panabit.com/  提供基于freebsd的免费版下载,下下来看. vtune dotty lefty…
The Brain as a Universal Learning Machine This article presents an emerging architectural hypothesis of the brain as a biological implementation of a Universal Learning Machine.  I present a rough but complete architectural view of how the brain work…
Deep Learning 教程翻译 非常激动地宣告,Stanford 教授 Andrew Ng 的 Deep Learning 教程,于今日,2013年4月8日,全部翻译成中文.这是中国屌丝军团,从2月20日战役打响之日,经过 50 天的团结奋战,取得的全面彻底的胜利.   此次战役的巨大胜利,之所以令人激动,有三方面的原因.   1. 在 Stanford 网站这个规模不算大,但是行业影响可观的舞台上,彰显了中国屌丝们,旺盛的求战热情,迅猛顽强的战斗作风,训练有素的战术技能.   2. 在…
Recently I read a book, PowerShell 3.0 Advanced Administration Handbook, which I found really worthy of recommending. Actually, I think this is a good book for enterprise IT administrators, IT professionals, and all kinds of PowerShell users. It give…
安装完成scrapy后爬取部分信息已经不能满足躁动的心了,那么试试http://quotes.toscrape.com/整站数据爬取 第一部分 项目创建 1.进入到存储项目的文件夹,执行指令 scrapy startproject quotetutorial ,新建一个项目quotetutorial. 2. cd quotetutorial 3. scrapy genspider quotes quotes.toscrape.com  创建quotes.py模板文件 第二部分 配置模板 1.到s…
目标:创建scrapy项目 创建一个spider来抓取站点和处理数据 通过命令行将抓取内容导出 1.创建项目 scrapy startproject tutorial 2.创建spider cd tutorial scrapy genspider quotes quotes.toscrape.com 3.创建item 4.解析response,获取网页内容 5.运行并保存文件 保存json格式: scrapy crawl quotes -o quotes.json 输出结果: [{"tags&q…
2015年~2017年SIGIR,SIGKDD,ICML三大会议的Recsys论文: [转载请注明出处:https://www.cnblogs.com/shenxiaolin/p/8321722.html] SIGIR-2015 [Title]WEMAREC: Accurate and Scalable Recommendation through Weighted and Ensemble Matrix Approximation [Abstract]Matrix approximation…
流程框架 安装Scrapy: (1)在pycharm里直接就可以进行安装Scrapy      (2)若在conda里安装scrapy,需要进入cmd里输入指令conda install scrapy  Scrapy框架的搭建 1.先创建scrapy工程 scrapy startproject quotetutorial 在pycharm里的Terminal里输入上面的指令代码创建一个名为quotetutorial的工程,创建后会出现下面的代码,就代表scrapy工程创建成功. New Scra…
记录下,有空研究. http://nlp.stanford.edu/projects/DeepLearningInNaturalLanguageProcessing.shtml http://nlp.stanford.edu/courses/NAACL2013/ Fast and Robust Neural Network Joint Models for Statistical Machine Translation ACL2014的论文列表 http://blog.sina.com.cn/s…
https://opensource.com/yearbook/2015 The 2015 Open Source Yearbook is a community-contributed collection of the year's top open source projects, people, tools, and stories. (Also read the 2016 Open Source Yearbook.) Download now (PDF) Buy now (Paperb…