Christian Salamut

Results 8 comments of Christian Salamut

One **workaround** is: 1. create separate Java project including the android.jar of the targeted android version API 2. implement the code (inheritance/overrides...) 3. export to jar 4. import in buildozer...

Did you guys find a solution for your problem?:)

I had the same problem. The learning rate that you use was in my case way too low. I had to change it to 1.25e-3 and also 1.25e-2 works. However,...

@RocaPiedra did you resolve this?

Did you find a solution? @Buling-Knight @wasidennis

When you know the highest occuring index you can do something like this: ``` data = open("iris.scale", "r") def read_libsvm(data, col_length): new_data = np.zeros((1,col_length)) i = 0 for line in...

Thank you! When comparing similar neural network models with minor differences, given the same inputs and visualizing features at the same point in the network, should we enable the axis...