Python_Labs🐍
591 subscribers
267 photos
11 videos
28 files
204 links
Download Telegram
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#کورس #ویدیو

معرفی کورس جبرخطی عددی برای برنامه نویسان

Computational Linear Algebra for Coders

این کورس در سال ۲۰۱۷ در دانشگاه San Francisco توسط Rachel Thomas تدریس شد.

Rachel Thomas
دکترای ریاضی دارند و به همراه jeremy howard ,
Fast.ai
رو ایجاد کردند.


course review:
https://machinelearningmastery.com/computational-linear-algebra-coders-review/

کتاب آنلاین:
https://github.com/fastai/numerical-linear-algebra/blob/master/README.md

ویدیوها:
https://www.youtube.com/playlist?list=PLtmWHNX-gukIc92m1K0P6bIOnZb-mg0hY

The course uses #Python with examples using #NumPy, #scikit_learn, #numba, #pytorch, and more.

Course Contests

0. Course Logistics
1. Why are we here?
2. Topic Modeling with NMF and SVD
3. Background Removal with Robust PCA
4. Compressed Sensing with Robust Regression
5. Predicting Health Outcomes with Linear Regressions
6. How to Implement Linear Regression
7. PageRank with Eigen Decompositions
8. Implementing QR Factorization