项目作者: dulajkavinda

项目描述 :
🔢 Calculations with NumPy library.
高级语言: Jupyter Notebook
项目地址: git://github.com/dulajkavinda/numpy-ML.git
创建时间: 2020-04-29T03:06:12Z
项目社区:https://github.com/dulajkavinda/numpy-ML

开源协议:

下载


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

  • NumPy Introduction
  • NumPy DataTypes and Attributes
  • Creating NumPy Arrays
  • NumPy Random Seed
  • Viewing Arrays and Matrices
  • Manipulating Arrays
  • Standard Deviation and Variance
  • Reshape and Transpose
  • Dot Product vs Element Wise
  • Exercise: Nut Butter Store Sales
  • Comparison Operators
  • Sorting Arrays
  • Turn Images Into NumPy Arrays

Prerequisites

Jupyter Notebook

  1. pip install numpy

Documentation

Authors

  • Dulaj Kavinda

License

This project is licensed under the MIT License