Skip to content

Instantly share code, notes, and snippets.

@dcshapiro
Last active June 26, 2020 15:55
Show Gist options
  • Save dcshapiro/56e5d4b00009d2b189008a4ee3e23924 to your computer and use it in GitHub Desktop.
Save dcshapiro/56e5d4b00009d2b189008a4ee3e23924 to your computer and use it in GitHub Desktop.
from S_run_aifeynman import run_aifeynman
# Make sure your path to the AI-Fetnman directory is correct.
# I have used a base directory of /content/gdrive/... because that's where I put the code in Google Drive
# Change this to the spot in your machine where you are working from, if you need to
run_aifeynman("/content/gdrive/My Drive/Lemay.ai_research/AI-Feynman/example_data/","duplicateVarsWithNoise.txt",30,"14ops.txt", polyfit_deg=3, NN_epochs=400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment