neuralMath icon indicating copy to clipboard operation
neuralMath copied to clipboard

Combining Symbolic and Function Evaluation Expressions In Neural Programs

Combining Symbolic and Function Evaluation Expressions In Neural Programs

This repository contains the code for this paper

File equationGenerator.ipynb is an iPython notebook that describes the dataset generation method proposed in the paper, and lstmTreeNotebook.ipynb contains the code for training over the generated equations.

For a PyTorch implementation of the models in the paper and our recently released memory-augmented tree-LSTM architecture checkout here