Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 6.58 KB

File metadata and controls

96 lines (55 loc) · 6.58 KB

TensorFlow Projects

This github repository holds references for, and scripts resulting from, various TensorFlow projects

General Observations

  • 'machine learning provides pattern recognition'

  • 'convert an image/sound/phrase/spectra (Godel number?) into a numerical representation'

  • 'determine the activities and write the code that matches the data to the labels'

  • 'Competence without comprehension is a strategy in nature and perhaps in machine learning as well.'

Videos

Articles

Papers

Books

MOOCs


IDE

Google Colab notebooks are Jupyter notebooks

Colab, or "Colaboratory", allows you to write and execute Python in your browser, with

  • Zero configuration required
  • Access to GPUs free of charge
  • Easy sharing

JupyterLab is a web-based interactive development environment for notebooks, code, and data. Its flexible interface allows users to configure and arrange workflows in data science, scientific computing, computational journalism, and machine learning.