Remix.run Logo
DoctorOetker a day ago

it makes you wonder if it may be more efficient to spend all the weights on one layer, and have a repeating stack of the same layer, one would presume this axis has already been explored with metaparameter sweeps?

smallerize 7 hours ago | parent [-]

That's called a recurrent neural network (RNN).

DoctorOetker 7 hours ago | parent [-]

distinction is that GPT allows a lot of parallel computation compared to RNN, but I see how your remark indicates a convergence towards RNNs indeed.