Stockfish NNUE is a much simpler neural net that's just a really strong, static evaluation function, not doing its own search and therefore the engine can search further and get the most out of the data(transposition table, continuation tables etc) generated by that search.
I think the AlphaGo architecture makes more sense for Go than the chess family of games, but that's a different discussion altogether.