A
A
Alex2017-01-19 09:20:43
Python
Alex, 2017-01-19 09:20:43

Neural networks in Java?

Hello!
Please tell an ignorant person: why is Python mainly used in working with neural networks and machine learning in general? Why Java is almost never used and there are few examples. What is the reason?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Alexandrov, 2017-01-19
@jamakasi666

Because python is a scripting language, you don’t need to compile anything and you can edit the code on the fly, bypassing at least the compiler. In general, it's just faster and easier to edit the code.
beduin01 in Java, too, no one forbids writing either in pure C and then doing "actual twisting". You can also stick any other language. So your answer doesn't make sense at all.

B
beduin01, 2017-01-19
@beduin01

Because Java slows down, and for Python, everyone writes in pure C. On the python, in fact, only their twisting takes place.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question