https://github.com/miladsade96/numpy_and_algebra
Introduction to numpy and linear algebra
https://github.com/miladsade96/numpy_and_algebra
algebra linear-algebra matrices numpy tensor vectors
Last synced: 8 months ago
JSON representation
Introduction to numpy and linear algebra
- Host: GitHub
- URL: https://github.com/miladsade96/numpy_and_algebra
- Owner: miladsade96
- License: mit
- Created: 2020-01-11T10:15:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T19:42:03.000Z (over 4 years ago)
- Last Synced: 2025-01-03T21:30:58.137Z (9 months ago)
- Topics: algebra, linear-algebra, matrices, numpy, tensor, vectors
- Language: Jupyter Notebook
- Size: 210 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction To Numpy And Linear Algebra
## Author:
Milad Sadeghi DM : [@EverLookNeverSee](https://github.com/EverLookNeverSee)## Contents:
* Introduction to Numpy: [content](Content%20details/Number_01.md) , [source code](src/Number_01.ipynb)
* Indexing, Slicing And Reshaping Numpy Arrays: [content](Content%20details/Number_02.md) , [source code](src/Number_02.ipynb)
* Numpy Array Broadcasting: [content](Content%20details/Number_03.md) , [source code](src/Number_03.ipynb)
* Vectors And Vector Arithmetic: [content](Content%20details/Number_04.md) , [source code](src/Number_04.ipynb)
* Vector Norms: [content](Content%20details/Number_05.md) , [source code](src/Number_05.ipynb)
* Matrices And Matrix Arithmetic: [content](Content%20details/Number_06.md) , [source code](src/Number_06.ipynb)
* Types of Matrices: [content](Content%20details/Number_07.md) , [source code](src/Number_07.ipynb)
* Matrix Operations: [content](Content%20details/Number_08.md) , [source code](src/Number_08.ipynb)
* Sparse Matrices: [content](Content%20details/Number_09.md) , [source code](src/Number_09.ipynb)
* Tensors And Tensor Arithmetic: [content](Content%20details/Number_10.md) , [source code](src/Number_10.ipynb)
* Matrix Decompositions: [content](Content%20details/Number_11.md) , [source code](src/Number_11.ipynb)
* Eigen Decomposition: [content](Content%20details/Number_12.md) , [source code](src/Number_12.ipynb)
* Singular Value Decomposition: [content](Content%20details/Number_13.md) , [source code](src/Number_13.ipynb)
* Introduction to Multivariate Statistics: [content](Content%20details/Number_14.md) , [source code](src/Number_14.ipynb)
* Principal Component Analysis: [content](Content%20details/Number_15.md) , [source code](src/Number_15.ipynb)## Licence:
MIT - [more details](LICENSE)