the-algorithm-ml icon indicating copy to clipboard operation
the-algorithm-ml copied to clipboard

Source code for Twitter's Recommendation Algorithm

Results 58 the-algorithm-ml issues
Sort by recently updated
recently updated
newest added

My little effort to format imports

Attackers using Tensorflow can exploit the vulnerability. They can access heap memory which is not in the control of user, leading to a crash or RCE. When axis is larger...

- [ ] Use try, except and else block - [ ] When the try block doesn't raise an exception, the else block runs - [ ] Better for isolation...

- Print batch performance metrics when idx is greater than zero and not calculate and change each batch. - Generate a ValueError when placing an Exception when an iterable generates...

Fix Testlogging class spelling

Editing the grammar and code spacings

- Added tests for optimizer and metrics - Improve roundrobin function

Twitter's source code uses a slightly unusual code style, 2 space indentiation while the Python language preference is 4. It would be nice if a .editorconfig file was included in...