N
N
nazandr2016-07-15 18:50:02
Python
nazandr, 2016-07-15 18:50:02

Where to start learning neural networks in python?

Please tell me literature, courses, maybe libraries in python. From what I tried to read a lot of mathematics, but without practice it is not clear

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
asd111, 2016-07-15
@asd111

A bunch of math - that's the way it is. Machine learning is essentially a large number of matrices, vectors, derivatives, etc., in other words, it is more of a mathematical discipline than a computer science discipline.
Yandex lectures
Ski-kit examples Ski-
kit
docks Pybrain docks
Machine learning in python book
edx
courses Stanford university courses are the same as on coursera udacity
courses
The most modern library for machine learning from google -
tensor flow

S
Sly_tom_cat ., 2016-07-15
@Sly_tom_cat

Library for practical tasks: scikit-learn.org
But it's better to start with the theory in order to understand what's what.
I recommend coursera - machine learning: https://www.coursera.org/learn/machine-learning

A
Alexey, 2016-07-15
@MAKAPOH

There is a course on stepic.ru - Neural networks , try starting with it. I myself have not watched it yet, but judging by the table of contents, there is practice there.

D
Dimonchik, 2016-07-15
@dimonchik2013

Keras, Teano, Tensorflow (more complicated and easier at the same time)
there are examples - lessons, even in Russian,
neural networks cannot be studied without knowing mathematics,
but you can use it quite successfully

B
beesent, 2017-06-22
@beesent

First, read articles on how to implement neural networks and their learning algorithms, for example, a series of articles on Habré: https://habrahabr.ru/post/312450/
Only then implement them programmatically, I recommend using TensorFlow for this:
TensorFlow API: https:// www.tensorflow.org/api_docs/
Article on Habré: https://habrahabr.ru/post/305578/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question