Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulajkavinda/numpy-ml
🔢 Calculations with NumPy library.
https://github.com/dulajkavinda/numpy-ml
calculations jupyter-notebook machine-learning matrices numpy numpy-arrays python
Last synced: 11 days ago
JSON representation
🔢 Calculations with NumPy library.
- Host: GitHub
- URL: https://github.com/dulajkavinda/numpy-ml
- Owner: dulajkavinda
- Created: 2020-04-29T03:06:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T08:32:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T09:08:14.975Z (15 days ago)
- Topics: calculations, jupyter-notebook, machine-learning, matrices, numpy, numpy-arrays, python
- Language: Jupyter Notebook
- Homepage: https://numpy.org/doc/
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Numpy to do Scientific Calculations
NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
## Getting Started
- [x] NumPy Introduction
- [x] NumPy DataTypes and Attributes
- [x] Creating NumPy Arrays
- [x] NumPy Random Seed
- [x] Viewing Arrays and Matrices
- [x] Manipulating Arrays
- [x] Standard Deviation and Variance
- [x] Reshape and Transpose
- [x] Dot Product vs Element Wise
- [x] Exercise: Nut Butter Store Sales
- [x] Comparison Operators
- [x] Sorting Arrays
- [x] Turn Images Into NumPy Arrays## Prerequisites
Jupyter Notebook
```
pip install numpy
```## Documentation
* [https://numpy.org) - Library
## Authors
* Dulaj Kavinda
## License
This project is licensed under the MIT License