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

Make it possible to add activation function #234

Open
mjovanc opened this issue Jan 26, 2025 · 0 comments
Open

Make it possible to add activation function #234

mjovanc opened this issue Jan 26, 2025 · 0 comments

Comments

@mjovanc
Copy link
Member

mjovanc commented Jan 26, 2025

Similar to losses.rs we need it for activations.rs to create activation functions there so users can decide themselves which activation function they want to use instead of pre-defined ones implemented in the fit functions.

Should look something like:

let mut model = LogisticalRegression::new(CrossEntropy, ActivationFunctionHere);

@mjovanc mjovanc changed the title Make it possible to add custom activation function Make it possible to add activation function Jan 26, 2025
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

No branches or pull requests

1 participant