C-C方法计算时间延迟和嵌入维数主程序:C_CMethod.m,C_CMethod_independent.m子函数:correlation_integral.m(计算关联积分)disjoint.m(将时间序列拆分成t个不相关的子序列)heaviside.m(计算时间序列的海维赛函数值)参考文献Nonlineardynamics,delaytimes,andembeddingwindows。
计算Lyapunov指数:largest_lyapunov_exponent.m(用吕金虎的方法计算最大Lyapunov指数)参考文献:基于Lyapunov指数改进算法的边坡位移预测。
lyapunov_wolf.m(用wolf方法计算最大Lyapunov指数)计算关联维数:G_P.m(G-P算法)混沌时间序列预测主函数MainPre_by_jiaquanyijie_1.m(该程序用加权一阶局域法对数据进行进行一步预测)MainPre_by_jiaquanyijie_n.m(该程序用加权一阶局域法对数据进行进行n步预测)MainPre_by_Lya_1.m(基于最大Lyapunov指数的一步预测)MainPre_by_Lya_n.m(基于最大Lyapunov指数的n步预测)nearest_point.m(计算最后一个相点的最近相点的位置及最短距离)子函数jiaquanyijie.m(该函数用加权一阶局域法(xx)、零级近似(yy)和基于零级近似的加权一阶局域法(zz)对时间数据进行一步预测)pre_by_lya.m(基于最大Lyapunov指数的预测方法)pre_by_lya_new.m(改进的基于最大Lyapunov指数的预测方法)
2025/8/19 3:36:29 669KB 混沌 算法
1
PID算法用verilog上实现,在fpga上验证无误,内含PID.v,ProP.v,Integral.v
2025/4/8 7:55:08 2KB fpga PID verilog
1
Integral_Channel_Features以及代码还有一小段视频
2024/10/1 2:22:55 43.25MB 积分通道特征
1
针对不同的衰落(对数正态分布、瑞利衰落、Nakagami衰落),发射端采用不同的功率分配方案,绘制出相应的平坦衰落信道容量随平均接受信噪比变化的曲线,并进行对比分析。
具体曲线参照AndreaGoldsmith的《WIRELESSCOMMUNICATIONS》教材中Figure4.6、Figure4.7、Figure4.8。
由于水平有限,仅供初学者入门学习,部分程序在运行时会报错和警告,可能是由于matlab程序中使用的integral等求解积分方程的函数,建议在matlab2012a以上的版本运行,本代码是在matlab2017b的版本上运行。
如过聪明的你能发现错误并代码优化,期待大神不吝赐教。
1
著名的Netflix智能推荐百万美金大奖赛使用是数据集.因为竞赛关闭,Netflix官网上已无法下载.Netflixprovidedatrainingdatasetof100,480,507ratingsthat480,189usersgaveto17,770movies.Eachtrainingratingisaquadrupletoftheform.TheuserandmoviefieldsareintegerIDs,whilegradesarefrom1to5(integral)stars.[3]Thequalifyingdatasetcontainsover2,817,131tripletsoftheform,withgradesknownonlytothejury.Aparticipatingteam'salgorithmmustpredictgradesontheentirequalifyingset,buttheyareonlyinformedofthescoreforhalfofthedata,thequizsetof1,408,342ratings.Theotherhalfisthetestsetof1,408,789,andperformanceonthisisusedbythejurytodeterminepotentialprizewinners.Onlythejudgesknowwhichratingsareinthequizset,andwhichareinthetestset—thisarrangementisintendedtomakeitdifficulttohillclimbonthetestset.Submittedpredictionsarescoredagainstthetruegradesintermsofrootmeansquarederror(RMSE),andthegoalistoreducethiserrorasmuchaspossible.Notethatwhiletheactualgradesareintegersintherange1to5,submittedpredictionsneednotbe.Netflixalsoidentifiedaprobesubsetof1,408,395ratingswithinthetrainingdataset.Theprobe,quiz,andtestdatasetswerechosentohavesimilarstatisticalproperties.Insummary,thedatausedintheNetflixPrizelooksasfollows:Trainingset(99,072,112ratingsnotincludingtheprobeset,100,480,507includingtheprobeset)Probeset(1,408,395ratings)Qualifyingset(2,817,131ratings)consistingof:Testset(1,408,789ratings),usedtodeterminewinnersQuizset(1,408,342ratings),usedtocalculateleaderboardscoresForeachmovie,titleandyearofreleaseareprovidedinaseparatedataset.Noinformationatallisprovidedaboutusers.Inordertoprotecttheprivacyofcustomers,"someoftheratingdataforsomecustomersinthetrainingandqualifyin
2024/2/19 18:29:23 27KB dataset Netflix
1
一本很专业的概率论教材,英文版,和国内教材相比有一定的优势,适合能坐得住,能深入研究的人~~~
2023/2/17 1:47:52 5.56MB 高等概率论
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡