Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 43 logistic regression #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Brad-Edwards
Copy link
Collaborator

No description provided.

Issue: #43

- Added Logistic Regression interface with binary and multiclass support
- Added support for GD and Newton optimization methods
- Added L2 regularization support
- Added comprehensive test suite covering:
  - Binary and multiclass classification
  - Regularization effects
  - Different optimization methods
  - Convergence behavior
Issue: #43

- Implemented binary and multiclass classification
- Added L2 regularization support
- Implemented both Gradient Descent and Newton optimization
- Added probability estimation with softmax
- Added cross-entropy loss calculation
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.

2 participants