Viewing a single comment thread. View all comments

FetalPositionAlwaysz t1_ivyj2bv wrote

Where can I practice building my own neural networks without exhausting my own computing resources? Tbh I dont know how much it would take to train a very deep NN. Please give me an idea thanks.

1

csreid t1_iwrhjh0 wrote

You don't need to go super huge to practice. You can try building a CNN on CIFAR-10, for example, which will be slower than using some $200/hr AWS box but can be done in a reasonable amount of time in a laptop.

1