TensorFlow Tutorial for Western New York Image and Signal Processing Workshop 2017 Repository format borrowed from https://github.com/stevetjoa/stanford-mir
Your contributions are very welcome! You can contribute in two ways:
-
Submit an issue. Click on "Issues" in the right navigation bar, then "New Issue". Issues can include Python bugs, spelling mistakes, broken links, requests for new content, and more.
-
Submit changes to source code or documentation. Fork this repo, make edits, then submit a pull request.
This repo is statically hosted using GitHub Pages. Any changes to HTML files in the gh-pages
branch will be seen on syed-ahmed.github.io/tensorflow-tutorial/.
To edit syed-ahmed.github.io/tensorflow-tutorial/:
-
Edit a notebook, e.g.:
$ jupyter notebook tensorflow_svm.ipynb
-
Convert notebook to HTML:
$ jupyter nbconvert --to html tensorflow_svm.ipynb
-
Commit the notebook and the HTML:
$ git add tensorflow_svm.ipynb tensorflow_svm.html $ git commit $ git push
You may need to wait 1-2 minutes before the changes are live on GitHub Pages.