资源列表

« 1 2 ... .48 .49 .50 .51 .52 3153.54 .55 .56 .57 .58 ... 216394 »

[人工智能/神经网络/遗传算法plot_isotonic_regression

说明:保序回归是寻找使训练集均方差最小的近似函数,它的优点是目标函数不要线性的。-The isotonic regression finds a non-decreasing approximation of a function while minimizing the mean squared error on the training data. The benefit of such a model is that it does not assume any form for the tar
<申鹏> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算plot_cv_predict

说明:cross_val_predict算法主要应用于可视化预测-use cross_val_predict to visualize prediction errors.
<申鹏> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算feature_stacker

说明:feather_stacker主要用于一个数据集提取多个特征时,对特征进行联合的算法。-In many real-world examples, there are many ways to extract features a dataset. Often it is beneficial to combine several methods to obtain good performance. This example shows how to use FeatureUnion to c
<申鹏> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序LCS

说明:动态规划,将两个字符串结合起来,他们的公共子串只输出一次。根据LCS函数对每一步该向左、向上还是向左上对角线走的状态用state[i][j]进行标记。打印函数PrintLCS中,state[][]==1的时候,表示往左上回溯,2时往上回溯,3时往左回溯。直到i=0且j=0即到了表初始位置时结束,然后由之前的路线打印字符串。-The LCS for public the firstborn sequence.
<金颖> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算plot_digits_pipe

说明:GridSearchCV用于设置PCA的维度,解决逻辑回归预测时,PCA维度降维问题。-The PCA does an unsupervised dimensionality reduction, while the logistic regression does the prediction. We use a GridSearchCV to set the dimensionality of the PCA
<申鹏> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[3D图形编程imgpro20

说明:光场成像2.0的仿真模拟,只要输入图像,既可以得到光场成像的原始数据-light field2.0 imaging process
<qijuncheng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他行业Network-risk-transfer-attack-model

说明:网络风险攻击模型,分析网络中各节点的风险对后续阶段的影响-Network risk transfer attack model
<curry> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序SingleTemplate

说明:一个单例类的typdef写法,可以直接继承使用,无需自己再写。-A singleton class typdef method and can be used directly, without the written again.
<> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[汇编语言MsEn

说明:多尺度熵matlab程序,很好用,里边有注释,适合初学者-Multiscale entropy matlab program, easy to use, there are notes, suitable for beginners
<张继超> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程mimo-psk--BER

说明:We simulation MIMO psk error rate for any wireless communication
<pedram> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程mimo-qam

说明:we simulated MIMO QAM bit error rate in wireless communication
<pedram> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[文件操作qwkx

说明:使用WriteFile 块读写数据,好不容易才找到的()
<Lediowfy> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 3153.54 .55 .56 .57 .58 ... 216394 »

源码中国 www.ymcn.org