Coders Packet

Packets submitted by Hritwick Manna

Tic Tac Toe in C++

Designing a tic-tac-toe player (CPU) that never loses, and wins whenever possible. This programme has used basic concepts like conditionals, loops, jumps, functions.

Object detection in Python using Keras

We will learn about object detection using a very powerful algorithm known as the YOLO algorithm using Keras in Python

Face Recognition and Face Verification in Python using Keras

In this tutorial, We are going to build a facial recognition system model in Python using Keras. Most of the ideas are taken from FaceNet and DeepFace.

Building an Emojifier in Python

In this tutorial, we will build a baseline model (Emojifier-V1). We are going to use word vector representations to build an Emojifier.