basic_model_scratch icon indicating copy to clipboard operation
basic_model_scratch copied to clipboard

Implementation of some classic Machine Learning model from scratch and benchmarking against popular ML library

Results 2 basic_model_scratch issues
Sort by recently updated
recently updated
newest added

https://github.com/anhquan0412/basic_model_scratch/blob/fd83305ae69460cf7f2ea0f4c2bbbf633eed652c/model/neural_network.py#L77 inp is (wx + b), activation is act(inp) or act(wx+b)

https://github.com/anhquan0412/basic_model_scratch/blob/fd83305ae69460cf7f2ea0f4c2bbbf633eed652c/model/neural_network.py#L82