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.
- Host: GitHub
- URL: https://github.com/fimbres/numpy-start
- Owner: fimbres
- Created: 2023-05-04T00:23:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T03:20:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T16:16:20.498Z (9 months ago)
- Topics: data-science, numpy, python, python-script
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.