ML Model Training and Benchmarking
We choose python
for ML and data analysis. Because:
- Simple syntax and easy to use
- ML Library and framework support
The python libraries and frameworks we choose for ML are:
TensorFlow
- High performance (GPU support/ highly parallel)
- Easy to debug
- visualization support
Numpy
- Easy matrix manipulation
- datatype with high compatibility
Pandas
- High efficiency when handling large data
- Dataset manipulation and customization
Matplotlib
- Simple and easy to use
3 upvotes·12.3K views