idkname999
idkname999 t1_iy7vt1n wrote
Reply to comment by MootVerick in Is coding from scratch a requirement to be able to do research? [D] by [deleted]
LMAO, I literally burst out laughing. Such a condescending reply but hilarious AF
idkname999 t1_itjfaz4 wrote
Reply to comment by noop_noob in [D] Simple Questions Thread by AutoModerator
Active Learning
idkname999 t1_iyuilcz wrote
Reply to [D] Determining the right time to quit training (CNN) by thanderrine
validation loss flattening doesn't necessary mean overfitting. It is only fitting when it starts to increase. Yes, I experienced instances where early stopping (or early drop of learning rate) lead to less optimal solution. Though, basically every solution will be a local minimum, so you shouldn't worry about that as much.