N
N
Nikita2019-08-21 18:22:24
Machine learning
Nikita, 2019-08-21 18:22:24

How to see how the layer method and others are written in tensorflow?

How can I see how different tensorflow layers are written, like Dense, Conv2D, etc., to better understand how neural networks work?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Danil, 2019-08-21
@DanilBaibak

TensorFlow has great documentation . There are also links to github where you can dig deeper into the sources.

A
Arseny Kravchenko, 2019-08-22
@Arseny_Info

For most tasks, looking at the source code to understand the basics is a good idea, but reading the tf code to understand neural networks is overkill. Frameworks of this level are overly optimized, and optimizations lead to code complexity.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question