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
Generate a variable by yearHello, I have a quarterly panel data and I want to generate a variable 'plants' that is the sum of …
Converted datasets to weeklyDear all I have quarterly longitudinal data sets (8 consecutive quarters). I want to convert this d…
Merge DatasetHello everyone, Please I downloaded a dataset in excel format from BankFocus' website for 1455 banks…
how to report the value of "Stock-Yogo weak ID test critical values: 10% maximal IV size" after ivreg2 from outreg2hello dear all, I want to add the value of the "Stock-Yogo weak ID test critical values: 10% maximal…
Deleting mismatched observations for each panel idHello everyone, I am cleaning my dataset and having a problem with one of the variables. So I have d…
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment