登录
首页 » matlab » probabilistic-graphical-models

probabilistic-graphical-models

于 2009-01-01 发布 文件大小:408KB
0 200
下载积分: 1 下载次数: 41

代码说明:

  Probabilistic graphical models in matlab. (Probabilistic graphical models in matlab.)

文件列表:

probabilistic-graphical-models
..............................\.cdtproject
..............................\.directory
..............................\.project
..............................\AUTHORS
..............................\build
..............................\deprecated
..............................\..........\probabilisticgraphicalmodels.kdevelop
..............................\..........\probabilisticgraphicalmodels.kdevelop.pcs
..............................\..........\probabilisticgraphicalmodels.kdevses
..............................\..........\probabilisticgraphicalmodels.xcodeproj
..............................\..........\......................................\elvanor.mode1
..............................\..........\......................................\elvanor.pbxuser
..............................\..........\......................................\jeannoel.mode1
..............................\..........\......................................\jeannoel.pbxuser
..............................\..........\......................................\jnriva.mode1
..............................\..........\......................................\jnriva.pbxuser
..............................\..........\......................................\project.pbxproj
..............................\doc
..............................\...\archive
..............................\...\.......\factor_graph_test.cc
..............................\...\.......\FunctionObjects.cc
..............................\...\.......\FunctionObjects.h
..............................\...\.......\mrf_graph_test.cc
..............................\...\htm" target=_blank>cplusplus_examples
..............................\...\Developer_diary
..............................\...\htm" target=_blank>Old_code
..............................\...\htm" target=_blank>Old_code_2
..............................\...\htm" target=_blank>Old_code_3
..............................\...\htm" target=_blank>Optimizations
..............................\Makefile
..............................\matlab_interface
..............................\................\compare_marginals.m
..............................\................\compute_inference.m
..............................\................\compute_inference_to_disk.m
..............................\................\convert_from_qmr.m
..............................\................\disable_monitoring.m
..............................\................\disable_timer.m
..............................\................\example_1.m
..............................\................\example_2.m
..............................\................\example_3.m
..............................\................\export_model.m
..............................\................\export_qmr_posteriors.m
..............................\................\import_partition_results.m
..............................\................\import_results.m
..............................\................\loader.c
..............................\................\loader.c.bak
..............................\................\loader.mexw32
..............................\................\htm" target=_blank>matlab_pgm_export
..............................\................\new_model.m
..............................\................\precompiled_loaders
..............................\................\...................\loader.mexglx
..............................\................\...................\loader.mexmac
..............................\................\set_all_internal_potentials.m
..............................\................\set_all_potentials.m
..............................\................\set_all_variables_sizes.m
..............................\................\set_monitoring_interval.m
..............................\................\set_number_of_runs.m
..............................\................\set_observation.m
..............................\................\set_potential.m
..............................\................\set_prior.m
..............................\................\set_variables_sizes.m
..............................\................\unset_observation.m
..............................\................\use_monitoring.m
..............................\................\use_timer.m
..............................\................\visualize_inference.m
..............................\htm" target=_blank>README
..............................\src
..............................\...\DiscretePotential.cc
..............................\...\DiscretePotential.h
..............................\...\Experiment.cc
..............................\...\Experiment.h
..............................\...\Generic.h
..............................\...\GraphAlgorithms.cc
..............................\...\GraphAlgorithms.h
..............................\...\GraphTreePartition.cc
..............................\...\GraphTreePartition.h
..............................\...\InputFunctions.cc
..............................\...\InputFunctions.h
..............................\...\main.cc
..............................\...\Message.cc
..............................\...\Message.h
..............................\...\Node.cc
..............................\...\Node.h
..............................\...\OutputGraph.cc
..............................\...\OutputGraph.h
..............................\...\ParticleFilters.cc
..............................\...\ParticleFilters.h
..............................\...\Potential.cc
..............................\...\Potential.h
..............................\...\ProbabilisticModel.cc
..............................\...\ProbabilisticModel.h
..............................\...\RandomVariable.cc
..............................\...\RandomVariable.h
..............................\target
..............................\web
..............................\...\index.html
..............................\...\reference.html

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

发表评论

0 个回复

  • genetic-algorithm
    In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover. Genetic algorithms find application in bioinformatics, phylogenetics, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields.
    2013-07-16 14:40:19下载
    积分:1
  • ZigBeeIEEE
    The implementation was built on Matlab/Simulink using fundamental components in Simulink to demonstrate how reliably complex modulation schemes can be built, cost effectively and efficiently [5]. The design of ZigBee transmitter using MSK modulation is shown in the Figure 1. Here we map input data bits to 8-chip PN sequences to be transmitted and results in a chip rate of two mega chips per second. After that, resultant chip sequence is send to the serial to parallel converter. It is used here to separate the odd and even bit indexed chips. Following this bipolar data formatting is performed and signal modulated with a 2.4 GHz carrier on the In Phase and QuadraturePhase data stream and adds it to get the required transmitter output signal.
    2014-09-23 20:56:58下载
    积分:1
  • power_windgen
    基于MATLAB中的对于风电场模型的仿真(Based on MATLAB in the simulation model for wind farms)
    2010-08-10 15:27:29下载
    积分:1
  • 05572430
    提出了一种改进的独立分量分析方法对脑电信号进行去伪迹消噪,取得了相当不错的效果(An improved method of independent component analysis to EEG artifact noise cancellation, very good results achieved)
    2010-11-04 19:33:51下载
    积分:1
  • correlation-dimension(GP-method)
    一种常见的计算关联维的matlab计算程序,希望对大家有用,我是新手请多关照(A common correlation dimension matlab program, I hope useful for everyone, I am a novice and wish me)
    2013-01-11 21:06:05下载
    积分:1
  • 最速下降法
    说明:  最速下降法是迭代法的一种,可以用于求解最小二乘问题(线性和非线性都可以)。在求解机器学习算法的模型参数,即无约束优化问题时,梯度下降(Gradient Descent)是最常采用的方法之一,另一种常用的方法是最小二乘法。在求解损失函数的最小值时,可以通过梯度下降法来一步步的迭代求解,得到最小化的损失函数和模型参数值。反过来,如果我们需要求解损失函数的最大值,这时就需要用梯度上升法来迭代了。在机器学习中,基于基本的梯度下降法发展了两种梯度下降方法,分别为随机梯度下降法和批量梯度下降法。(The steepest descent method is a kind of iterative method, which can be used to solve the least squares problem (both linear and nonlinear). In solving the model parameters of machine learning algorithm, that is, unconstrained optimization, gradient descent is one of the most commonly used methods, and the other is the least square method. When solving the minimum value of loss function, the gradient descent method can be used step by step to get the minimum value of loss function and model parameters. Conversely, if we need to solve the maximum value of the loss function, then we need to use the gradient rise method to iterate. In machine learning, two kinds of ladders are developed based on the basic gradient descent method)
    2019-11-24 13:06:03下载
    积分:1
  • snake
    说明:  是关于循环阈值处理图像的一种代码,功能很强大,欢迎使用(Cycle threshold processing on the image of a code, function is powerful, Welcome)
    2010-05-02 22:02:16下载
    积分:1
  • fenzhidingjiefa
    分支定界法能够用在处理整数规划问题中,是一种很经典的方法。希望大家有用!(Branch and bound method)
    2015-01-05 13:36:56下载
    积分:1
  • shangwiejifens3
    通过分析组织图、穿综图和纹板图三者的关系,在对织物上机图进行矩阵建模的基础上,提出了一种基于Matlab程序设计自动产生并绘制上机图的新方法.(By analyzing the organization chart, diagram and pattern heald board map of the three, on the basis of the fabric machine diagram matrix modeling, is proposed based on Matlab programming automatically generated and new ways to draw on the local map.)
    2014-01-19 16:48:26下载
    积分:1
  • 3code
    说明:  用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较(Six operators (Gabor, Laplacian, priwitt, Robert, Sobel and Wallis) are used to detect and compare the edge of three kinds of images)
    2020-09-23 10:08:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载