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

feat: Examples #43

Merged
merged 18 commits into from
Dec 11, 2023
Merged

feat: Examples #43

merged 18 commits into from
Dec 11, 2023

Conversation

retraigo
Copy link
Collaborator

@retraigo retraigo commented Oct 21, 2023

Examples:

  • Binary classification with Iris dataset.
  • Multiclass classification with iris dataset.
  • Binary text classification with SMS Spam Collection Dataset.
  • Multiple linear regression with student performance dataset.

Additional:

  • Expose the schedulers to mod.ts.
  • Fix log(0) in cross_entropy() and division by zero in cross_entropy_prime().

@retraigo retraigo changed the title feat: Examples feat: Examples (WIP) Oct 21, 2023
@retraigo
Copy link
Collaborator Author

retraigo commented Dec 9, 2023

There might still be something wrong with softmax / cross entropy. I'll make a commit later when I find it.

@retraigo retraigo changed the title feat: Examples (WIP) feat: Examples Dec 11, 2023
@load1n9 load1n9 enabled auto-merge (squash) December 11, 2023 21:31
Copy link
Member

@load1n9 load1n9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@load1n9 load1n9 merged commit 76e9a91 into denosaurs:main Dec 11, 2023
0 of 3 checks passed
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