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
Conversion of string to number changes numberHi, I am having trouble when Stata converts a variable from numeric to a string, as it appears to b…
Creating number of obs and summing for new variable valueHello, I have data on loans, one loan per observation, each with a zipcode and amount attached as va…
Match observations in the concurrent year with observations in the previous yearDear all, I have encountered a problem when using propensity score matching to match observations i…
spmatrix error110: weighting matrix W already existsDear all, It's odd that when I put in the code : Code: spmatrix create contiguity W if year == 199…
survey data - 90% CIs for a proportion - tabulate or proportion?HI all, I'm analyzing survey data. I have a series of proportions and would like to produce standard…
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment