-
Notifications
You must be signed in to change notification settings - Fork 2
Machine Learning Libraries
Spinning Idea edited this page Jul 14, 2024
·
1 revision
Libraries for Machine Learning
- https://aws.amazon.com/rekognition/
- https://docs.aws.amazon.com/rekognition/latest/dg/detect-labels-console.html
- https://medium.com/zenofai/object-detection-in-react-native-app-using-aws-rekognition-ebd39b1270c2
Collection of algorithms and tools for machine learning that includes most of the classification, regression, and clustering algorithms, and it’s designed to work with Python numerical and scientific libraries: Numpy and SciPy.
Numpy package is a math library to work with N-dimensional arrays in Python. It enables you to do computation efficiently and effectively.
Library for data visualization and making graphs and plots including 2D plotting as well as 3D plotting.