Hi everyone,
I have just recently uploaded a neural network module for Stata.
brain.ado is neural network application to provide some remedy for the distinct lack of such methods for Stata.
It is a no frills implementation of a backpropagation algorithm in Mata designed for a hassle free setup of multi-layered neural networks. After training the whole network can be saved/loaded using so called brain-files (default postfix .brn). The network is represented by a set of reserved matrices to provide transparent access to all components and to support older Stata versions. Additional functions facilitate the calculation of pseudo-marginal effects or signal through-put, but the main utility is of course prediction, i.e. for propensity scores or classification.
You can install it with:
ssc install brain
Cheers,
Thorsten
Related Posts with Neural Network
Interpreting results of Multinomial Logistic Regression- Panel dataHi All, Its Siege here and I really some help I am running a Multinomial logistic regression model…
Exponentiated form with mi estimate and xtgee: no effect when using eformHello Statalist, I am using Stata 16 and I am trying to obtain the exponentiated form of my estimat…
GLM Fracreg or Count modelHello, I have received contradictory suggestions on how to analyze certain data and would love to ge…
Adding columns with loopHello, I'm having issues with the following. I have 4 variables x1, x2, x3, x4 each one with 10 obs…
bidensity assigns too many 0Hello, I am trying to acquire a bivariate density contour plot of fathers' and their sons' income. I…
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment