Skip to content

Instantly share code, notes, and snippets.

View mateiidavid's full-sized avatar
🦖
Focusing

Matei David mateiidavid

🦖
Focusing
View GitHub Profile
@mateiidavid
mateiidavid / gist:50eb3d52737b976e5ed3968ce57b1041
Created July 22, 2020 19:56
Service Mirror Controller Logs
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
time="2020-07-22T19:48:36Z" level=info msg="running version git-cb24531c"
I0722 19:48:36.617038 1 merged_client_builder.go:122] Using in-cluster configuration
I0722 19:48:36.638117 1 merged_client_builder.go:122] Using in-cluster configuration
time="2020-07-22T19:48:36Z" level=info msg="waiting for caches to sync"
time="2020-07-22T19:48:36Z" level=info msg="starting admin server on :9999"
I0722 19:48:36.643299 1 reflector.go:150] Starting reflector *v1.Namespace (10m0s) from pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:105
LAST SEEN TYPE REASON OBJECT SUBOBJECT SOURCE MESSAGE FIRST SEEN COUNT NAME
3m37s Normal Pulled pod/linkerd-service-mirror-east-5fbb55d8b8-542ns spec.containers{service-mirror} kubelet, gke-west-1-default-pool-2bb2c312-v8l3 Container image "docker.io/matei207/controller:git-f4f62e79" already present on machine 6h8m 60 linkerd-service-mirror-east-5fbb55d8b8-542ns.1624161ff068415e
8m43s Warning BackOff pod/linkerd-service-mirror-east-5fbb55d8b8-542ns spec.containers{service-mirror} kubelet, gke-west-1-default-pool-2bb2c312-v8l3 Back-off restarting failed container 6h5m 1250 linkerd-service-mirror-east-5fbb55d8b8-542ns.162416522cb7a021
@mateiidavid
mateiidavid / Resources.md
Created January 16, 2020 13:33
UoB Machine Learning mathematics study

Math Resources


For CS and Artificial Intelligence

  • Mathematics for Machine Learning
    • Books for Machine Learning mathematics:
    - https://mml-book.github.io/ — mathematics for machine learning, focuses on linear algebra, analytical geometry as a foundation part, second half of the book includes central machine learning problems such as support vector machines and linear regression. Free to use & download
    - http://cs229.stanford.edu/section/cs229-linalg.pdf  http://cs229.stanford.edu/section/cs229-prob.pdf — lecture notes from the machine learning Stanford course. The first PDF is focused on linear algebra, the second on probability theory. These are meant as a review/reference point, not as an in-depth explanation
    - https://gwthomas.github.io/docs/math4ml.pdf — another book focused on mathematics needed for ML