基于python+Django深度学习的音乐推荐方法研究系统设计与实现

摘 要

数字化时代带动着整个社会的信息化发展,随着数字媒体的不断发展,现在通多媒体数字产品的内容越来越丰富,传播影响力越来越强,以音乐为例,现在的音乐文化多样、音乐资源也异常的丰富,在这种大数据的环境下,人们要想找到想要的音乐类型、找到心里所想的那首音乐无疑是大海捞针。现在音乐的推荐系统也非常的多,但是推荐的内容、推荐的方式却与用户的感知差距明显,或多或少都会存在一些问题。而随着深度学习、卷积神经网络的不断发展,现在的深度学习在图像识别、自然语言等领域都有着很好的发展,也很好的应用在了音乐的推荐过程中。

本次的研究是基于使用自动编码器,通过与卷积神经网络相结合,以挖掘音频、歌词本身的非线性特征,来实现很好的音乐推荐、音乐查找识别的功能实现,并将内容特征与协同过滤共同作用,训练紧耦合模型。通过此次的系统搭建与开发,能够通过深度学习的方式让系统可以实现按照用于的喜好来进行音乐的推荐的功能实现。

关 键 词:深度学习;音乐推荐;Python;KNNBaseline

ABSTRACT

The digital era is driving the information development of the whole society. With the continuous development of digital media, the content of multimedia digital products is becoming more and more rich, and the communication influence is becoming stronger and stronger. Take music as an example. Today's music culture is diverse, and the music resources are also unusually rich. In this big data environment, it is undoubtedly a needle in a haystack if people want to find the type of music they want and the music they want. Now there are many music recommendation systems, but the content and way of recommendation are obviously different from the user's perception, and there are more or less problems.

This research is based on the use of automatic encoder, combined with convolutional neural network, to mine the non-linear characteristics of audio and lyrics, to achieve good music recommendation, music search and recognition functions, and to train a tightly coupled model by combining content features with collaborative filtering. Through this system construction and development, the system can realize the function of music recommendation according to the preferences of the users through in-depth learning.

Key words: deep learning; Music recommendation; Python; KNNBaseline

目 录

摘 要 I

ABSTRACT II

1、绪论 5

1.1研究背景 5

1.2研究现状 5

1.3研究的内容 6

1.4开发的技术介绍 6

1.4.1Python技术 6

1.4.2MySQL数据库 7

1.4.3B/S结构 7

1.5论文的结构 7

2深度学习的算法研究 8

2.1卷积神经网络介绍 8

2.1.1卷积神经网络特性 8

2.1.2卷积的方式 8

2.2基本内容推荐算法 8

2.3基于协同过滤的推荐算法 9

2.4深度学习技术相关概念 10

2.5深度学习技术推荐算法 10

2.6KNNBaseline算法 11

3基于深度学习的音乐推荐系统算法需求 12

3.1需求设计 12

3.2可行性分析 12

3.2.1技术可行性 12

3.2.2经济可行性 12

3.2.3操作可行性 12

3.3其他功能需求分析 13

4系统设计 14

4.1系统的整体设计 14

4.2数据库的设计 14

5系统的实现 16

5.1系统的首页 16

5.2音乐播放界面的实现 16

5.3音乐推荐功能的实现 17

5.4后台管理系统的实现 18

6系统的测试 19

6.1测试的目的 19

6.2测试的内容 19

6.3测试的结果 19

结论 20

参考文献 21

致谢 22

相关推荐
xixihaha13241 小时前
将Python Web应用部署到服务器(Docker + Nginx)
jvm·数据库·python
xixihaha13241 小时前
Python游戏中的碰撞检测实现
jvm·数据库·python
myloveasuka1 小时前
Java与C++多态访问成员变量/方法 对比
java·开发语言·c++
乌白云1 小时前
深度学习中的四种归一化方法
深度学习·归一化·批量归一化·层归一化
2301_821700532 小时前
C++编译期多态实现
开发语言·c++·算法
奥地利落榜美术生灬2 小时前
c++ 锁相关(mutex 等)
开发语言·c++
xixihaha13242 小时前
C++与FPGA协同设计
开发语言·c++·算法
flying_13142 小时前
图神经网络分享系列-MPNN(Neural Message Passing for Quantum Chemistry)(二)
人工智能·深度学习·神经网络·图神经网络·消息传递·门控机制·mpnn
HyperAI超神经2 小时前
AI驱动量子精修,卡内基梅隆大学等提出AQuaRef,首次用量子力学约束精修蛋白质全原子模型
人工智能·深度学习·机器学习·架构·机器人·cpu·量子计算
重庆小透明2 小时前
【java基础篇】详解BigDecimal
java·开发语言