Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 523 Bytes

EQL-Pytorch

This repo contains an implementation of the EQL in PyTorch.

Running the examples

First generate data by running python3 gen_data.py. Then start the training with python3 run.py. You'll find a file called func.txt that contains the final expression.

See also

Implementations in Tensorflow and Theano

Dependencies

  • pytorch
  • pytorch-lightning
  • sympy