Blog Posts The Kubeflow blog Orchestrating ML pipelines at scale with Kubeflow Pipelines Using Kubeflow to train and serve a PyTorch model in Google Cloud Platform Getting start...
Building a Neural Net Layer from Scratch Modeling a Neuron Matrix Multiplication from Scratch Elementwise Arithmetic Broadcasting Broadcasting with a scalar Broadcasting a vect...
A Neural Net from the Foundations In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () [[chapter_foundations]] A Neural Net from th...
Computing Metrics Using Broadcasting Computing Metrics Using Broadcasting Recall that a metric is a number that is calculated based on the predictions of our model, and the cor...