- Interested in Setting up the project?
-
-
+---
- ```bash
- git clone --recurse-submodules -j8 git@github.com:deependujha/DeepTensor.git
- cd DeepTensor
+## Setup the project for development
- # run ctests
- make ctest
+```bash
+git clone --recurse-submodules -j8 git@github.com:deependujha/DeepTensor.git
+cd DeepTensor
- # install python package in editable mode
- pip install -e .
- ```
+# run ctests
+make ctest
-
-
-
+# install python package in editable mode
+pip install -e .
+# run pytest
+make test
+```
---
@@ -82,6 +79,8 @@ pip install deeptensor
- [visit docs](https://deependujha.github.io/DeepTensor)
+
+
---
## Basic Usage
@@ -154,10 +153,19 @@ opt.zero_grad()
---
-## WIP
+## Features expected to be added
- Save & Load model
-- Train MNIST model
- Train a character-level transformer model
- Add support for DDP
-- Add support for CUDA execution
+- Add support for CUDA execution ⭐️
+
+---
+
+## Open to Opportunities 🎅🏻🎁
+
+I am actively seeking new opportunities to contribute to impactful projects in the deep learning and AI space.
+
+If you are interested in collaborating or have a position that aligns with my expertise, feel free to reach out!
+
+You can connect with me on [GitHub](https://github.com/deependujha), [X (formerly twitter)](https://x.com/deependu__), or email me: `deependujha21@gmail.com`.
diff --git a/assets/loss-curve.png b/assets/loss-curve.png
new file mode 100644
index 0000000..b2e6b5c
Binary files /dev/null and b/assets/loss-curve.png differ
diff --git a/demo/main.ipynb b/demo/main.ipynb
index aecb802..6100c6e 100644
--- a/demo/main.ipynb
+++ b/demo/main.ipynb
@@ -22,7 +22,7 @@
"metadata": {},
"outputs": [],
"source": [
- "from deeptensor import Value, Neuron, Layer, MLP"
+ "import deeptensor as dt"
]
},
{
@@ -43,7 +43,7 @@
{
"data": {
"text/plain": [
- "