Skip to content

feat: Add Optimizers (SGD, Adam) and Activations (Tanh, Sigmoid)#114

Open
biplavbarua wants to merge 1 commit intokarpathy:masterfrom
biplavbarua:feature/optimizers
Open

feat: Add Optimizers (SGD, Adam) and Activations (Tanh, Sigmoid)#114
biplavbarua wants to merge 1 commit intokarpathy:masterfrom
biplavbarua:feature/optimizers

Conversation

@biplavbarua
Copy link

This PR adds a PyTorch-like Optimizer abstraction with SGD and Adam implementations, along with tanh and sigmoid activation functions in Value. Included verified unit tests in test/test_optim.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant