Skip to content

fetacore/NonparametricNeuralNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nonparametric and Neural Nets regression

Some neural networks implementations in R from my Master's Thesis.

The one is a general R project which you can build and write a custom script to test it. It contains nonparametric kernel regression algorithms as well. The neural networks implementations is for just one and two hidden layers and not as general as the python implementation in my other repo. If you build the project the roxygen files which guide you through what to do will be generated as well.

The nonparametric iv regression is the sieve implementation of Horowitz and Lee (2007) and Horowitz (2012) with the uniform confidence bands under both the monotonicity and Lipschitz assumption on the unknown g. It does as well the MCMC simulation for the testing of the theory. You just fire it up and it runs the MCMC.

About

A collection of algorithms on the subjects written in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages