Artificial Intelligence

Attention-based Neural Machine Translation with Keras

These days it is not difficult to find sample code that demonstrates sequence to sequence translation using Keras. However, within the past few...

Generating images with Keras and TensorFlow eager execution

The recent announcement of TensorFlow 2.0 names eager execution as the number one central feature of the new major version. What does this...

Getting started with deep learning in R

There are good reasons to get into deep learning: Deep learning has been outperforming the respective “classical” techniques in areas like image recognition...

Neural style transfer with eager execution and Keras

How would your summer holiday’s photos look had Edvard Munch painted them? (Perhaps it’s better not to know). Let’s take a more comforting example:...

Attention-based Image Captioning with Keras

In image captioning, an algorithm is given an image and tasked with producing a sensible caption. It is a challenging task for several...

Career Objective for Resumes for Freshers (with Examples)

Coming up with those perfect career objective or resume objective for freshers may seem like a daunting task. You want it to be...

Posit AI Blog: Image-to-image translation with pix2pix

What do we need to train a neural network? A common answer is: a model, a cost function, and an optimization algorithm. (I know:...

Top 145 Python Interview Questions for 2024- Great Learning

Table of contents Python Interview Questions for Freshers1. What is Python? 2. Why Python?3. How to Install Python?4. What are the applications of Python?5. What...

Posit AI Blog: Collaborative filtering with embeddings

What’s your first association when you read the word embeddings? For most of us, the answer will probably be word embeddings, or word...

Latest articles