Explore >> Select a destination


You are here

blog.platypush.tech
| | pyimagesearch.com
7.9 parsecs away

Travel
| | This gentle guide will show you how to implement, train, and evaluate your first Convolutional Neural Network (CNN) with Keras and deep learning.
| | www.nicktasios.nl
9.4 parsecs away

Travel
| | In the Latent Diffusion Series of blog posts, I'm going through all components needed to train a latent diffusion model to generate random digits from the MNIST dataset. In this first post, we will tr
| | www.jeremymorgan.com
10.1 parsecs away

Travel
| | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits.
| | jaketae.github.io
67.5 parsecs away

Travel
| In a previous post, we discussed how we can use tf-idf vectorization to encode documents into vectors. While probing more into this topic and geting a taste of what NLP is like, I decided to take a jab at another closely related, classic topic in NLP: word2vec. word2vec is a technique introduced by Google engineers in 2013, popularized by statements such as "king - man + woman = queen." The gist of it, as you may know, is that we can express words as vectors that encode their semantics in a meaningful way.