+ 1
Help me with new robotics idea
About machine learning
2 Respuestas
+ 6
Aditya Rathi Learn machine learning and Artificial intelligence...
Some important packages of python are :-
=>Numpy :- NumPy is the primary tool for scientific computing in Python. It combines the flexibility and simplicity of Python with the speed of languages like C and Fortran.
=> Pandas :- If you work with tabular, time series, or matrix data, pandas is your go-to Python package. It is known as a fast, efficient, and easy-to-use tool for data analysis and manipulation. It works with data frame objects; a data frame is a dedicated structure for two-dimensional data.
=>Matplotlib :- Matplotlib is the most common data exploration and visualization library. You can use itto create basic graphs like line plots, histograms, scatter plots, bar charts, and pie charts.
=>Sci-Py :-SciPy is an open-source and free Python library utilized for scientific computing and technical computing.
=>Scikit-learn :- Scikit-learn is another notable open-source Python machine learning library.
+ 5
In short If you have completed python basics , you should learn these packages :-
• Numpy
• Scipy
• Scikit-learn
• Theano
• TensorFlow
• Keras
• PyTorch
• Pandas
• Matplotlib