Some Deep Learning with Python, TensorFlow and Keras
The problem descriptions are taken straightaway from the assignments. In this assignment a linear classifier will be implemented and it will be trained using stochastic gradient descent with numpy. To make things more intuitive, let's solve a 2D classification problem with synthetic data. As we can notice the data above isn't linearly separable. Hence we should add features(or use non-linear model). Note that decision line between two classes have form of circle, since that we can add quadratic features to make the problem linearly separable.
Nov-29-2017, 02:20:16 GMT
- Genre:
- Technology: