当前位置:网站首页>推荐系统-模型:FNN模型(FM+MLP=FNN)
推荐系统-模型:FNN模型(FM+MLP=FNN)
2022-07-30 19:44:00 【u013250861】
原来是想把FNN和PNN放到一篇博客里一起写了,主要原因有两个:1. 是这两个模型都是交大张伟楠老师及合作者的成果;2. PNN也是对FNN的改进,两者之间存在一定关联。但最终还是决定分开写,因为放到一起会略显杂乱。因此,这篇博客的篇幅应该会相对较短,看起来会很舒服。
言归正传,FNN全称Factorisation Machine supported Neural Network,如果用一句简短的话概括FNN那就是:FM+MLP,如果再用一句稍显复杂的话概括FNN那就是:FNN是一个两阶段训练的模型,阶段一先训练一个FM模型得到每个field的embedding向量,阶段二,基于阶段一的embedding向量初始化MLP的embedding层,然后训练一个MLP(DNN)。
边栏推荐
- LeetCode 0952.按公因数计算最大组件大小:建图 / 并查集
- Alibaba Cloud Martial Arts Headline Event Sharing
- Day31 LeetCode
- How to install and use PostgreSQL 14.4
- centos7安装mysql8
- ERROR 1045 (28000) Access denied for user ‘root‘@‘localhost‘解决方法
- [Node implements data encryption]
- 在jOOQ中获取数据的多种不同方式
- DCM 中间件家族迎来新成员
- [PyTorchVideo Tutorial 01] Quickly implement video action recognition
猜你喜欢

Encapsulates a console file selector based on inquirer

How to install and use PostgreSQL 14.4

Zabbix 5.0 Monitoring Tutorial (1)

MySQL数据库主从配置

Install Mysql5.7 under Linux, super detailed and complete tutorial, and cloud mysql connection

The advanced version of the cattle brushing series (search for rotating sorted arrays, inversion of the specified range in the linked list)

Mac安装PHP开发环境

MySQL database - DQL data query language

Google's AlphaFold claims to have predicted almost every protein structure on Earth

Linux下安装MySQL教程
随机推荐
MindSpore:Cifar10Dataset‘s num_workers=8, this value is not within the required range of [1, cpu_thr
Trial writing C language sanbang
【MindSpore】多卡训练保存权重问题
MySQL sub-database sub-table
已删除
ERROR 1045 (28000) Access denied for user ‘root‘@‘localhost‘解决方法
MySQL大总结
Tensorflow2.0 confusion matrix does not match printing accuracy
MindSpore:npu 多卡训练自定义数据集如何给不同npu传递不同数据
PostgreSQL 14.4如何安装使用
After watching "Second Uncle", I was even more internalized
MySQL函数(经典收藏)
MySQL six-pulse sword, SQL customs clearance summary
LeetCode 0952.按公因数计算最大组件大小:建图 / 并查集
Cesium loads offline maps and offline terrain
el-input can only input integers (including positive numbers, negative numbers, 0) or only integers (including positive numbers, negative numbers, 0) and decimals
为单行查询设置JDBC Statement.setFetchSize()为1的方法指南
历史上的今天:Win10 七周年;微软和雅虎的搜索协议;微软发行 NT 4.0
The problem of writing go run in crontab does not execute
牛客刷题系列之进阶版(搜索旋转排序数组,链表内指定区间反转)