All Projects → hereismari → tensorflow-workshop

hereismari / tensorflow-workshop

Licence: Apache-2.0 license
Code samples, slides and materials for TensorFlow Workshops

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to tensorflow-workshop

ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (+56.52%)
Mutual labels:  workshop
scala-3-crash-course
Scala 3 workshop presenting the top new features of the language.
Stars: ✭ 34 (-26.09%)
Mutual labels:  workshop
Workshop-GraphQL
A GraphQL Server made for the workshop
Stars: ✭ 22 (-52.17%)
Mutual labels:  workshop
terraform-onboarding
A Terraform workshop for junior IT infrastructure engineer & DevOps engineer & SRE.
Stars: ✭ 26 (-43.48%)
Mutual labels:  workshop
Materiales
📚 Materiales de todas nuestras actividades
Stars: ✭ 37 (-19.57%)
Mutual labels:  workshop
mastering-zsh
Advanced topics to take advantage of zsh 👩‍💻👨‍💻
Stars: ✭ 934 (+1930.43%)
Mutual labels:  workshop
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (-52.17%)
Mutual labels:  workshop
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (-2.17%)
Mutual labels:  workshop
ws-ldn-3
DIY Synth / ARM baremetal workshop (London, 5-6 December 2015)
Stars: ✭ 20 (-56.52%)
Mutual labels:  workshop
intro-to-tidyhydat-and-tidyverse
Introduction to R and the tidyverse in Hydrology
Stars: ✭ 16 (-65.22%)
Mutual labels:  workshop
gocodelabru
Coding simple database for geospatial data using Go programming language workshop in Russian language
Stars: ✭ 64 (+39.13%)
Mutual labels:  workshop
cfn101-workshop
AWS CloudFormation Workshop
Stars: ✭ 114 (+147.83%)
Mutual labels:  workshop
touchdesigner-summit-2019-large-systems
No description or website provided.
Stars: ✭ 26 (-43.48%)
Mutual labels:  workshop
gtcdk8s
Courseware for a Docker + Kubernetes workshop
Stars: ✭ 15 (-67.39%)
Mutual labels:  workshop
ckad-workshop
Getting Certified as a Kubernetes Application Developer.
Stars: ✭ 16 (-65.22%)
Mutual labels:  workshop
workshop-php
Workshop inicialmente criado pela comunidade PHPWomenRJ
Stars: ✭ 28 (-39.13%)
Mutual labels:  workshop
gitops-helm-workshop
Progressive Delivery for Kubernetes with Flux, Helm, Linkerd and Flagger
Stars: ✭ 59 (+28.26%)
Mutual labels:  workshop
snips-skill-mental-calculation
With this App, your Assistant can test you on basic arithmetic: addition, subtraction, multiplication, and division.
Stars: ✭ 13 (-71.74%)
Mutual labels:  workshop
dltf
Hands-on in-person workshop for Deep Learning with TensorFlow
Stars: ✭ 14 (-69.57%)
Mutual labels:  workshop
saturn2019-architecture-island-workshop
What are the most essential ideas in software architecture all developers should know?
Stars: ✭ 25 (-45.65%)
Mutual labels:  workshop

TensorFlow-Workshop

Pre-work

Please follow the instructions bellow before attending to the workshop.

Install TensorFlow

https://www.tensorflow.org/install/

Install other Dependencies

  • Run: $ sudo install_dependencies.sh you can pass --python-version (2 or 3) as a parameter, if you don't pass it it will install the dependencies for both versions of Python.

  • Install dependencies manyally:

    • python2 -m pip install jupyter numpy pandas matplotlib pillow
    • python3 -m pip install jupyter numpy pandas matplotlib pillow

If you are not familiar with Jupyter notebooks please visit the website and play with it

Test if everything is working properly

  1. Clone this repo or download it
  2. cd tensorflow-workshop
  3. jupyter notebook
  4. run test_install.ipynb

Want to report a bug?

Thanks! Can you please file an issue? We'll be doing this samples for a couple times, and future developers will appreciate your help.


General disclaimer, this is my personal repo and not an official Google product. If you'd like to use this code, say, to build a mission critical component of your giant space laser, you should know there's no warranty, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].