Skip to content

Commit 8cc9d29

Browse files
Hariprashad RavikumarHariprashad Ravikumar
authored andcommitted
added NN project
1 parent c56dc20 commit 8cc9d29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GitHub_Portfolio.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ <h2>Projects</h2>
206206
<br>
207207
Developed and deployed a custom AI chatbot using the OpenAI API to enhance user interaction on my personal website. The backend, implemented in Python (Flask), is hosted on Render for scalable cloud performance, while the frontend is integrated into my GitHub Pages for a responsive, cross-device experience. The chatbot delivers real-time responses about my background, research, and professional experience.
208208
</li>
209+
210+
<li>
211+
<strong>Neural Network from Scratch with <code>NumPy</code></strong>
212+
(<a href="https://github.com/Hariprashad-Ravikumar/Neural-Network-from-Scratch-with-NumPy" target="_blank" rel="noopener noreferrer">GitHub Repository</a>)
213+
<br>
214+
Built a two‑layer neural network entirely in <code>NumPy</code>, using ReLU activation in the hidden layer and softmax at the output. Trained on 5,000 examples with a learning rate of 0.1, it reached ~80 % accuracy in just 60 iterations. See the repository’s <code>README.md</code> for a detailed walkthrough of forward/backward propagation and weight updates.
215+
</li>
216+
209217
<li>
210218
<strong>Automated LaTeX CV Build & Deployment</strong>
211219
(<a href="https://github.com/Hariprashad-Ravikumar/CV-GitHub-Actions-LaTeX-ci-cd" target="_blank" rel="noopener noreferrer">GitHub Repository</a>)<br>

0 commit comments

Comments
 (0)