Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions aadimprajapati-assignment1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
(Numerical Python) NumPy:
-used for faster array control
-mostly used in data science

Pandas:
-Used for data manipulation and data analysis
-gives data structures and operations for manipulating numerical tables=

(scikit-learn) Sklearn:
-used for data mining and analysis
-includes learning algorithms like: Classification, Regression, Clustering, Dimensionality Reduction, Model Selection, etc.

TensorFlow:
-developed by Google
-used for deeplearning and neural networks
-includes keras integration

Keras:
-high-level neural networks API
-provides an easy-to-use interface for building and training deep learning models

Pytorch:
-developed by Facebook's AI Research lab
-used for applications in deep learning and scientific computing
-known for - Dynamic Computation Graph