File size: 775 Bytes
cf8bf07
 
 
 
 
 
70dedf9
cf8bf07
 
 
4f133b3
 
cf8bf07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Citing

This software:
```
@software{pysr,
  author       = {Miles Cranmer},
  title        = {PySR: Fast \& Parallelized Symbolic Regression in Python/Julia},
  month        = sep,
  year         = 2020,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.4041459},
  url          = {http://doi.org/10.5281/zenodo.4041459}
}
```

Metric used for scoring equations:
```
@article{cranmer2020discovering,
      title={Discovering Symbolic Models from Deep Learning with Inductive Biases}, 
      author={Miles Cranmer and Alvaro Sanchez-Gonzalez and Peter Battaglia and Rui Xu and Kyle Cranmer and David Spergel and Shirley Ho},
      journal={NeurIPS 2020},
      year={2020},
      eprint={2006.11287},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}
```