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

徐亦达machine-learning-notes-master

于 2020-08-01 发布 文件大小:66286KB
0 211
下载积分: 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 个回复

  • airgravity
    文章由重力和重力梯度的基本理论出发,讨论了重力分量和重力梯度张量分量的2-D傅立叶变换 与重力位的傅立叶变换之间的关系。推导了航空重力梯度仪的测量原理,并对航空重力梯度测量的 应用做了简要的介绍(Article by gravity and gravity gradient of the basic theory, discussed the components of gravity and gravity gradient tensor component of the 2-D Fourier Transform and gravity places the relationship between the Fourier transform. Derivation of the airborne gravity gradiometer measuring principle, and airborne gravity gradient measurements application to do a brief introduction)
    2008-05-25 01:33:15下载
    积分:1
  • fft
    说明:  实现快速离散傅里叶变换,即FFT,很有用的程序(Fast discrete Fourier transform, namely, FFT, very useful program)
    2008-10-31 13:46:14下载
    积分:1
  • MOM-RCS
    矩量法实例 计算细导线的雷达散射截面,PPT资料(Instance of the method of moments to calculate the radar cross section of thin wire)
    2021-04-04 21:29:04下载
    积分:1
  • LU分解程序
    用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed description is given.)
    2020-11-26 13:49:31下载
    积分:1
  • shortestway
    计算最短路径,可用于计算图论中最短路径的分析和求解(Calculate the shortest path)
    2012-09-22 13:21:09下载
    积分:1
  • c_mean
    基于SVM的数据分类,通过IRIS数据进行验证,效果分类准确(SVM-based data classification, through the IRIS data validation, classification accuracy results)
    2021-01-01 11:28:59下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • Trilateration-Network
    测绘程序,计算测边网各点坐标的评查程序,值得借鉴(Mapping program to calculate the coordinates of each point measured the side-netting of assessment investigative procedures, worth learning)
    2013-08-20 15:13:21下载
    积分:1
  • 03CH4_red19
    甲烷的19步简化反应机理文件,FORTRAN语言编写反应速度(ch4 reaction rate)
    2020-10-27 10:39:58下载
    积分:1
  • RNX2GTEX
    说明:  将GNSS RINEX数据转换为电离层总电子含量(GTEX格式)(Convert GNSS RINEX data to Ionospheric Total Electron Content (GTEX format))
    2020-10-08 12:12:21下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载