numerical-linear-algebra
numerical-linear-algebra copied to clipboard
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
First of all, thank you very much @racheltho for making this course publicly available. The materials are fantastic and everything is beautifully explained. I like it very much. I'm currently...
The link in the Jupyter notebook https://liferay.de.dariah.eu/tatom/ is stale. I could not find a new one.
Hi Rachel, first of all thank you for the amazing content!
I don't have any problem running this on master or v.1.0.57. _Originally posted by @sgugger in https://github.com/fastai/fastai/issues/2324#issuecomment-530542937_
Hi Team, It is the commit just out of interest to contribute. we should add title, xlabel, and ylabel to the plots to make them better understandable. this helps the...
In 2. Topic Modeling with NMF and SVD.ipynb document, reference to Chris Manning's book chapter on matrix factorization and LSI returns 403 .
Hi Team, Since most of the developers still use pip, should we add a requirements file present to install all the required libraries at once. sometimes when I am in...
This PR fix one issue with the PCP function in notebook of Background Removal with Robust PCA. - The examples array needs to get some random image of matrix S...
The issue has been found in PCP function: examples.extend([S[140, :], L[140,:]]) it has to changed to: examples.extend([S[:,140], L[:,140]])
For `nbs/convolution-intro.ipynb` there is no prior definition to the usage of `pool8`?