资源列表
03BP神经网络
- 神经网络代码,对初学者很适合,很好用的,一起交流一起进步(Neural network code, very suitable for beginners, very good use, together with the progress of communication)
Fourier Heat conduction
- Fourier Heat conduction code for 1d heat transfer
Desktop
- This is our model of caratoide bifurcation along with our conference paper.
som_breast
- It diagnoses the breast cancer using som algorithm.
calcularGanancia
- It implements genetic algorithm in diagnosing breast cancer.
irregularWave2d-1
- pm海浪生成,主要运行那个test文件即可生成pm海浪谱(PM waves generation.The PM wave spectrum can be generated by the main running of the test file)
mfile
- this code extracts alpha carbon atoms
unet
- 为图像分割任务中Unet网络结构,可以自行根据需求进行修改(this is the network of Unet)
goshaplot
- goshaplot_matlab_piggy
卷积算法与数字滤波器
- matlab代码:卷积算法,数字滤波器,矩形窗,凯泽窗(Matlab code: convolution algorithm, digital filter)
VoronoiUsingBrushfire-master
- Voronoi使用Matlab编程,解决选址、最小路径最大覆盖等问题(Voronoi uses Matlab programming to solve the problem of location, minimum path maximum coverage and so on)
GA
- 遗传算法(Genetic Algorithms,简称 GA)是一种基于自然选择原理和自然遗传机 制的搜索(寻优)算法,它是模拟自然界中的生命进化机制,在人工系统中实现特定目 标的优化。遗传算法的实质是通过群体搜索技术,根据适者生存的原则逐代进化,最终 得到最优解或准最优解。它必须做以下操作:初始群体的产生、求每一个体的适应度、 根据适者生存的原则选择优良个体、被选出的优良个体两两配对,通过随机交叉其染色 体的基因并随机变异某些染色体的基因后生成下一代群体,按此方法使群体逐代进化, 直
