A heavily commented tensorflow application to explain what's going on. In our case it's the basic MNIST data set, for classifying handwritten numbers
- To get to understand tensorflow and its large packages
- Helping beginners with creating and launching their own tensorflow applications
Using python 3 launch
python3 learn-tf/tf-basic.py
python3 learn-tf/tf-basic-optimized.py
depending on which one you are learning about.
Check out the mandelbrot set in ipython with the following cd '/directory/with/files' jupyter notebook Navigate to mandelbrot.ipynb and run by choosing
- "Cell->Run All"
- Change the values listed in the comments and see the difference