iiitl / iiitl/Neural-Networks

Train full NumPy neural network on quality_binary

Open
#2 10 comments 0 reactions 0 assignees View on GitHub
track: scratch very hard
Dominant language
Jupyter Notebook
Stars
1
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Combine the forward pass, backpropagation, and data batching into a complete training loop from scratch using only NumPy. Train the model on the scaled wine dataset for quality_binary. Plot the training loss curve and report the final test accuracy.

Contributor guide

Open the contributing guide

Research direction

Locate the notebook or entry point containing the existing forward pass, backpropagation, batching, and scaled wine dataset, then read and run those pieces first. Assemble them into a complete NumPy training loop for quality_binary, plot the training loss, and report final test accuracy; completion is demonstrated by the curve and accuracy result.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, numpy, python
Domain
data, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.