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
Count by groups 5 years after the current yearDear Statalist, I am wondering if you can help me to count the number of times a given attribute is …
Reverse Coding a Count VariableHi All, I hope you are doing great. I have a question about reverse coding a count variable. I have …
Naming tempfilesI wanna use the stockquote command to get some stock market data. The synatax Code: stockquote ^GSP…
Question on Intraclass correlation coefficients (ICC): two-way mixed effectsHi! I wish to use ICC to look at test-retest reliability using two sets of data reported by the same…
Reshape with two columns to rowsHi, I am trying to reshape a dataset so that the rows in variable "title" become columns, while the …
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment