You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Implement Logistic Regression with:
The text was updated successfully, but these errors were encountered: