Palash Tyagi
|
b279131503
|
Add model modules for linear regression, logistic regression, dense neural network, k-means, PCA, and Gaussian Naive Bayes
|
2025-07-06 17:43:17 +01:00 |
|
Palash Tyagi
|
eb948c1f49
|
Add Gaussian Naive Bayes implementation with fit and predict methods
|
2025-07-06 17:43:04 +01:00 |
|
Palash Tyagi
|
d4c0f174b1
|
Add PCA implementation with fit and transform methods
|
2025-07-06 17:42:56 +01:00 |
|
Palash Tyagi
|
b6645fcfbd
|
Add Gaussian Naive Bayes implementation with fit and predict methods
|
2025-07-06 17:42:45 +01:00 |
|
Palash Tyagi
|
b1b7e63fea
|
Add Dense Neural Network implementation with forward and training methods
|
2025-07-06 17:42:08 +01:00 |
|
Palash Tyagi
|
be41e9b20e
|
Add logistic regression model implementation
|
2025-07-06 17:41:14 +01:00 |
|
Palash Tyagi
|
1501ed5b7a
|
Add linear regression model implementation
|
2025-07-06 17:40:55 +01:00 |
|
Palash Tyagi
|
dbbf5f9617
|
Add activation functions: sigmoid, dsigmoid, relu, and drelu
|
2025-07-06 17:40:41 +01:00 |
|
Palash Tyagi
|
6718cf5de7
|
Add compute module and update lib.rs to include it
|
2025-07-06 17:40:04 +01:00 |
|