CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - logistic regression network
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - logistic regression network - List
[
JSP/Java
]
BayesianLogisticRegression
DL : 0
bayes算法在java环境下的开发和实现过程,主要是网络结构的建立和推理过程-Bayes algorithm in java development environment and the realization of the process, mainly the establishment of the network structure and reasoning process
Update
: 2025-02-19
Size
: 8kb
Publisher
:
cherish
[
matlab
]
BNL
DL : 0
The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logistic regression models. Logistic regression can be used to incorporate restrictions on the conditional probabilities and to account for the effect of covariates. Nominal variables are modeled with multinomial logistic regression, whereas the category probabilities of ordered variables are modeled through a cumulative or adjacent-categories response function. Variables can be observed, partially observed, or hidden.
Update
: 2025-02-19
Size
: 240kb
Publisher
:
代龙
[
Documents
]
NN-LogisticRegression
DL : 0
Neural Network Logistic regression
Update
: 2025-02-19
Size
: 75kb
Publisher
:
om
[
ADO-ODBC
]
Data_Mining_SQL_2008
DL : 0
这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 database" SQL statements with the book, the source code and Excel sample file, based on the DMX, the code mainly on the SQL Server 2008 and Excel 2007 have been integrated in the application of good data mining algorithms such as Bayesian clustering, decision tree, time series, clustering, sequence clustering, association rules, neural network, logistic regression, OLAP cubes and other algorithms, with a high use value.
Update
: 2025-02-19
Size
: 26.16mb
Publisher
:
吴
[
Algorithm
]
BigDataRefcardScript
DL : 3
Some simple statistical learning techniques, demonstrated with the R language. Including linear regression, logistic regression, neural network example, support vector machine, and random forest example usage and the corresponding libraries needed.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
stefan.petrov.beb
[
AI-NN-PR
]
mlclass-ex3
DL : 0
斯坦福大学机器学习公开课程第三讲matlab实现作业--多逻辑回归和神经网络表示。-Stanford Machine Learning public speaking courses third matlab realize the job- and more logistic regression and neural network representation.
Update
: 2025-02-19
Size
: 7.25mb
Publisher
:
levi
[
matlab
]
ImplementEvaluateClassification
DL : 0
Implement and uate classication algorithms The classication models used are : (a) Logistic Regression (b) Neural Networks (c) Neural Network Package-Implement and uate classication algorithms The classication models used are : (a) Logistic Regression (b) Neural Networks (c) Neural Network Package
Update
: 2025-02-19
Size
: 1.87mb
Publisher
:
Khalil
[
AI-NN-PR
]
libORF-master
DL : 0
针对各种机器学习,深度学习领域的一个matlab工具包-A machine learning library focused on deep learning.Following algorithms and models are provided along with some static utility classes: - Naive Bayes, Linear Regression, Logistic Regression, Softmax Regression, Linear Support Vector Machine, Non-Linear Support Vector Machine (with RBF kernel), Feed-forward Neural Network, Embedding Neural Network, Convolutional Neural Network, Sparse Autoencoders, Denoising Autoencoders, Contractive Autoencoders, Stacked Sparse Autoencoders, Self-Taught Learner and Restricted Boltzmann Machines are tested with this version. - Rest of the methods are not tested hence not supplied and the progress is as follows: + Deep Belief Nets with Restricted Boltzmann Machines (not tested) + Bayes Nets (tested- refactoring) + Hidden Markov Models (tested- refactoring) + Conditional Random Fields (work in progress)
Update
: 2025-02-19
Size
: 338kb
Publisher
:
zhjhe
[
matlab
]
Logistic-Regression
DL : 0
逻辑回归是目前流行的神经网络算法的实现基石,本程序通过简单的例子介绍了逻辑回归的思想以及算法拓展。-Logistic regression is a popular neural network algorithm to achieve a cornerstone of this program through a simple example and introduced the idea to expand the logistic regression algorithm.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
胡东
[
Other
]
mlclass-ex3
DL : 0
多分类学习及神经网络,机器学习相关,基于matlab计算-ex3.m- Octave script that will help step you through part 1 ex3 nn.m- Octave script that will help step you through part 2 ex3data1.mat- Training set of hand-written digits ex3weights.mat- Initial weights for the neural network exercise submitWeb.m- Alternative submission script submit.m- Submission script that sends your solutions to our servers displayData.m- Function to help visualize the dataset fmincg.m- Function minimization routine (similar to fminunc) sigmoid.m- Sigmoid function [?] lrCostFunction.m- Logistic regression cost function [?] oneVsAll.m- Train a one-vs-all multi-class classier [?] predictOneVsAll.m- Predict using a one-vs-all multi-class classier [?] predict.m- Neural network prediction function
Update
: 2025-02-19
Size
: 7.26mb
Publisher
:
张伟强
[
AI-NN-PR
]
CNNs
DL : 0
lr.py是用python实现了逻辑回归的源代码,并附带有注释。mlp.py是用python实现了多层感知机的源代码,并附带有注释。LeNetConvPoolLayer.py是用python实现了LeNet网络,并附带有注释。该文件需要引用mlp.py。-lr.py is python source code achieving a logistic regression , along with comments. mlp.py realized MLP by python, along with comments. LeNetConvPoolLayer.py used python to realize LeNet network, along with comments. This file needs to reference mlp.py.
Update
: 2025-02-19
Size
: 27kb
Publisher
:
许联开
[
Other
]
高风代码
DL : 0
本内容是有关机器学习的包含贝叶斯分类器,随机森林,支持向量机,神经网络,logistic多元回归等(The contents of this paper are machine learning, including Bayesian classifier, random forest, support vector machines, neural network, logistic multiple regression and so on)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
twinklebell
[
Mathimatics-Numerical algorithms
]
tensorflow_examples
DL : 0
建立人工神经网络模型,包括使用keras建模,logistic regression model(Use tensorflow to construct neural network)
Update
: 2025-02-19
Size
: 4kb
Publisher
:
kimi902
[
AI-NN-PR
]
C1W2L11
DL : 0
deeplearning.ai 基本的神经 网络编程 对数几率回归(deeplearning.ai Basics of Neural Network Programming Logistic Regression)
Update
: 2025-02-19
Size
: 2.68mb
Publisher
:
felixchu
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.