Yuval

Yuval @valyouw

About: Software Engineer

Joined:
Jan 23, 2021

Yuval
articles - 18 total

AI For Developers: How Transformer LLMs Work

There are my notes from the DeepLearning.AI course How Transformer LLMs Work Words...

Learn More 0 0Apr 2

Notes from course: Generative AI with Large Language Models - Week 3

Notes from Week 1 Notes from Week 2 Reinforcement Learning from Human Feedback...

Learn More 0 0Mar 23

Notes from course: Generative AI with Large Language Models - Week 2

Notes from Week 1 Fine Tuning Fine tuning is the process of training the model with...

Learn More 0 0Mar 23

OpenCV vs YOLO for Small Object Detection

Well, not really one vs the other but how to get the best of both worlds! Small object detection is a...

Learn More 1 0Feb 16

AI for Developers: Image captioning using visual attention

Training an image captioning model with visual attention. An example of combining 2 modalities into a...

Learn More 0 0Jan 29

AI for Developers: RNN encoder-decoder seq2seq translation

Training an RNN encoder-decoder to translate Spanish to English. This is a simple demonstration of...

Learn More 0 0Jan 27

AI for Developers: Using RNNs

Training a simple RNN text generator to demonstrate the concept of text generation. This post is a...

Learn More 0 0Jan 24

Notes from course: Generative AI with Large Language Models - Week 1

Below are my notes from the course "Generative AI with Large Language Models" offered by...

Learn More 0 0Jan 24

Crossplatform Tensorflow Lite

Why crossplatform? Today Tensorflow Lite is available as a library for both iOS and Androi...

Learn More 1 0Apr 21 '21

Auto-sizing element to fit inside flexbox

Intro We have given a task to build a screen, for mobile devices, which is a single column...

Learn More 10 2Mar 13 '21

OpenCV in Android native using C++

TL;DR Source code on GitHub Get OpenCV First we have to download the OpenC...

Learn More 5 0Feb 26 '21

A simple multi-player online game using node.js - Part IV

Intro In this section we are going to explore the server code, the main parts are: serv...

Learn More 25 0Feb 26 '21

A simple multi-player online game using node.js - Part III

Intro In this section we are going to explore the client-side code of the project, that is...

Learn More 16 0Feb 26 '21

A simple multi-player online game using node.js - Part II

Intro In part 1 we had an overview of the architecture, in this part we are going to dive...

Learn More 22 0Feb 26 '21

A simple multi-player online game using node.js - Part I

This is the first part of a 4 part series story where I describe what it took me to build a simple mu...

Learn More 191 0Feb 26 '21

Understanding the WebGL triangle

Let's try to understand the Web/OpenGL triangle - aka OpenGL Hello World! We will use WebGL for simpl...

Learn More 1 0Jan 23 '21

Generating Self-Signed SSL certificates for development

Howto: generate multi-domain self-signed certificates (and use with nginx) Intro Often...

Learn More 0 0Jan 24

Debuggin OpenCV Mat in XCode

Did you know you can easily visualize OpenCV Mat when debugging in xcode? Where's Python...

Learn More 0 0Jan 24