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

https://github.com/fimbres/numpy-start

A crash project with the most important numpy functions and methods, used in data science, AI and machine learning.
https://github.com/fimbres/numpy-start

data-science numpy python python-script

Last synced: 9 months ago
JSON representation

A crash project with the most important numpy functions and methods, used in data science, AI and machine learning.

Awesome Lists containing this project

README

          

# numpy-start

A crash project with the most important numpy functions and methods, used in data science, AI and machine learning.

## prerequisites
- installed python 3
- installed numpy

run `python3 "script".py` to execute a script, where "script" is the name of the script you want to execute.