Metadata-Version: 2.1
Name: econ_layers
Version: 0.0.3
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/HighDimensionalEconLab/econ_layers
Author: Jesse Perla
Author-email: jesseperla@gmail.com
License: MIT license
Keywords: econ_layers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# Pytorch Layers for Economics Applications

[![image](https://img.shields.io/pypi/v/econ_layers.svg)](https://pypi.python.org/pypi/econ_layers) [![Build Status](https://github.com/HighDimensionalEconLab/econ_layers/workflows/build/badge.svg)](https://github.com/HighDimensionalEconLab/econ_layers/actions)

## Pytorch 


-   Documentation: https://HighDimensionalEconLab.github.io/econ_layers

## Features

- Exponential layer
- Flexible multi-layer neural network with optional nonlinear last layer

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.


