资源列表
用于计算轮轨关系的matlab程序
- 轮轨接触关系中,等效锥度的计算,个人水平有限,稍有瑕疵(Equivalent taper calculation)
85375562RBF_0317
- 径向基(RBF)神经网络进行剩余寿命预测,绝对可运行!(Radial Basis Function (RBF) neural network to predict the remaining life)
BERT用于下游任务的训练模型
- 包含BERT和ALBERT两个模型,可以直接用于下游任务,如命名实体识别等
小波神经网络中不同小波基的性能对比
- 对比不同小波基作为传递函数的性能,包括sigmoid函数,morlet函数,polywog函数(Compare the performance of different wavelet bases as transfer function, including sigmoid function, Morlet function, polywog function)
rnn
- 作为刚开始研究RNN 的小白,可以看RNN和LSTM的matlab程序,本人刚开始学习 ,把找到的资源分享给大家。(As a novice who just started researching RNN, you can see the matlab program of RNN and LSTM. I just started to learn and share the resources I found.)
GA-BP汇总大全(含详细教程代码和论文)
- 文中包含利用遗传算法进行优化的梯度下降神经网络的代码和教程,内容非常丰富,包含可以直接运行的代码和相关重要参考文献论文,可帮助理解,属于很综合的优秀资料,个人现分享出来供大家学习,谢谢!(This article contains the code and tutorial of gradient descent neural network optimized by genetic algorithm. The content is very rich, including the code
基于遗传算法的函数优化与多旅行商问题
- MATLAB平台实现的基于遗传算法的函数优化与多旅行商问题,有GUI界面,界面简洁,便于交互
移动边缘计算环境下服务工作流的计算卸载实验仿真
- #遗传算法 #********************************************************************************************* #对于给定的一个任务流,在遵守任务前后顺序下,存在不同的位置编码和不同的排序编码 #比如对于任务流S,可以通过初始化得到N个位置编码,N个排序编码 #1.调用Order_initial生成一个带前后固定顺序(即前驱任务固定)的任务流 #2.调用N次Position_initial生成
天牛进化算法
- 利用仿生原理模拟天牛觅食构造全局优化算法,进化速度快,搜索范围广,十分有效
RBF改进算法的Q-Learing路径规划MATLAB仿真
- 用RBF改进算法的Qlearning算法matlab仿真(Matlab simulation of qlearning algorithm improved by RBF)
深度学习实现零件缺陷检测源代码(1)
- 结合VGG和残差网络实现工业零件的缺陷检测,基于keras和tensorflow可以直接运行使用(The defect detection of industrial parts is realized by combining VGg and residual network. Based on keras and tensorflow, it can be used directly)
ANFIS
- ANFIS (Adaptive-Network-based Fuzzy Inference System) is a fuzzy inference systemimplemented in the framework of adaptive networks, and it can construct an input-output mapping based on both human knowledge (in the form of fuzzy if-then rules) and st