BrainJS / brain.js

🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
https://brain.js.org
MIT License
14.25k stars 1.06k forks source link

Optimize max pool #887

Closed ddsol closed 1 year ago

ddsol commented 1 year ago

Optimize the max pool and compare and fix tests Also: Fix some spelling and linting and some type issues

Description

Optimize the bounds of the pool operation, in particular the compare step. Also some issues with types were fixed and minor cleanup.

How Has This Been Tested?

Tests for the pool have been updated and fixed

Types of changes

Author's Checklist:

Reviewer's Checklist: