Marslan Repo Research - bounswe/bounswe2020group7 GitHub Wiki
My favourite Repositories
- Machine Learning platform of Google.
- I began to study machine learning with Tensorflow. It was easy to understand the documentation, so it is a good framework for new ML programmers.
- The installation guideline is explanatory.
- A Python package which provides fast Tensor computations.
- The Tensors can work either on the CPU or the GPU (GPU-Ready Tensors).
- It provides also an API for C/C++ programmers. (No need to learn Python first)
- Pandas is the most popular Python data analysis and data manipulation library.
- It provides highly optimized performance while doing these data operations.
- The official documentation can be reachable from here https://pandas.pydata.org/pandas-docs/stable
References