Hey I just wanted to start a thread where we don’t use conventional datasets such as MNIST, California taxi or any other that is repeatedly used in tutorials and walk-through.
Let’s use new learning on new data or older techniques on fresh datasets and share notebooks with each other.
My Notebook Links :
Urban8K Audio Classification using ANN
- Implementing ANNs in Pytorch.
- Custom Neural Network Classes with minimum coding.
- Rapidly usable and attachable modules.
Urban8K Audio Classification using CNN and custom classes
- Extension of previous notebook with multiple CNN architectures.
- Custom Class, Modular Approach.