-
particle_filter
粒子滤波器程序,应用了SIS方法和蒙特卡罗方法(particle filter codes,using SIS method and Monte Carlo method)
- 2010-08-19 10:42:59下载
- 积分:1
-
jacobi
利用jacobi法求解病态线性方程,其中矩阵为hilbort矩阵(Jacobi method used to solve ill-linear equations, including matrix hilbort matrix)
- 2009-12-18 16:04:41下载
- 积分:1
-
GMM2
利用MATLAB编写GMM图像处理模块。具有较好的效果。。。(GMM prepared using MATLAB image processing module. With good results. . .)
- 2009-06-04 23:09:55下载
- 积分:1
-
TIMIT-speech-database
说明: TIMIT语音数据库,希望给语音研究者提供帮助。(TIMIT speech database, I want to give help to the researchers of voice .)
- 2021-04-21 10:58:49下载
- 积分:1
-
PCAPSVM
PCA+SVM用于人脸识别,,很好用,,有详细注释(PCA+SVM for face recognition, and useful, detailed notes)
- 2013-01-03 11:53:37下载
- 积分:1
-
proficient-MATLAB
matlab相關教學書籍matlab相關教學書籍matlab相關教學書籍(proficient MATLAB)
- 2011-05-17 11:25:27下载
- 积分:1
-
MATLAB-mechanical-interface
数学交互界面,可以实现求解线性方程组,三维绘图,二重积分等(Math interactive interface for solving linear equations, three-dimensional drawing, the double integral)
- 2012-05-28 22:52:45下载
- 积分:1
-
gui
I have uploaded complete GUI code for Aircraft A320 control
- 2016-04-11 01:28:45下载
- 积分:1
-
1807.01622
深度神经网络在函数近似中表现优越,然而需要从头开始训练。另一方面,贝叶斯方法,像高斯过程(GPs),可以利用利用先验知识在测试阶段进行快速推理。然而,高斯过程的计算量很大,也很难设计出合适的先验。本篇论文中我们提出了一种神经模型,条件神经过程(CNPs),可以结合这两者的优点。CNPs受灵活的随机过程的启发,比如GPs,但是结构是神经网络,并且通过梯度下降训练。CNPs通过很少的数据训练后就可以进行准确的预测,然后扩展到复杂函数和大数据集。我们证明了这个方法在一些典型的机器学习任务上面的的表现和功能,比如回归,分类和图像补全(Deep neural networks perform well in function approximation, but they need to be trained from scratch. On the other hand, Bayesian methods, such as Gauss Process (GPs), can make use of prior knowledge to conduct rapid reasoning in the testing stage. However, the calculation of Gauss process is very heavy, and it is difficult to design a suitable priori. In this paper, we propose a neural model, conditional neural processes (CNPs), which can combine the advantages of both. CNPs are inspired by flexible stochastic processes, such as GPs, but are structured as neural networks and trained by gradient descent. CNPs can predict accurately with very little data training, and then extend to complex functions and large data sets. We demonstrate the performance and functions of this method on some typical machine learning tasks, such as regression, classification and image completion.)
- 2020-06-23 22:20:02下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1