|
You are here |
oslandia.com | ||
| | | | |
www.ethanrosenthal.com
|
|
| | | | | How would you build a machine learning algorithm to solve the following types of problems? Predict which medal athletes will win in the olympics. Predict how a shoe will fit a foot (too small, perfect, too big). Predict how many stars a critic will rate a movie. If you reach into your typical toolkit, you'll probably either reach for regression or multiclass classification. For regression, maybe you treat the number of stars (1-5) in the movie critic question as your target, and you train a model using m... | |
| | | | |
blog.paperspace.com
|
|
| | | | | Follow this tutorial to learn what attention in deep learning is, and why attention is so important in image classification tasks. We then follow up with a demo on implementing attention from scratch with VGG. | |
| | | | |
janakiev.com
|
|
| | | | | Have you ever wondered where most Biergarten in Germany are or how many banks are hidden in Switzerland? OpenStreetMap is a great open source map of the world which can give us some insight into these and similar questions. There is a lot of data hidden in this data set, full of useful labels and geographic information, but how do we get our hands on the data? | |
| | | | |
www.unite.ai
|
|
| | | Some machine learning models belong to either the generative or discriminative model categories. Yet what is the difference between these two categories of models? What does it mean for a model to be discriminative or generative? The short answer is that generative models are those that include the distribution of the data set, returning a [] | ||