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
Reshaping Datastream DataHello community. first of all I would like to thank you for the inclusion in this really instructive…
Comparison of predicted values after OLS regressionDear all, I am interested in predicted values after an OLS regression. Moreover, I am curious how t…
Complex survey settingsHi, I am trying to set-up a complex survey data set in Stata and Mplus so that they have the same s…
'No observations' errorDear all, I'm trying to conduct a unit root test to my variables using the following code: Code: …
Superscript and subscriptDear Stata users, I have a variable with both superscript and subscript. When I wrote both superscr…
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment