登录
首页 » matlab » 徐亦达machine-learning-notes-master

徐亦达machine-learning-notes-master

于 2020-08-01 发布 文件大小:66286KB
0 131
下载积分: 1 下载次数: 3

代码说明:

  包含了悉尼科技大学徐亦达老师的课程课件,有贝叶斯理论、EM算法、卡尔曼滤波、HMM、粒子滤波、概率论相关知识等(The file includes knowledge about EM, HMM, particle filter, kalman filter and so on.)

文件列表:

machine-learning-notes-master, 0 , 2018-12-17
machine-learning-notes-master\.ipynb_checkpoints, 0 , 2018-12-17
machine-learning-notes-master\.ipynb_checkpoints\industry_master_class-checkpoint.ipynb, 397574 , 2018-12-17
machine-learning-notes-master\30_min_AI.pptx, 23850197 , 2018-12-17
machine-learning-notes-master\AI_and_machine_learning.pdf, 26079223 , 2018-12-17
machine-learning-notes-master\DeeCamp2018_Xu_final.pptx, 3609670 , 2018-12-17
machine-learning-notes-master\README.md, 14259 , 2018-12-17
machine-learning-notes-master\bayesian.pdf, 194373 , 2018-12-17
machine-learning-notes-master\cnn_beyond.pdf, 5768711 , 2018-12-17
machine-learning-notes-master\data_analytics.pdf, 234173 , 2018-12-17
machine-learning-notes-master\deeCamp.pdf, 1511661 , 2018-12-17
machine-learning-notes-master\deep_nlp.pdf, 2451275 , 2018-12-17
machine-learning-notes-master\dimension_reduction.pdf, 191710 , 2018-12-17
machine-learning-notes-master\dpp.pdf, 341506 , 2018-12-17
machine-learning-notes-master\dqn.pdf, 761540 , 2018-12-17
machine-learning-notes-master\dynamic_model.pdf, 573234 , 2018-12-17
machine-learning-notes-master\em.pdf, 620657 , 2018-12-17
machine-learning-notes-master\files, 0 , 2018-12-17
machine-learning-notes-master\files\index.txt, 1 , 2018-12-17
machine-learning-notes-master\industry_master_class.ipynb, 397574 , 2018-12-17
machine-learning-notes-master\introduction_monte_carlo.pdf, 280729 , 2018-12-17
machine-learning-notes-master\markov_chain_monte_carlo.pdf, 420166 , 2018-12-17
machine-learning-notes-master\neural_networks.pdf, 214958 , 2018-12-17
machine-learning-notes-master\non_parametrics.pdf, 430299 , 2018-12-17
machine-learning-notes-master\non_parametrics_extensions.pdf, 208186 , 2018-12-17
machine-learning-notes-master\optimization.pdf, 448999 , 2018-12-17
machine-learning-notes-master\particle_filter.pdf, 306711 , 2018-12-17
machine-learning-notes-master\probability.pdf, 311242 , 2018-12-17
machine-learning-notes-master\rbm_gan.pdf, 302287 , 2018-12-17
machine-learning-notes-master\recommendation.pdf, 630499 , 2018-12-17
machine-learning-notes-master\regression.pdf, 438860 , 2018-12-17
machine-learning-notes-master\selected_probability.pdf, 1011148 , 2018-12-17
machine-learning-notes-master\statistics.pdf, 160908 , 2018-12-17
machine-learning-notes-master\stochastic_matrices.pdf, 296053 , 2018-12-17
machine-learning-notes-master\variational.pdf, 623710 , 2018-12-17
machine-learning-notes-master\word_vector.pdf, 513826 , 2018-12-17

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

发表评论

0 个回复

  • beihanguniversityhomework2
    北京航空航天大学数值分析大作业第二题,有难度,这可是历年北航研究生转载最多的代码了(Beijing University of Aeronautics and Astronautics numerical analysis of large operating the second question, there is difficulty, this is the most over the years Beihang University Graduate reproduced the code)
    2010-06-18 19:21:45下载
    积分:1
  • 递推最小二乘
    说明:  一般的最小二乘通常是一次拿到全部的数据, 对所有数据进行统一优化计算得到模型系数。递推最小二乘是以一种递推的方式计算最小二乘,每次使用最新的测量值,来不断更新模型系数。(General least squares usually get all the data at one time, and perform unified optimization calculations on all the data to get the model coefficients. Recursive least squares is to calculate the least squares in a recursive way, each time the latest measured value is used to continuously update the model coefficients.)
    2021-04-24 15:18:47下载
    积分:1
  • freefem++-3.56-1.tar
    比较完善的面向对象的有限元程序代码,适用于编写大型程序的学习(typical C++ code for OOFEM)
    2018-05-02 19:51:39下载
    积分:1
  • MDVRP_遗传
    MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)
    2020-11-26 17:49:32下载
    积分:1
  • 实验1
    利用不动点迭代和牛顿迭代求解非线性方程解的理论(Theory of Solving Nonlinear Equations by Fixed Point Iteration and Newton Iteration)
    2019-05-07 16:56:30下载
    积分:1
  • Lagrange
    使用拉格朗日乘子法解约束优化问题,例子是最优化问题,有3个线性约束(Using the Lagrange multiplier method to solve the constrained optimization problem)
    2018-04-06 15:42:47下载
    积分:1
  • eeglab
    说明:  这是一个处理脑电信号的程序,可以辅助脑电信号处理程序的使用(This is a process of eeg signal, can assist the use of eeg signal processing program)
    2020-09-16 20:47:55下载
    积分:1
  • 拉格朗日插值及牛顿插值
    说明:  MATLAB实现自定义的拉格朗日插值和牛顿插值,均包括主调函数和被调用函数,程序简单易懂。(MATLAB realizes the self defined Lagrange interpolation and Newton interpolation, both including the main function and the called function, the program is simple and easy to understand.)
    2020-06-02 23:27:03下载
    积分:1
  • complex-operator-overloading
    实现复数运算符的重载,对C++初学者来说有一定的参考价值。(Complex operator overloading, C++ beginners a certain reference value . )
    2013-05-17 13:14:32下载
    积分:1
  • fraction_lyapunov
    计算分数阶微分方程lypunov指数,确定混沌系统的混沌状态。(Calculated fractional differential equations lypunov index to determine the chaotic state of the chaotic system.)
    2012-09-16 10:48:32下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载