SJ001 / AI-Feynman

MIT License
638 stars 188 forks source link

Units and Jupyter NB Issues #78

Open tcaligiure opened 1 year ago

tcaligiure commented 1 year ago

I have two problems. The first has to do with units. I've searched all over, but I can't seem to find how to format units so that AI Feynman can perform dimensional analysis. If anybody could provide insight it would be much appreciated. My main issue has to do with NN issues. When using a jupyter notebook, AI Feynman can get through brute force, but as soon as it says "Training a NN on the data...", the kernel dies. I've tried setting up GPUs manually, but that didn't work. Does anybody know how to solve this issue?

zykhoo commented 1 year ago

Regarding your first problem relating to units, you can check out this website: https://space.mit.edu/home/tegmark/aifeynman.html and download the units file there (units.csv). dimensionalAnalysis.py makes use of this units file (you might have to change the path and extension). you can check out the other files at the website mentioned above to try working examples of dimensional analysis.