Skip to content

Commit

Permalink
Refactored and updated the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
SVijayB committed Jul 9, 2020
1 parent 18dddaa commit c66233a
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -314,7 +315,7 @@ Understanding various functions and operations of the re module in python.

---

## NumPy & Pandas
## Numerical Computation
<p align="center">
<a href="https://github.com/SVijayB/PyHub/tree/master/NumPy"><img src="https://i.ibb.co/264zKvv/Num-Py-Logo.png" alt="NumPy Logo" border="0" width="700px"></a>
<br>Understanding the various functions and operations of the NumPy Library in Python.
Expand Down Expand Up @@ -346,6 +347,11 @@ Understanding various functions and operations of the re module in python.
• <a href="https://github.com/SVijayB/PyHub/blob/master/NumPy%20%26%20Pandas/Pandas/Winequality.ipynb">Winequality.ipynb</a> | Wine quality frequency graph.
</pre>

### PyTorch
<pre>
• <a href="https://github.com/SVijayB/PyHub/blob/master/NumPy%20%26%20Pandas/PyTorch/PyTorch.ipynb">PyTorch.ipynb</a> | Brief introduction to PyTorch.
</pre>

---

## Comprehensions
Expand Down

0 comments on commit c66233a

Please sign in to comment.