EE308 Lab6 Team Presentation and Topic Selection Report

Ln4003 2021-10-26 10:44:31
The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZ?category=0
The Link of Requirement of This Assignmenthttps://bbs.csdn.net/topics/602173986
Goal of the jobProject Presentation + Selected Topic Report
Team nameShiny tale
Teamleader's MU STU ID and FZU STU ID19103204_831901207
Teammate1's MU STU ID and FZU STU ID19103298_831901205
Teammate2's MU STU ID and FZU STU ID19104154_831901227
Teammate3's MU STU ID and FZU STU ID19105096_831901208
Teammate4's MU STU ID and FZU STU ID19104529_831901217

 

About Our Mini-Program

We will develop a wechat mini program named DIAMOND during the 9th to 16th week of the semester. We integrate the convenience and fast characteristics of wechat small program, mainly to provide convenience for programmers.Next we will show some of the functions of our wechat mini program.

Basis Functions

Search open source posts

We integrate the convenience and fast characteristics of wechat small program, mainly to provide convenience for programmers. Users no longer need to hard to jump to various sites, just need to open our mini program(DIAMOND) to find a variety of posts that meet the requirements. 

Crawl data on a regular basis

We will regularly access all forms of content on  website through our programs. We will enrich our inventory, which will make it more convenient for users and improve our user experience.

Search records

Users don't have to bother keeping track of what they've searched for. Our users can find the information they have searched for in our wechat mini program. This will save them time and energy.

Account management

We will record and manage the accounts that users use to log in to our DIAMOND. This will help us provide better help to our users. This makes it easy for us to manage user history information.

Innovation Points

Personalized recommendation

We can use big data to predict users' preferences based on their search history. Push messages that better meet users' needs. We got our inspiration from a game called Cyber Genius.Users can narrow their search for posts by answering a few relevant trivia questions while searching for questions. This will help users who have questions but can't find relevant posts and those who have vague memories of posts they have searched for but can't find them.

Smile every day

Our wechat mini program has the function of the check-in list.Users can check in by uploading a photo of themselves smiling.Our DIAMOND will mark and rank their smiles based on the photos they upload. The user can then see his or her ranking on the smile index. We hope this will start our users' day with a smile and make them happy throughout the day.

Security

We will pay more attention to protecting users' information security.

 

Introduction of Team

Member1(leader): 

nobody

1.Student Number:19103204_831901207

2.Character:Modest & Relaxed

3.Skills:Python

4.Hobbies:Listen to music and eat delicious food

5.Soft worker role:front end

Member2:

horusl

1.Student Number:19104529_831901217

2.Character:Bold & Relaxed

3.Skills:MATLAB

4.Hobbies:Tea ceremony and chanting

5.Soft worker role:back end

Member3:

laomaotao

1.Student Number:19104154_831901227

2.Character:Lax & Relaxed

3.Skills:Python

4.Hobbies:Reading books and watching movies

5.Soft worker role:front end

Member4:

qwq

1.Student Number:19103298_831901205

2.Character:Careful & Calm

3.Skills:Python

4.Hobbies:Reading and sleeping

5.Soft worker role:UI

Member5:

Li Yutian

1.Student Number:19105096_831901208

2.Character:Perversity & Lax

3.Skills:Java

4.Hobbies:Reading and walking

5.Soft worker role:test

 

 

 

Group Photo

 

 

Team's Vision

Our team hopes that the wechat mini program we make can help programmers.We also want to bring them some fun and brighten their day.We will try our best to complete our wechat mini program.We also hope that it will help our team get to know each other better.We will also learn a lot of new knowledge through the process of making this wechat mini program.

 

 

...全文
373 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
内容概要:本文围绕2026年高教社杯全国大学生数学建模竞赛E题“SEM广告投放策略优化”展开研究,基于某互联网公司2025年约142万元的搜索引擎营销(SEM)投放数据,构建了从诊断、分类、优化到鲁棒决策的完整建模框架。研究首先通过多维度指标体系与对数线性假日效应回归模型分析投放效益的时间规律与结构性问题;继而提出成本—效益二维归一化分类方法,将关键词科学划分为黄金词、重点词、潜力词、问题词与无效词五类;在此基础上建立0-1整数规划模型,结合贪心算法与拉格朗日对偶定价求解预算约束下的最优投放策略;最后引入条件风险价值(CVaR)框架应对竞价与转化的不确定性,实现鲁棒优化。实证结果表明,优化策略显著降低单位注册成本,提升预算使用效率与展位质量。; 适合人群:具备数据分析与数学建模基础,对运筹优化、市场营销量化分析感兴趣的高校学生、数据分析师及互联网广告从业者。; 使用场景及目标:①应用于企业SEM广告投放策略的优化,实现预算约束下的转化最大化;②作为数学建模竞赛的参考案例,学习如何将实际商业问题转化为数学模型并求解;③掌握关键词分类、整数规划、鲁棒优化等方法在真实场景中的综合应用。; 阅读建议:此资源不仅提供了完整的建模思路与算法实现,还包含详细的策略对比与稳健性分析。读者应在理解模型原理的基础上,结合所提供的代码与数据进行复现与调试,重点关注分类逻辑、优化模型构建及不确定性处理方法,以深入掌握从问题分析到决策落地的全过程。
内容概要:本文围绕2026年高教社杯全国大学生数学建模竞赛D题“时频冲突检测与消解”展开,旨在通过提供数学建模、代码实现与论文写作的完整资源,帮助参赛学生系统性地解决时频冲突问题。文档不仅涵盖该赛题的技术背景与建模范式,还拓展至SEM广告投放、无线电干扰源定位、微网电力调控等相关赛题的建模思路与求解方法,强调数据分析、优化算法与模型鲁棒性的综合应用。文中整合了灰狼优化、粒子群算法、LSTM-Attention等多种智能算法在实际工程问题中的建模实践,并配套提供MATLAB/Python代码支持,便于读者复现、验证与拓展研究成果。资源体系注重从问题分析、模型构建到算法实现与结果可视化的全流程技术贯通,助力提升建模实战能力。; 适合人群:全国大学生数学建模竞赛参赛者,具备一定数学建模、编程基础(MATLAB/Python)和优化理论知识的本科或研究生层次学生。; 使用场景及目标:①辅助完成数学建模竞赛中的问题分析、模型构建与算法实现;②学习如何将智能优化算法与实际工程问题(如信号冲突、广告投放、电力调度)相结合;③掌握从数据处理、模型求解到结果可视化的全流程技术路径; 阅读建议:建议读者结合提供的网盘资源(代码、论文模板、参考文献)同步学习,重点关注模型构建逻辑与算法实现细节,优先掌握某一类问题的完整解决方案后再横向拓展至其他赛题,以提升综合建模能力。

183

社区成员

发帖
与我相关
我的任务
社区描述
福州大学 梅努斯国际工程学院 软件工程 教学
软件工程 高校
社区管理员
  • 单步调试
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧