摘要:
推荐算法 https://yq.aliyun.com/articles/539247 基于用户的协同过滤算法 首先用一个词就能很好的解释什么叫做基于用户的协同过滤算法:【臭味相投】。虽然是贬义词,但也说明了,具有类似特征的人群,他们喜欢的东西很多也是一样的。因此,在推荐系统中,假设要为A用户推荐物品
阅读全文
posted @ 2019-08-01 01:00
lightsong
阅读(4537)
推荐(0)
摘要:
Echart https://echarts.baidu.com/ ECharts,一个使用 JavaScript 实现的开源可视化库,可以流畅的运行在 PC 和移动设备上,兼容当前绝大部分浏览器(IE8/9/10/11,Chrome,Firefox,Safari等),底层依赖轻量级的矢量图形库 Z
阅读全文
posted @ 2019-07-25 23:18
lightsong
阅读(3860)
推荐(0)
摘要:
推荐例子介绍 根据典型关键数据 导演 演员 关键字 题材 'keywords', 'cast', 'genres', 'director' 构造自然语言的组合特征,利用CountVectorizer计算每个词出现的次数,作为特征向量, 使用余弦相似性构造所有电影之间的相似性。 代码 https://
阅读全文
posted @ 2019-07-24 00:21
lightsong
阅读(1099)
推荐(0)
摘要:
准确度 Accuracy 预测正确的比率。 是一个整体的特征。 精确度 Precision 例如数学上的小数点的精确概念, 越是精确,说明度量的结果很稳定,不会有较大的偏差。 但仅仅是对测量结果的刻画,跟真值没有任何关系。 What Is the Difference Between Accurac
阅读全文
posted @ 2019-07-19 00:01
lightsong
阅读(780)
推荐(0)
摘要:
async https://www.npmjs.com/package/async Async is a utility module which provides straight-forward, powerful functions for working with asynchronous
阅读全文
posted @ 2019-06-16 23:48
lightsong
阅读(974)
推荐(0)
摘要:
webshot https://github.com/brenden/node-webshot Webshot provides a simple API for taking webpage screenshots. The module is a light wrapper around Pha
阅读全文
posted @ 2019-05-21 23:23
lightsong
阅读(1846)
推荐(0)
摘要:
cheerio https://cheerio.js.org/ Fast, flexible, and lean implementation of core jQuery designed specifically for the server. Features ❤ Familiar synta
阅读全文
posted @ 2019-05-21 23:14
lightsong
阅读(272)
推荐(0)
摘要:
Regression https://www.merriam-webster.com/dictionary/regress Definition of regress (Entry 1 of 2) Definition of regress (Entry 1 of 2) Definition of
阅读全文
posted @ 2019-05-16 23:49
lightsong
阅读(421)
推荐(0)
摘要:
MathML https://developer.mozilla.org/en-US/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem Mathematical Markup Language (MathML) is a dialect of X
阅读全文
posted @ 2019-05-16 00:15
lightsong
阅读(621)
推荐(0)
摘要:
rematch https://github.com/rematch/rematch#examples 数据模型一个文件定义, 不用分散到 action actiontype reducer 文件 状态定义 view使用不变 dva Lightweight front-end framework b
阅读全文
posted @ 2019-05-15 00:45
lightsong
阅读(367)
推荐(0)
摘要:
Flow vs Stream https://wikidiff.com/flow/stream As nouns the difference between flow and stream is that flow is the movement of a fluid while stream i
阅读全文
posted @ 2019-05-15 00:39
lightsong
阅读(433)
推荐(0)
摘要:
pauseable.js https://www.npmjs.com/package/pauseable Pauseable allows you to pause event emitters, timeouts, and intervals. It can group multiple of t
阅读全文
posted @ 2019-05-09 23:24
lightsong
阅读(354)
推荐(0)
摘要:
Machine Learning System introduction This project is a full stack Django/React/Redux app that uses token based authentication with Knox. Then I add Ma
阅读全文
posted @ 2019-05-01 21:58
lightsong
阅读(242)
推荐(0)
摘要:
背景 调查了react下的图工具库, 并继承到项目中, 经过调研列出如下两个图工具库,可以同时使用。 data-ui react-c3js 在一个工具中没有所需的图时候, 可以使用另一个替代。 data-ui https://williaster.github.io/data-ui/?selecte
阅读全文
posted @ 2019-04-27 23:36
lightsong
阅读(503)
推荐(0)
摘要:
SQLite https://en.wikipedia.org/wiki/SQLite SQLite (/ˌɛsˌkjuːˌɛlˈlaɪt/,[4] /ˈsiːkwəl.laɪt/[5]) is a relational database management system contained in
阅读全文
posted @ 2019-04-22 23:43
lightsong
阅读(575)
推荐(0)
摘要:
Celery http://docs.celeryproject.org/en/latest/index.html Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed syste
阅读全文
posted @ 2019-04-16 00:41
lightsong
阅读(307)
推荐(0)
摘要:
以windows环境测试 Erlang http://www.erlang.org/downloads 下载并安装 运行时软件 Erlang OTP 21.3 Windows 64-bit Binary File (92618042) RabbitMQ https://www.rabbitmq.co
阅读全文
posted @ 2019-04-15 23:24
lightsong
阅读(204)
推荐(0)
摘要:
Thunk https://en.wikipedia.org/wiki/Thunk In computer programming, a thunk is a subroutine used to inject an additional calculation into another subro
阅读全文
posted @ 2019-04-13 08:37
lightsong
阅读(541)
推荐(0)
摘要:
from https://www.pythoncentral.io/what-is-the-difference-between-__str__-and-__repr__-in-python/ 目的 官方解释: object.__repr__(self): called by the repr()
阅读全文
posted @ 2019-04-13 08:09
lightsong
阅读(286)
推荐(0)
摘要:
说明 慕课网上例子,使用k-means算法分类图片, 此处调试运行通过, 并添加包管理内容, 使得其他同学容易运行。 例子地址: https://github.com/fanqingsong/cluster-images 运行环境: python3.7 包管理工具: pipenv 参考: https
阅读全文
posted @ 2019-04-01 00:34
lightsong
阅读(404)
推荐(0)
摘要:
D3 https://d3js.org/ 数据驱动文档显示, 利用 SVG HTML CSS技术。 D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to l
阅读全文
posted @ 2019-03-30 01:19
lightsong
阅读(206)
推荐(0)
摘要:
live preview 为方便web开发者,编写网页静态代码,不用频繁切换到浏览器去查看的贴心功能。 可以在编辑器中,就实现编辑预览功能, 边编写代码,边查看预览效果。 与vscode相对应的其他两款编辑器具有相同功能, 这两款编辑器是专门为web开发设计。 vscode覆盖范围更广, 其它多种类
阅读全文
posted @ 2019-03-30 00:54
lightsong
阅读(5164)
推荐(0)
摘要:
问题 对于一般数据结构: 1、 对于基本类型的数据的变更的可观察性(observable), 可以使用 ko.observable(xxx) 来声明一个 observable对象, 或将其绑定到视图, 或将其绑定到其它 ko.computed 或者 ko.pureComputed 对象中; 或者使用
阅读全文
posted @ 2019-03-23 08:54
lightsong
阅读(456)
推荐(0)
摘要:
Can you bind arrow functions? https://stackoverflow.com/questions/33308121/can-you-bind-arrow-functions You cannot "rebind" an arrow function. It will
阅读全文
posted @ 2019-03-21 00:30
lightsong
阅读(291)
推荐(0)
摘要:
npm inro https://www.npmjs.com/ npm is the package manager for javascript npm 为 nodejs默认的包管理工具, 为nodejs软件内置。 安装nodejs后, 使用 npm install xxx 可以安装第三方软件库
阅读全文
posted @ 2019-03-18 23:34
lightsong
阅读(203)
推荐(0)
摘要:
引子 阮一峰一则教程中, 将应用放置在 npm 模块安装目录同等级的目录(https://github.com/ruanyf/webpack-demos)下。 但是应用目录文件中, 引用标准库的使用方法没有变化 https://github.com/ruanyf/webpack-demos/blob
阅读全文
posted @ 2019-03-16 00:44
lightsong
阅读(1007)
推荐(0)
摘要:
lazyload https://webpack.js.org/guides/lazy-loading/ 懒加载 -- 按需加载。 Lazy, or "on demand", loading is a great way to optimize your site or application. T
阅读全文
posted @ 2019-03-15 01:40
lightsong
阅读(2588)
推荐(0)
摘要:
reactive programming https://en.wikipedia.org/wiki/Reactive_programming In computing, reactive programming is a declarative programming paradigm conce
阅读全文
posted @ 2019-03-10 13:31
lightsong
阅读(238)
推荐(0)
摘要:
internationalization standard https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl The Intl object is the namespace f
阅读全文
posted @ 2019-03-08 00:43
lightsong
阅读(783)
推荐(0)
摘要:
webpack-dev-server live reloading https://github.com/webpack/webpack-dev-server Use webpack with a development server that provides live reloading. 开发
阅读全文
posted @ 2019-03-04 00:32
lightsong
阅读(308)
推荐(0)
摘要:
Font Awesome http://www.bootcss.com/p/font-awesome/ The iconic SVG, font, and CSS toolkit https://fontawesome.com 完美的图标字体只为Bootstrap设计 Iconfont https:
阅读全文
posted @ 2019-02-28 23:27
lightsong
阅读(760)
推荐(0)
摘要:
中间件 https://redux.js.org/glossary#middleware 中间件在发送端 action端点 和 处理方reducer的端点之间。 主要负责将async action转换为action, 或者记录action日志。 A middleware is a higher-or
阅读全文
posted @ 2019-02-26 22:58
lightsong
阅读(387)
推荐(0)
摘要:
express session http是没有状态的协议, 需要web框架自己实现会话和会话管理工作。 express框架有session插件可以使用。 见如下介绍: https://www.tutorialspoint.com/expressjs/expressjs_sessions.htm We
阅读全文
posted @ 2019-02-25 00:09
lightsong
阅读(1537)
推荐(0)
摘要:
redux-thunk https://github.com/reduxjs/redux-thunk Why Do I Need This? Thunks are the recommended middleware for basic Redux side effects logic, inclu
阅读全文
posted @ 2019-02-24 23:11
lightsong
阅读(279)
推荐(0)
摘要:
LDAP https://www.jianshu.com/p/50a214f51dd1 LDAP 是轻量级目录访问协议的简称(Lightweight Directory Access Protocol).用于访问目录服务。它是 X.500 目录访问协议的移植,但是简化了实现方法。 含有目录数据库,提
阅读全文
posted @ 2019-02-22 00:05
lightsong
阅读(524)
推荐(0)
摘要:
design language https://en.wikipedia.org/wiki/Design_language 设计语言(设计词汇)是一种超架构的方案和风格, 它用于指导产品组件或者架构配置的设计。 设计者希望他们的产品包都具有一致的外观和感受。 描述设计方面的选择, 包括 : 材料 颜
阅读全文
posted @ 2019-02-21 23:41
lightsong
阅读(517)
推荐(0)
摘要:
technology stack 技术栈: 产品实现上依赖的软件基础组件, 包括 1、 系统 2、 中间件 3、 数据库 4、 应用软件 5、 开发语言 6、 框架 https://en.wikipedia.org/wiki/Solution_stack From Wikipedia, the fr
阅读全文
posted @ 2019-02-17 11:24
lightsong
阅读(5295)
推荐(0)
摘要:
现状 由于前端软件发展越来越复杂, 不是最初简单网页的状态, 内容丰富、交互丰富, 对前端的发展产生的深远的影响。不管是工具和是自身发展。 模块化 最初的简单页面, 一个URL对应一个页面, js代码几十行的情况, 一去不复返。 现有应用,对页面代码要求更高, 一个页面能够显示很多内容,甚至是无限制
阅读全文
posted @ 2019-02-11 00:27
lightsong
阅读(2245)
推荐(1)
摘要:
问题提出 https://www.zhihu.com/question/49964363 vue或者angular的介绍里说自己的特色是双向数据绑定,而在看react的介绍中,说自己的优势和特色是单向数据绑定。 vue 和 angularjs支持双向绑定, 但是单向绑定是基本功能, 与react同基
阅读全文
posted @ 2019-02-11 00:02
lightsong
阅读(677)
推荐(0)
摘要:
redux https://redux.js.org/ A predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in differ
阅读全文
posted @ 2019-02-10 23:37
lightsong
阅读(227)
推荐(0)