magnus167
  • Joined on 2025-01-23
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 19:06:41 +00:00
261d0d7007 Refactor DenseNN implementation to enhance activation function handling and improve training process
005c10e816 Enhance activation function tests with edge cases for sigmoid, relu, and their derivatives
4c626bf09c Add leaky_relu and dleaky_relu functions with corresponding unit tests
ab6d5f9f8f Refactor test module imports in LinReg to improve clarity
1c8fcc0bad Refactor LogReg implementation for improved readability by adjusting formatting and organizing imports
Compare 8 commits »
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-06 18:06:40 +00:00
c0f82d5ce8 Merge 4ddacdfd21b6fe80d090491a10aed1a96e0b7383 into 11330e464ba3a7f08aaf73bc918281472c503b1d
4ddacdfd21 Add unit tests for linear regression fit and predict methods
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 18:06:40 +00:00
4ddacdfd21 Add unit tests for linear regression fit and predict methods
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 17:06:40 +00:00
37b20f2174 Add unit tests for activation functions: sigmoid, relu, dsigmoid, and drelu
magnus167 synced commits to refs/pull/57/merge at magnus167/rustframe from mirror 2025-07-06 17:06:40 +00:00
e2bb4a4724 Merge 37b20f21744d8bdbf88fda470396765d815ee6c5 into 11330e464ba3a7f08aaf73bc918281472c503b1d
37b20f2174 Add unit tests for activation functions: sigmoid, relu, dsigmoid, and drelu
Compare 2 commits »
magnus167 synced commits to compute at magnus167/rustframe from mirror 2025-07-06 16:46:41 +00:00
magnus167 synced new reference compute to magnus167/rustframe from mirror 2025-07-06 16:46:41 +00:00
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
4e4392935d Merge cd3aa84e6019bad5492e9cbc6948caf6c0e0f726 into 11330e464ba3a7f08aaf73bc918281472c503b1d
cd3aa84e60 Merge branch 'main' into csv
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 4 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 2 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
4639d68ef6 Merge 1de8ba4f2dcef82e5b2a23123a3336ffc1ac4c90 into 11330e464ba3a7f08aaf73bc918281472c503b1d
1de8ba4f2d Merge branch 'main' into dataframe
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 4 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
1de8ba4f2d Merge branch 'main' into dataframe
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 3 commits »
magnus167 synced commits to csv at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
cd3aa84e60 Merge branch 'main' into csv
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
74bec4b69e Merge branch 'main' into dataframe
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
Compare 8 commits »
magnus167 synced commits to csv at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
27275e2479 Merge branch 'main' into csv
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
Compare 8 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
7f52b7047c Merge 27275e24790c54582fa46220bf27ba22c21a3e48 into 5db5475a618b9f09a7c8ca81a7442d676eea4154
27275e2479 Merge branch 'main' into csv
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
Compare 9 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
11b20dace6 Merge 74bec4b69e308396a874e3cace19db73e97488c1 into 5db5475a618b9f09a7c8ca81a7442d676eea4154
74bec4b69e Merge branch 'main' into dataframe
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
Compare 9 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
ffa1a76df4 Implement map and zip methods for SeriesOps trait and add corresponding tests
Compare 6 commits »
magnus167 synced and deleted reference refs/tags/refs/pull/55/merge at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
magnus167 synced and deleted reference refs/tags/map-zip at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
magnus167 synced new reference map-zip to magnus167/rustframe from mirror 2025-07-06 01:06:41 +00:00