登录
首页 » matlab » ARESLab

ARESLab

于 2019-01-21 发布 文件大小:5105KB
0 81
下载积分: 1 下载次数: 2

代码说明:

  ARES Lab Machine learning

文件列表:

ARESLab, 0 , 2016-05-15
ARESLab\aresanova.m, 6553 , 2016-05-15
ARESLab\aresanovareduce.m, 4012 , 2016-05-15
ARESLab\aresbuild.m, 89697 , 2016-05-15
ARESLab\arescv.m, 16986 , 2016-05-15
ARESLab\arescvc.m, 9035 , 2016-05-15
ARESLab\aresdel.m, 7390 , 2016-05-15
ARESLab\areseq.m, 10189 , 2016-05-15
ARESLab\aresgetknots.m, 2415 , 2016-05-02
ARESLab\aresimp.m, 5834 , 2016-05-15
ARESLab\aresinfo.m, 10638 , 2016-05-15
ARESLab\ARESLab.pdf, 728366 , 2016-05-15
ARESLab\aresparams.m, 22364 , 2016-05-15
ARESLab\aresparams2.m, 2304 , 2016-05-15
ARESLab\aresplot.m, 16189 , 2016-05-15
ARESLab\arespredict.m, 2973 , 2016-05-15
ARESLab\arestest.m, 5122 , 2016-05-15
ARESLab\Changes.txt, 20375 , 2016-05-15
ARESLab\demos, 0 , 2016-05-05
ARESLab\demos\example 2 data, no noise, showing knots.gif, 1932768 , 2016-05-04
ARESLab\demos\example 2 data
, no noise.gif, 1674321 , 2016-05-04
ARESLab\demos\example 2 data
, with noise.gif, 873325 , 2016-05-05
ARESLab\demos\examples_1_and_3.m, 3644 , 2016-05-15
ARESLab\demos\example_2.m, 1551 , 2016-05-05
ARESLab\demos\example_4.m, 1427 , 2016-05-14
ARESLab\demos\makegif.m, 3127 , 2016-05-05
ARESLab\DESCRIPTION.txt, 2010 , 2016-05-15
ARESLab\experimental, 0 , 2016-05-15
ARESLab\experimental\example.m, 1258 , 2016-05-15
ARESLab\experimental\glmaresbuild.m, 13596 , 2016-05-15
ARESLab\experimental\glmarespredict.m, 4302 , 2016-05-15
ARESLab\gpl-3.0.txt, 35821 , 2009-11-19
ARESLab\private, 0 , 2016-04-21
ARESLab\private\createbasisfunction.m, 6050 , 2016-05-02
ARESLab\private\findsideknots.m, 5419 , 2016-04-26
ARESLab\private\getbfstr.m, 6114 , 2016-05-02

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

发表评论

0 个回复

  • MATLAB_R2007jichujiaocheng
    本电子资源是《matlab 2007 基础教程》的配套电子资源,包含PPT 和程序实例以及课后题答案。(The electronic resources is " matlab 2007 Essentials" package of electronic resources, including examples of PPT and procedures and answer questions after school.)
    2009-06-13 15:10:25下载
    积分:1
  • VQ
    说明:  LBG算法设计矢量量化码书的函数,需要给出训练序列x,矢量维数K和码书长度CN,返回根据训练序列给出的最小误差码书。(LBG algorithm for vector quantization codebook design function , you need to give training sequence x, vector dimension K and codebook length CN, return according to the minimum error given training sequence codebook . )
    2013-07-27 10:29:56下载
    积分:1
  • fsk
    fsk调制解调及相应误码率计算。随机产生一正弦信号并进行相应的调制解调。(fsk modem and the corresponding bit error rate. Randomly generate a sinusoidal signal and the corresponding modem.)
    2011-05-13 12:25:18下载
    积分:1
  • SNR to range
    利用雷达方程,分析信噪比在三种不同的脉冲下与检测目标距离的关系,从而得出相应的结果。(By the radar equation, analysis of signal to noise ratio and the relationship between the distance of the detection target in the three different pulses, so as to draw the corresponding results.)
    2013-03-22 19:25:17下载
    积分:1
  • Haar-likeMatlab
    矩形遍历检测窗口演示Matlab源代码,用于理解Haar-like的功能(Haar-like rectangular detection window traversal demo Matlab source code for understanding Haar-like functions)
    2013-11-27 09:49:13下载
    积分:1
  • Untitled5
    运用matlab语言编写的c均值算法,分为两个聚类(Use matlab language c-means algorithm is divided into two clusters)
    2014-10-31 16:31:02下载
    积分:1
  • plot3d
    plot 3d with matlab with this code you can plot a surface with matlab functions: meshgrid, zeros, rastriginsfcn, meshc, xlabel, ylabel, zlabel, clear, clc
    2013-12-31 14:09:44下载
    积分:1
  • ChaoticSystemsToolbox
    说明:  混沌系统的工具箱,包含了混沌中的各个常用参数的计算和分析。(Chaotic systems toolbox, contains the chaos in the calculation of the various common parameters and analysis.)
    2009-09-03 16:46:11下载
    积分:1
  • 流水线型车间作业调度问题
    流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完全的源码,本人将其补充完成已成功运行,转载请注明GreenSim团队原创作品。(Pipelined job-shop scheduling problem can be described as follows: n tasks on the assembly line m processing stages, each stage has at least one machine and at least one stage there are multiple machines, and the same processing performance of each machine on the same stage , at every stage to complete each task are a process, each process of each task can be processed on any machine on the corresponding stage of the processing time of each process known tasks, all tasks required to determine the sort and every Distribution of the machine on a stage, making scheduling index (typically seek Makespan) Min. The following code is a Genetic Algorithm for Job Shop Scheduling Problem pipelined general MATLAB source code, original works belong GreenSim team, the blog post is incomplete source code, I will supplement has been successfully completed its operation, please indicate the original team GreenSim works.)
    2020-10-30 15:19:56下载
    积分:1
  • denggaoxiantu2D
    对采集到的回转窑的大数据,绘制出窑体温度与气压的等高线图,通过图形可以分析,窑体工况(Large data collected kiln, draw contour map kiln temperature and pressure, can be analyzed through a graphical, kiln conditions)
    2015-01-04 09:36:44下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载