photo

Dor Rubin

Last seen: Today Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

1 File

Cody

0 Problems
3 Solutions

RANK
189,928
of 300,365

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
16,398 of 20,933

REPUTATION
7

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
74

RANK
74,311
of 168,262

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
How to access the INT8 quantized weights in the deep learning quantizer?
Hi Yousef, You can access the integer representation by using the storedInteger method on the fi value. For example: storedInt...

14 days ago | 0

Submitted


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

2 years ago | 1 download |

0.0 / 5

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 ...

4 years ago

Solved


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

4 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:...

5 years ago