Community Profile

photo

Dor Rubin

Last seen: 3 days ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Submission
  • GitHub Submissions Level 1
  • Solver
  • First Review

View badges

Feeds

View by

Submitted


Quantization Aware Training with MobileNet-v2
This example shows how to perform quantization aware training for transfer learned MobileNet-v2 network.

1 year ago | 2 downloads |

Solved


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

3 years ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago