{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"02_classification_challenge.ipynb","provenance":[],"collapsed_sections":[],"authorship_tag":"ABX9TyO4xiwZvw/qzuwcO+tbEufZ"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"markdown","source":["Challenge: Think of a classification problem you’d like to work on. What are the input shapes (and information to feed to your model)? What are the ideal output shapes (what should your model classify)? Can you find an existing example of this problem online?\n","\n","Classification problem Ideas: \n","* Plant leaves\n","* Bird calls\n","\n","Reading:\n","Neural Networks & Deep Learning\n","Activation Functions\n","\n","Videos:\n","MIT 6.S191 (2020): Introduction to Deep Learning\n","\n","But what is a neural network?\n","\n","Gradient descent, how neural networks learn\n","\n","\n","\n"],"metadata":{"id":"PHqumJ82HXq4"}}]}