191 questions
i2 = np.random.randint(3)j2 = np.random.randint(3)a1 = np.eye(3)[i2][j2]a2 = np.eye(3)[j2][i2]if (a1 == a2) : return Trueelse : return FalseIf i2 and j2 change positions through unspecified parts i2 a...
KONLPY's KKMA is in use, and I put the text listed in the list, and there is an errorI didn't know how to solve the error, so I asked you this question Thank you
How do I ban everyone with a specific role in discode?
It's hard to get it because I have to do location + file name if I do np.load.
Is interpolation applied automatically when resizing Or should I change the image to interpolation and number-fi?
There are several types of No.Fy Arrays and sequences of Arrays by appending to another listRead one number array to save the sequence.Read the next number array again and save the sequence again When...
phase input should be string, not <class 'float'> error appears I don't know how to squeeze more code;We've turned the code with reference to the collar below, and we're in progress with the dat...
import numpy as npu = np.random.randint(2,size=(1,100))print(u)print(np.size(u,1))def turbo_enc(u): K = np.size(u,1) print(K) enc = np.zeros_like(u) enc = u return encenc1 = turbo_enc(u)print(enc1)def...
Number Pi array is x=[x3,x6,x1,x4,x2,x5,x5] Here x1<x2<x3<x4<x5<x6y=[y3,y6,y1,y4,y2,y5,y5] Don't know that the value of y is large or small If you change x to ascending order using the ...
Hi, everyoneThrough the what I asked earlier, I was able to correct the disused term deletion code and get the result of actually deleting the disused term.But when I turned the code, I found that whe...
« | - 19 - | » |
© 2024 OneMinuteCode. All rights reserved.