MML-Companion
MML-Companion copied to clipboard
This is a companion to the ‘Mathematical Foundations’ section of the book, Mathematics for Machine Learning by Marc Deisenroth, Aldo Faisal and Cheng Ong, written in python for Jupyter Notebook.
TypeError: plot() missing 1 required positional argument: 'ys' for # Figure setup. fig = plt.figure(figsize = (15,16), tight_layout = True) gs = GridSpec(2, 2) ax = fig.add_subplot(gs[1,0], projection='3d') ax.set_xlim3d(-scale3D,scale3D); ax.set_ylim3d(-scale3D,scale3D);...
Referring to "02_linear_algebra.ipynb", Figure 2.6 A: Of course the closure property is violated in A, but I was wondering why you used vec1*vec2 to show that, since element wise multiplication...
`npl.lstsq(mat,sol, rcond=None)` add rcond param to avoid warning message drawing intersection in plot seems more natural
Hello. I noticed something that could be wrong in your notebook where you replicate the example 6.4. I'm not quite sure what you did here : ``` first = np.round(np.random.multivariate_normal(mean1,...