Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Following is the guide to TensorFlow and Deep Learning Fundamentals and their installation I did for Apple MacBook Pro (M2) with macOS Ventura 13.5.2. The installation guides for other machines could be similar but can be found out there. 

...

The following are a few tutorials to get hands-on experience with Python, NumPy, SciPy, and Numba to familiarize yourself with common application in Python programming.

Basic tutorials to get started with Python:

Basic Python (recommend up to "Python Matplotlib" section)
https://www.w3schools.com/python/

NumPy (recommend all)
https://www.w3schools.com/python/numpy/default.asp

SciPy (recommend all)
https://www.tutorialspoint.com/scipy/scipy_quick_guide.htm 

Numba (recommend all in both)
https://gamedevacademy.org/numba-tutorial-complete-guide/
https://numba.pydata.org/numba-doc/latest/user/5minguide.html

...