码迷,mamicode.com
首页 >  
搜索关键字:similar    ( 531个结果
基于物品的协同过滤实现(javaweb+python)
基于物品的推荐算法以及流程(以电商网站为基准) 例如,用户喜欢百雀羚的爽肤水,那么系统将会寻找与爽肤水、百雀羚类似的物品推荐给用户。 算法流程: 1.构建用户–>物品的倒排; 2.构建物品与物品的同现矩阵; 3.计算物品之间的相似度,即计算相似矩阵; 4.根据用户的历史记录,给用户推荐物品; 数据库 ...
分类:编程语言   时间:2020-02-18 18:28:47    阅读次数:107
Maxim实时时钟芯片设计指南5413-二进制编码十进制(BCD)格式实时时钟中的状态机逻辑
网上DS12C887的文章涉及到时间的存储格式使用的都是二进制代码,究竟使用BCD码该如何操作?正好美心官网上有一篇文章。美心官网不稳定,先贴到这里,有时间再翻译。 原文链接 State Machine Logic in Binary-Coded Decimal (BCD)-Formatted Re ...
分类:其他好文   时间:2020-02-14 16:50:01    阅读次数:81
Ethical Hacking - Web Penetration Testing(6)
REMOTE FILE INCLUSION Similar to local file inclusion. But allows an attacker to read ANY file from ANY server. Execute PHP files from other servers o ...
分类:Web程序   时间:2020-02-07 22:45:28    阅读次数:143
PAT Advanced 1027 Colors in Mars (20分)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:其他好文   时间:2020-01-28 22:51:58    阅读次数:67
SAP S/4HANA Material Fiori应用的搜索实现原理
Search criteria: Automatically generated select clause: Automatically generated from clause: Automatically generated where clause: sql ( C_Product~ISA ...
分类:其他好文   时间:2020-01-25 10:30:17    阅读次数:106
每天固定时间运行Task 扫描任务
When you want to make some delay in running code you can use Task.Delay(TimeSpan interval) method . This method is similar to Thread.Sleep, but it is ...
分类:其他好文   时间:2020-01-24 09:29:21    阅读次数:108
Django测试平台开发(三)开发博客②
Django 测试平台开发(三)开发博客② 1、上下文管理器 上下文管理器 django提取context中的数据去供模板调用 需求: 所有的页面都需要一个特定的变量 本质: python函数 , 接收一个HttpRequest对象的参数 , 且返回的必须是一个字典 定义上下文管理器文件名命名不受限 ...
分类:其他好文   时间:2020-01-20 22:42:45    阅读次数:107
yarn vs npm
yarn is similar to npm. how to install yarn: npm install yarn -g or choco install yarn npm vs yarn: yarnnpm说明 yarn init npm init 初始化项目,生成package.json文 ...
分类:其他好文   时间:2020-01-16 21:55:47    阅读次数:69
mysql-STRAIGHT_JOIN-优化
性能提升神器-STRAIGHT_JOIN,在数据量大的联表查询中灵活运用的话,能大大缩短查询时间。 首先来解释下STRAIGHT_JOIN到底是用做什么的: STRAIGHT_JOIN is similar to JOIN, except that the left table is always ...
分类:数据库   时间:2020-01-13 22:16:40    阅读次数:119
PP: Time series clustering via community detection in Networks
tasks:1. review the community detection paper2. formulate your problem and software functions3. Suppose: similar time series tend to connect to each o ...
分类:编程语言   时间:2020-01-09 13:23:33    阅读次数:100
531条   上一页 1 ... 3 4 5 6 7 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!