GPT-3, a Giant Step for Deep Learning and NLP
Can intelligence emerge simply by training a big enough language model using lots of data? OpenAI tries to do so, using 175 billion parameters.
A blog by Yoel Zeldes
Can intelligence emerge simply by training a big enough language model using lots of data? OpenAI tries to do so, using 175 billion parameters.
Text generation using GPT-2 is quite easy, using the right tools. Learn how to do it, as well as how to fine-tune the model on your own dataset.
An unsupervised approach to digit classification and generation.
How to structure your TensorFlow graph like a software engineer.
How to apply your model to input it has never seen before.
Learn how node2vec works, and what kind of information it captures that word2vec doesn’t — includes case study.
A couple of months ago I embarked on a journey to build my personal brand as a data scientist, and I want to share how I did it with you.
Splitting your dataset to train-test sets can sometimes be more complicated than one might expect.
The weird (but cool) way to access a tensorflow model by mounting it into a filesystem.
Learn all the details needed to implement a variational autoencoder, code included.
So you just finished designing that great neural network architecture. But how do you handle the fact it is slow?
How to create an Augmented Reality app that allows a user to get content recommendations.
Ever wondered how the Variational Autoencoder model works? Keep reading to find out.
Learn how to handle uncertainty in recommender systems in a principled way using one unified model.
Learn what the exploration-exploitation tradeoff is, and how to use your model's uncertainty to explore new items in a wise manner.
Learn how to estimate model uncertainty in neural networks.
Interpreting deep learning models is hard. Learn how to use uncertainty estimates to get insights about what the model has learned.
Learn how to use Gumbel distribution to form a NN containing a discrete random component.
Summary of TCE conference - "Deep Learning: Theory & Practice".
Our implementation and usage of hyperparameter tuning at Taboola.
How to employ word2vec's embeddings and A* search algorithm to morph between words.
Learn how to train a neural network to use inputs from multiple different modalities using the GMU block.
Using linear regression when the dependant variables have measurement errors.
Analysis of Google Location History using Pandas time-series API.
Have you ever accidentaly pushed temporary stuff to the remote git server? Then keep reading.
A simple workflow for writing blog posts using Pelican and GitHub Pages.
Third part of a posts series about finding anomalous users.
Second part of a posts series about finding anomalous users.
Detecting anomalous user behavior is hard. Really hard. Here at Fortscale we show that with the right tools, it’s doable.
Learn how to use statistical tests to find out if a difference of means is significant, using the Coder Survey dataset as a case study.