GitHub
GitHub - duyu09/Powerload-Classification-and-Prediction-System: Power Load Classification and Prediction System Based on Deep Learning Algorithms. 基于深度学习算法的电力负载分类与预测系统(该项目已参加2024年第17届中国大学生计算机设计大赛4C2024)
Power Load Classification and Prediction System Based on Deep Learning Algorithms. 基于深度学习算法的电力负载分类与预测系统(该项目已参加2024年第17届中国大学生计算机设计大赛4C2024) - duyu09/Powerload-Classification-and-Prediction-System






GitHub
GitHub - duyu09/Intelligent-Learning-Platform: 我的青春不迷茫-基于LLM与回归分析算法的大学生智能生涯指导与学习大平台 软件系统项目源代码。该项目已参加2023年第16届中国大学生计算机设计大赛4C2023。[可用于毕业设计、课程设计等]Source code tree of Intelligent Learning Platform Software System Based on LLM & Regression Analysis (ILP). This project has participated in the 16th Chinese Collegiate Computing Competition (4C2023) in 2023.
我的青春不迷茫-基于LLM与回归分析算法的大学生智能生涯指导与学习大平台 软件系统项目源代码。该项目已参加2023年第16届中国大学生计算机设计大赛4C2023。[可用于毕业设计、课程设计等]Source code tree of Intelligent Learning Platform Software System Based on LLM & Regression A...
GitHub
GitHub - duyu09/QLU-NLP-Laboratory: 齐鲁工业大学(山东省科学院) 自然语言处理与认知计算研究团队官方网站 (源代码仓库) Source code tree of official website of Research Group for Natural Language Processing and Cognitive Computing of Qilu University of Technology (Shandong Academy of Sciences)
齐鲁工业大学(山东省科学院) 自然语言处理与认知计算研究团队官方网站 (源代码仓库) Source code tree of official website of Research Group for Natural Language Processing and Cognitive Computing of Qilu University of Technology (Shandong...
GitHub
GitHub - duyu09/Duyu-Audio-Processor-Core: Source code tree of Duyu Audio Processor Core. Based on Numpy, Scipy, Sonic Library and FFmpeg. It can process mainstream format audio files, such as: transform sampling format, gain attenuation, channel mixing, reverberation echo effect, adjust speed and tone, cut, blend, add mute, fade in fade out effect, FFT filter, 3D surround sound effect,etc.
Source code tree of Duyu Audio Processor Core. Based on Numpy, Scipy, Sonic Library and FFmpeg. It can process mainstream format audio files, such as: transform sampling format, gain attenuation, c...
pip install dapc==3.5.2dapc -h 或 dapc --helpdapc -i <inputFile> -o [outputFile] --output-option [sampleRate] [bitDepth]Zenodo
Minh Khoe Tue Y Smart Healthcare System
Minh Khoe Tue Y Smart Healthcare System v1.1.2 Release on Oct. 26, 2025. Author: Du Yu (杜宇; @duyu09, [email protected]) Repository: https://github.com/duyu09/MKTY-System LLM weights for non-Chinese developers: https://huggingface.co/Duyu/MKTY-3B-Chat LLM weights for Chinese developers: https://hf-mirror.com/Duyu/MKTY-3B-Chat or https://www.modelscope.cn/models/duyu09/MKTY-3B-Chat Bachelor's Thesis: https://github.com/duyu09/MKTY-System/blob/main/docs/MKTY-Paper.pdf Project Introduction The M
Python Flask框架,数据库采用MySQL的方案,RabbitMQ实现完成业务逻辑端与智能服务端的异步消息通信,构建分布式微服务部署;前端页面组件化与交互效果采用Vue3、axios与Element Plus实现,系统鉴权通过JWT机制实现,保障数据的安全。BioMedCLIP对比学习模型与MarianMTModel中英文神经机器翻译模型的级联架构,通过输入的医学影像,计算多条待判中文诊断描述为正确的相对概率分布。医疗问答、问题深度研究及其它语言生成任务均利用MKTY-3B-Chat大模型。该LLM以Qwen2.5-3B-Instruct为底座,采用LLaMA-Factory利用大量医学领域文本微调而成。问题深度研究模块基于“大模型讨论机制”,是为本人自研的一种LLM生成模式,可充分挖掘大模型内部的知识且可引导其推理。医疗数字化;辅助诊疗;大规模语言模型;多模态;Vue3;Python Flask;3.09B,量化精度BF16,其在医学、医疗及生物学领域进行了微调与优化,其表现优于底座模型通义千问Qwen2.5-3B-Instruct。微调过程采用LoRA算法,仅针对中文语言。微调时使用增量预训练Pretrain与指令监督微调SFT两种方法,并分四个微调步骤进行,具体来说就是一轮增量预训练+一轮指令监督交替进行两次,这样做是考虑到底座模型规模不大,吸收知识的能力跟巨大规模模型相比稍逊一筹,若只进行一轮微调,那么经过SFT后大模型可能会遗忘掉其先在增量训练阶段学习到的知识,执行两轮微调可减轻大模型的灾难性遗忘。LLMDM。该方法有智能体个数、讨论回合数与判敛阈值三个超参数,完全相同的若干大模型(MKTY-3B-Chat)在会话上下文不同时不认为是同一个智能体。第一轮讨论过程是,系统通过设置多个上下文数组模拟多个智能体,让每个智能体分别回答待深入研究的问题,然后由没有会话上文的“主持人”智能体总结各方发言。以后每轮讨论,都将上轮主持人的总结和原问题拼接合并,并由各智能体基于自己的会话上下文再分别回答合并后的prompt,最后主持人总结,周而复始,直至达到最大讨论轮次数。然后是“判敛”的过程:用BigBird将最后一轮讨论各方的输出计算句子嵌入向量,然后计算各向量两两之差的平均值,以此反应各方达成共识的程度,即讨论语义收敛程度,这个数值可供人类用户作参考。GRU,尝试性地设计了一种基于医学文书的医疗时间序列预测模型,模型原理:主要使用门控循环单元进行初步的时间序列预测,而后通过FFT计算历史时间序列的频域,将频域中各频率序数对应的振幅向量与相位向量拼接得到频域特征,随后用BigBird提取医学文本描述的句子嵌入,利用交叉注意力机制计算出频域联合特征向量与该句子嵌入的分数矩阵,从而得出加权频域联合特征。将此特征向量拆解并求逆FFT可得到一个差值时序数据,与此同时将求逆FFT前的频域数据通过一个线性层,求得一个阈值向量,利用门控的思想将这个阈值向量与求得的差值时序数据相乘,再加到基础GRU输出的结果上,作为模型最终的输出。
huggingface
Duyu/MKTY-3B-Chat · Hugging Face
This model is a component of the "Minh Khoe Tue Y - Design and Implementation of a Health Management and Assisted Diagnosis System Based on LLM and Multimodal Artificial Intelligence" project (referred to as the Minh Khoe Tue Y Smart Healthcare System). It was developed as part of my undergraduate graduation project for the Faculty of Computer Science and Technology, Qilu University of Technology (Shandong Academy of Sciences), class of 2025. The project has been open-sourced and is available at: https://github.com/duyu09/MKTY-System.

