Explore >> Select a destination


You are here

lukesingham.com
| | teddykoker.com
2.2 parsecs away

Travel
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need:
| | sebastianraschka.com
1.9 parsecs away

Travel
| | I'm Sebastian: a machine learning & AI researcher, programmer, and author. As Staff Research Engineer Lightning AI, I focus on the intersection of AI research, software development, and large language models (LLMs).
| | www.rasulkireev.com
3.5 parsecs away

Travel
| | In this post we are going to apply some basic machine learning on our clean dataset. We are going to focus on using Scikit Learn
| | www.khanna.law
17.0 parsecs away

Travel
| You want to train a deep neural network. You have the data. It's labeled and wrangled into a useful format. What do you do now?