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
Using esttab to create a tableHi, I am trying to create a table (example attached) using esttab command. I have run different spe…
Query about using aweight while running probit in STATADear all, I am a PhD student at the University of Canterbury, NZ. I wanted to use aweight while run…
Blue-gray thin frame when combining graphsHi Everyone, I want to combine two graphs using 'gr combine' command. Each individual graph looks a…
Python Integration: Pandas Package Causing Stata to CloseAfter setting my python_userpath and python_exec, attempting to execute the following lines from a d…
How to use the variance of a variableThis may be a noob question. I have been given individual-level data on 10000 person. I have variab…
Subscribe to:
Post Comments (Atom)
0 Response to Neural Network
Post a Comment