A
A
Amir Mukhtarov2018-06-13 15:47:28
Python
Amir Mukhtarov, 2018-06-13 15:47:28

What are the libraries for building an ANN in Python?

Good afternoon!
Please tell me the libraries for building networks in python. I know there is Pytorch. I can't figure out the tutorial in English. Is it possible to implement the Levenberg-Marquadt algorithm in this library? I have experience in building LM networks in Matlab. There is a lot of information in RuNet on explaining the principle of networks in python. Simple networks, sigmoid function, etc. Everything seems to be clear, but now the task is to build a regression model and I want to use ready-made libraries to solve this problem.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ivodopyanov, 2018-06-13
@M0000amir

Tensorflow from Google. There's a lot of little goodies in there; seq2seq with attention and beam search on it, for example, is pretty easy to file.
Keras - was previously an abstraction layer over Theano and Tensorflow, but Theano ordered a long life, and Keras joined TF. Allows you to do simple things faster.
There is also MXNet from Apache.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question