Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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