You are here |
teddykoker.com | ||
| | | |
utkuufuk.com
|
|
| | | | Learning curves are very useful for analyzing the bias-variance characteristics of a machine learning model. In this post, I'm going to talk about how to make use of them in a case study of a regressi | |
| | | |
utkuufuk.com
|
|
| | | | Logistic regression is a simple classification method which is widely used in the field of machine learning. Today were going to talk about how to train our own logistic regression model in Python to | |
| | | |
utkuufuk.com
|
|
| | | | Hey everyone, welcome to my first blog post! This is going to be a walkthrough on training a simple linear regression model in Python. Ill show you how to do it from scratch, without using any machin | |
| | | |
aimatters.wordpress.com
|
|
| | A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an... |