/machinelearningwithgo

Learning ML from "Machine Learning With Go" by Daniel Whitenack

machinelearningwithgo

Learning ML from "Machine Learning With Go" by Daniel Whitenack

https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go?utm_source=github&utm_medium=repository&utm_campaign=9781785882104


Installation


Start and stop things

  • Tensorflow
    • docker run -it tensorflow/tensorflow bash
    • docker run -it -p 8888:8888 tensorflow/tensorflow
      • To run in a Jupyter notebook
  • Minikube
    • minikube [delete|start|stop]
  • Pachyderm
    • minikube delete
    • minikube start
    • pachctl deploy local
    • Check its status with "kubectl get all"
    • Port forwarding "pachctl port-forward &"
    • localhost:30080

Pachyderm

  • data versioning
  • runs on K8S