Browse Source

Add link to presentation in README and to GoBot devices

Achilleas Koutsou 5 years ago
parent
commit
3d1fee1be2
2 changed files with 3 additions and 1 deletions
  1. 1 1
      Go-CNS-talk-2018.ipynb
  2. 2 0
      README.md

+ 1 - 1
Go-CNS-talk-2018.ipynb

@@ -353,7 +353,7 @@
     "- GoNum/mat64: Linear algebra for float64 matrices\n",
     "- GoNum/plot: For plotting and visualisation\n",
     "- Machine learning libraries: go-cluster, go-deep, libsvm, neural-go\n",
-    "- GoBot: IoT and specialised hardware\n",
+    "- GoBot: IoT and specialised hardware (check https://gobot.io/documentation/platforms/ for a ridiculously long list of platforms and devices)\n",
     "- Jupyter kernel for Go notebooks (like this presentation)\n",
     "\n",
     "Find everything you need at https://github.com/avelino/awesome-go"

+ 2 - 0
README.md

@@ -1,3 +1,5 @@
 # Go CNS Talk 2018
 
 Slides, images, and scripts for the CNS seminar talk on 15 Oct, 2018.
+
+Slides notebook can be found [here](./Go-CNS-talk-2018.ipynb).