M
M
Mr Stark2016-03-03 21:01:37
Computer networks
Mr Stark, 2016-03-03 21:01:37

Which PL is more suitable for creating an ANN?

For example, create several robots that work on a LAN and have 1 main computer as an intelligence that controls other robots. Apart from the fact that this is fiction, then tell me the methods of implementation or point me in the right direction, thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
doktr, 2016-03-04
@follia777

You can choose Python, it has a bunch of modules for AI and scientific computing (SciPy, NumPy, GraphLab, Pandas, etc.). In science, this is language number 1.

G
GavriKos, 2016-03-03
@GavriKos

If you do not have knowledge of the mathematical model for AI, then you can take the one that you know.

S
Stanislav Makarov, 2016-03-04
@Nipheris

Any language where it is possible to implement connected data structures (your neural network) and perform floating point calculations (to simulate the passage of impulses along links in a neural network).
Now any developed general-purpose PL fits these criteria.
Most likely, other criteria - the required performance, your knowledge, the time you have to implement the idea, the knowledge of your project colleagues, the framework or libraries you are going to use, the hardware platforms - will significantly narrow the range of suitable PLs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question