登录
首页 » 算法 » Machine learning

Machine learning

于 2023-08-11 发布 文件大小:1.03 MB
0 113
下载积分: 2 下载次数: 1

代码说明:

logistic regression SVM 带有形象化展示,可以使用鼠标放置两类训练样本,观察分界线变化过程

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个用贪心做的
    一个用贪心算法做的-with a greedy algorithm to do
    2023-01-01 16:25:03下载
    积分:1
  • MSN8.0客户端回复服务器ping的最新认证
    MSN8.0客户端回复服务器ping的最新认证算法-MSN8.0 client server ping response to the latest Authentication Algorithm
    2022-04-27 17:16:36下载
    积分:1
  • 一维伽辽金型无网格MATLAB程序 无网格方采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计的精度,而且可以大大...
    一维伽辽金型无网格法MATLAB程序 无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。-1维伽Galerkin-type meshless method MATLAB procedures meshless method based on the point of approximation, can be completely or partially eliminate the grid, the grid does not require the initial division and reconstruction, not only can guarantee the accuracy of the calculation, and can greatly reduce the difficulty of calculation. However, due to the current meshless approximation there is no analytic expression in general, and mostly based on the Galerkin principle, the calculation of a large volume, it is necessary to go beyond the traditional finite element method In addition, the meshless approximation are fitted, so displacement of the border more difficult to deal with, the use of Lagrange law.
    2022-06-18 16:46:39下载
    积分:1
  • BP网络的C/C++实现,含有详细代码和例子,适合初学者
    应用背景人工神经网络(ANN)中关于反向传播算法的内容,相比单个感知器而言,采用多层网络的反向传播算法能表示出更多种类的非线性曲面,整个神经网络可以分成三层:输入层,隐藏层,输出层,通过加权线性变换,层与层之间的传递,最终得到输入层的实数值。关键技术 本人根据附件里面的文章编写的反向传播算法代码,里面含有详细的代码注释和文章例子, 可以让初学者深刻理解反向传播算法,适合初学者学习。给出BP算法训练的例子,对单个样本的训练的情况进行编写和验证。 //输入层到隐层的过程 float fNetj[m]; for (int j= 0;j < m; j++){ fNetj[j] = fTheta[n][j]; //这里权值矩阵最后一列是偏置,偏置×1还是偏置,所以直接加上, //后面就不用乘了 for(int i = 0;i < n; i++){ //得到netj 的值 netj= X^V fNetj[j] +=fInputdata[i]*fTheta[i][j]; } fMidResult[j] = 1/(1 + exp(-fNetj[j])); //cout
    2022-08-03 01:10:12下载
    积分:1
  • mathimatics library for pascal, include fft,function interpreter, derivative,sol...
    mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples-mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples
    2022-12-19 16:35:06下载
    积分:1
  • 一个关于多模匹配的实现,在linux下实现,希望在这方面有研究的可以...
    一个关于多模匹配算法的实现,在linux下实现,希望在这方面有研究的可以-multimode on a matching algorithm to achieve the linux realizing, I hope we can have a look at the research
    2023-06-21 03:00:04下载
    积分:1
  • 通过C++对偶单纯形
    #包括“stdafx.h”
    2022-03-24 21:57:23下载
    积分:1
  • 随机数字的学生表
    这段代码打印出随机生成学生成绩 Table.Inputs 是: 大量的学生: 数的考试: 数的 Assgs:Number 的小测验: 考试、 assgs 和测验和评估权重。输出是一个表学生 Id 是独一无二的随机生成。和所有的评估分数也随机生成的。它还打印为每个学生的平均和平均的每一次评估。所有的随机生成的数据是放入一个一维数组,然后用从那里。
    2023-03-25 03:40:03下载
    积分:1
  • 一个拼图游戏的源代码
    一个拼图游戏的源代码-a source puzzles
    2022-03-02 18:37:28下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2023-05-16 22:45:03下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载