资源列表
exercise_ZSL-master
- An exercise of zero-shot learning, including DAP, IAP, DeSIVE, SCoRe. By Chengzhe XU, Linyang HE, Yixu GAO
二维矩形条带装箱问题的底部左齐择优匹配算法
- 针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest—level left align bestfit,简称LLABF).LLABF算法遵循最佳匹配优先原则,该原则综合考虑完全匹配优先、宽度匹配优先、高度匹配优先、组合宽度匹配优先及可装入优先等启发式规则.与BL(bottom-left),IBL(improved-bottom-left)与BLF(bottom—left-fill)等启发算法不同的是,LLABF能够在矩形装入过程中自动选择与可装区域匹配的下一个待
免疫遗传算法
- 依据该算法选择物流节点,并确定最优的物流一二级节点(The logistics nodes are selected according to the algorithm, and the optimal logistics one or two level nodes are determined.)
用蒙特卡洛法实现对排队等待问题的计算机模拟
- 使用MATLAB实现的蒙特卡洛算法,主要讨论了理发店中的排队问题(Monte Carlo algorithm implemented by MATLAB)
python_work
- 用tensorflow设计以三层的神经网络进行曲线拟合,采用梯度下降法。(Tensorflow is used to design three layers of neural network for curve fitting and gradient descent method.)
粒子群算法实例
- 文章从一个简单的粒子群实例来讲解粒子群算法,并附上相关的代码(This article explains particle swarm optimization from a simple example of particle swarm, and attaches the relevant code.)
BPSKxunhuanpu
- 设定码元速率、载波频率、采样速率、码元个数等,先仿真bpsk信号,然后对其求循环谱。采用频域平滑的方法。(Set the symbol rate, carrier frequency, sampling rate, number of symbols and so on, first simulate the BPSK signal, and then calculate the cyclic spectrum. The frequency domain smoothing method is
jsonlab-1.5
- JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave
EOF的源程序-MATLAB
- 自然正交函数分解(EOF)matlab 源代码(Matlab Code for EOF,it's good for new learner.)
hess
- 超级电容蓄电池混合储能;功率分配;逆变;斩波;光伏;(matlab hess pv powertrain model)
数据挖掘导论
- 《数据挖掘导论》经典电子书教程,课后习题答案,含丰富讲解。("Introduction to data mining" classic e-book tutorial, after-school exercise answers, rich explanation.)
TFIDF算法的C#实现
- 支持英文分词,无中文分词。采用Centivus.EnglishStemmer.dll库