Skip to content

Instantly share code, notes, and snippets.

@yhilpisch
Last active April 1, 2024 01:00
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save yhilpisch/08167918a51fc2adc8f20a92364886db to your computer and use it in GitHub Desktop.
Save yhilpisch/08167918a51fc2adc8f20a92364886db to your computer and use it in GitHub Desktop.

AI in Finance: An Introduction in Python

Dr Yves J Hilpisch | The Python Quants & The AI Machine

Webinar, DataCamp, 21. May 2019

Short Link

http://bit.ly/aiif_webinar

Slides

http://hilpisch.com/aiif_webinar.pdf

Python Certificate Programs

Python for Finance (2nd ed.)

Learn all about my most recent book under http://py4fi.tpq.io.

Sign up under http://py4fi.pqp.io to access and execute all Jupyter Notebooks and codes on our Quant Platform.

General Resources

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@syracusepro
Copy link

I got Tensorflow 2. Anyone has ideas on how to fix to work with TF 2? Dont want to downgrade to TF 1.14. Thanks.

@yhilpisch
Copy link
Author

I got Tensorflow 2. Anyone has ideas on how to fix to work with TF 2? Dont want to downgrade to TF 1.14. Thanks.

What issues do you face? Tensorflow is used only indirectly via Keras.

@syracusepro
Copy link

syracusepro commented Sep 8, 2019 via email

@yhilpisch
Copy link
Author

This has probably something to do with inconsistent versions overall.

Would try to upgrade all relevant packages (keras, tf, etc.)

@syracusepro
Copy link

syracusepro commented Sep 8, 2019 via email

@yhilpisch
Copy link
Author

I meant that you should try to upgrade all of your packages.

Have a look eg here: http://certificate.tpq.io

This is our most comprehensive offering in Python for Algorithmic Trading.

@syracusepro
Copy link

syracusepro commented Sep 8, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment