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
Panel data: How to drop only a specific combination of observations?Hi. I am using large n panel data with four annual waves, from which I want to exclude/drop data. I…
Appending of one variable doesn't workDear users, I have appended a data set to my master data set, but somehow the German states (Bundes…
How to construct the distribution of propensity scores calculated from the pre-match conditional logistic regression?Dear Statalists, Hope my message finds you well. I am trying to construct an estimated propensity …
Drop panel if condition of at least one observation of panel is trueHi together, i use stata 16.0 and have a panel data set including banks (unique identifier is the v…
Convergence error in calculating of productivity by SFA - "Kumbhakar, S.C, 2015"Dear everyone, I am calculating total factor productivity by SFA model in using STATA. When I run …
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment