Skip to content

cwphuah/fingerspelling

Repository files navigation

Fingerspelling Recognition

This repository contains the essentials for building an extremely simple, down-to-earth model builder that may barely be qualified to be called as a neural network.

Here's how to get you started on copying all of the below tutorial codes. Run the below code to clone this repository onto your local computer.
git clone https://github.com/cheewoei1997/fingerspelling.git

Once you've cloned, just navigate to the folder that you have cloned and you're all set.

Report

Softcopy for the entire assignment. Click here.

Python 101

Look up on simple examples on how Python actually works using Jupyter Notebook.

Tutorials

  1. Passing Data
    Work with lists, tuples, sets, and dictionaries.
  2. Control Flow Tools
    Play with if-else statements and other built-in functions.
  3. Functions and Matrices
    Passing parameters using functions and arguments.
  4. Genetic Algorithms
    Discover how these algorithms iterate until the right answer.
  5. Ensemble Methods
    We discover different ways of training a model here.
  6. Hidden Markov Model
    The model computes future sitautions without thinking of the past.
  7. Reinforcement Learning
    Putting an agent in an environment to have it find the best path.

Credits

  • Dr. Lim Kian Ming
  • Do Chen Hao
  • Sia Chun Wai
  • Avinnash A/L Mugunan
  • Jacob Daniel Savurier

About

Your everyday fingerspelling recognition system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published