[D] GLM and Fully connected layer
Often a Generalized Linear Model is developed using a neural network with one or more Fully Connected layers, but I can’t understand why.
Here you can find an example:
https://github.com/quertenmont/GLMPerf/blob/master/Airline%20Delay%20with%20a%20GLM%20in%20Keras.ipynb
How are GLMs and neural network with Fully Connected layers related to each other?
submitted by /u/andryxxx
[link] [comments]