[math #1] python root

kamchur·2022년 10월 16일
0

I want '784' root value at MNIST
REPL is not supported numpy library

😁START

784 ** (1/2)

# if numpy use possible 
numpy.sqrt(784)

# import math
math.sqrt(784)
[result]
28.0

😂END

2022.10.17. first commit
profile
chase free

0개의 댓글