diff --git a/NumPy & Pandas/Numpy/Array Operations.py b/Numerical Computation/Numpy/Array Operations.py similarity index 100% rename from NumPy & Pandas/Numpy/Array Operations.py rename to Numerical Computation/Numpy/Array Operations.py diff --git a/NumPy & Pandas/Numpy/NumPy.ipynb b/Numerical Computation/Numpy/NumPy.ipynb similarity index 100% rename from NumPy & Pandas/Numpy/NumPy.ipynb rename to Numerical Computation/Numpy/NumPy.ipynb diff --git a/NumPy & Pandas/Numpy/Numerical Computations.py b/Numerical Computation/Numpy/Numerical Computations.py similarity index 100% rename from NumPy & Pandas/Numpy/Numerical Computations.py rename to Numerical Computation/Numpy/Numerical Computations.py diff --git a/NumPy & Pandas/Pandas/Bitcoin.ipynb b/Numerical Computation/Pandas/Bitcoin.ipynb similarity index 100% rename from NumPy & Pandas/Pandas/Bitcoin.ipynb rename to Numerical Computation/Pandas/Bitcoin.ipynb diff --git a/NumPy & Pandas/Pandas/Winequality.ipynb b/Numerical Computation/Pandas/Winequality.ipynb similarity index 100% rename from NumPy & Pandas/Pandas/Winequality.ipynb rename to Numerical Computation/Pandas/Winequality.ipynb diff --git a/NumPy & Pandas/PyTorch/PyTorch.ipynb b/Numerical Computation/PyTorch/PyTorch.ipynb similarity index 100% rename from NumPy & Pandas/PyTorch/PyTorch.ipynb rename to Numerical Computation/PyTorch/PyTorch.ipynb diff --git a/NumPy & Pandas/assets/Graphs/Comparing Sin and Cos.py b/Numerical Computation/assets/Graphs/Comparing Sin and Cos.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Comparing Sin and Cos.py rename to Numerical Computation/assets/Graphs/Comparing Sin and Cos.py diff --git a/NumPy & Pandas/assets/Graphs/Cos.py b/Numerical Computation/assets/Graphs/Cos.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Cos.py rename to Numerical Computation/assets/Graphs/Cos.py diff --git a/NumPy & Pandas/assets/Graphs/Exponent.py b/Numerical Computation/assets/Graphs/Exponent.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Exponent.py rename to Numerical Computation/assets/Graphs/Exponent.py diff --git a/NumPy & Pandas/assets/Graphs/Sin.py b/Numerical Computation/assets/Graphs/Sin.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Sin.py rename to Numerical Computation/assets/Graphs/Sin.py diff --git a/NumPy & Pandas/assets/Graphs/Square Root.py b/Numerical Computation/assets/Graphs/Square Root.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Square Root.py rename to Numerical Computation/assets/Graphs/Square Root.py diff --git a/NumPy & Pandas/assets/Graphs/Tan.py b/Numerical Computation/assets/Graphs/Tan.py similarity index 100% rename from NumPy & Pandas/assets/Graphs/Tan.py rename to Numerical Computation/assets/Graphs/Tan.py diff --git a/NumPy & Pandas/assets/bitcoin.csv b/Numerical Computation/assets/bitcoin.csv similarity index 100% rename from NumPy & Pandas/assets/bitcoin.csv rename to Numerical Computation/assets/bitcoin.csv diff --git a/NumPy & Pandas/assets/winequality.csv b/Numerical Computation/assets/winequality.csv similarity index 100% rename from NumPy & Pandas/assets/winequality.csv rename to Numerical Computation/assets/winequality.csv diff --git a/README.md b/README.md index ec1884a..ba27d18 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ - [Magic Methods](#magic-methods) - [Coroutines](#Coroutines) - [Regular Expressions](#regular-expressions) -- [Numpy And Pandas](#numPy-&-Pandas) +- [Numerical Computation](#numerical-computation) - [NumPy](#numpy) - [Graphs](#mathematical-graphs) - [Pandas](#pandas) + - [PyTorch](#pytorch) - [Comprehensions](#comprehensions) - [Generators](#generators) - [Databases using SQLite3](#databases-using-sqlite3) @@ -314,7 +315,7 @@ Understanding various functions and operations of the re module in python. --- -## NumPy & Pandas +## Numerical Computation

NumPy Logo
Understanding the various functions and operations of the NumPy Library in Python. @@ -346,6 +347,11 @@ Understanding various functions and operations of the re module in python. • Winequality.ipynb | Wine quality frequency graph. +### PyTorch +

+• PyTorch.ipynb                 | Brief introduction to PyTorch.
+
+ --- ## Comprehensions