Explore >> Select a destination


You are here

teddykoker.com
| | utkuufuk.com
7.4 parsecs away

Travel
| | 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
4.5 parsecs away

Travel
| | 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
5.0 parsecs away

Travel
| | 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
53.1 parsecs away

Travel
| 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...