the-algorithm-ml
the-algorithm-ml copied to clipboard
Source code for Twitter's Recommendation Algorithm
My little effort to format imports
Patch: TensorFlow has a heap out-of-buffer read vulnerability in the QuantizeAndDequantize operation
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...
Related to #41
- [ ] 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...