I am new to machine learning and neural networks. I know how to build a non-linear classification model, but my current problem has a continuous output. I was looking for information about regression of a neural network, but all I came across was linear regression information - nothing about non-linear cases. Which is strange, because why can someone use neural networks to solve a simple linear regression? Isn't that like killing a nuclear bomb fly?
So my question is: what makes a neural network non-linear? (Hidden layers? Non-linear activation function?) Or am I completely misunderstood the word "linear" - can NN linear regression accurately model datasets that are more complex than y = aX + b? Is the word linear used as the opposite of logistics?
(I plan to use TensorFlow, but the TignorFlow Linear Model Tutorial uses the binary classification problem as an example, so that doesn't help me either.)
, ( ). - http://neuralnetworksanddeeplearning.com/chap4.html.
, .
, . , , . , .
, , . , . , , Feedforward , - , . , :
, , . , , - , . , z, y . , , , y .
, , , , . , , , RProp , (, , ) , .
. , , .
, , , . , .
, - , ReLu, . , .
, - ANN , .
ANN ? .
ANN , ( ), .
, (, ) , , .
ANN? , .
, ( - ) . (, ReLu, ), , .
ANN veeeeeery, , "".
, :)
Source: https://habr.com/ru/post/1664306/More articles:Make javascript animation smooth? - javascriptHow to import only one component from bootstrap 4 via webpack 2 - twitter-bootstrapJava template validation annotations and using a Regex template behave differently - javaSelenium - permission change in node service - windowsPerl script that has command line arguments with spaces - linuxParcel is reset when received from the intent - androidHow can I add try / except functions in this code? - pythonWhy is TensorFlow matmul () so much slower than NumPy multiply ()? - pythonHandling ServiceStack DateTime - servicestackpopulate dataframe with two loops and if condition in python - pythonAll Articles