Implement the gradient descent algorithm from scratch. Perform univariate linear regression with Numpy and Python. Create data visualizations and plots using matplotlib. By the end of this course, I ...
spekk lets you declare specifications of the shapes of your arrays. A common problem with multidimensional arrays is that it can be hard to keep track of the dimensions of the data over time.