Mohammad Amin Haghpanah
Mohammad Amin Haghpanah
Hi. Thank you for this great repository. It helped me a lot. I think adding a logout API would be useful. I can create a pull request for that if...
Hi. Please fix these compile issues: `misultin/src/misultin_websocket_draft-hybi-10_17.erl:98: Warning: crypto:sha/1 is deprecated and will be removed in in a future release; use crypto:hash/2` `misultin/src/misultin_utility.erl:515: Warning: erlang:now/0: Deprecated BIF. See the "Time...
I was looking for a library that provides forward/backward selection algorithms based on `Adjusted R-Squared` rather than `AIC` or `p-value`, but didn't find anything good. Your library has the best...
The repo cannot be installed via pip.
First of all, thank you for this useful library I like that and it is what I really wanted :) Why don't you create an extension->record dictionary or factory so...
In the `train_step` method of the `Model` class, all samples in the batch are used for updating the network weights. In many problems, this is the correct and common way...