Fayol Zeudom's repositories
Lattice_paths
Genetic algorithm to find the set with maximum number of k-distinct paths given any dimensions of 2D lattice.
Bank-email-generators
Generating possible emails of bank executives given a spreadsheet of 6000 banks and key executives. Then automatically sending them emails for a survey.
ParkingLotVision-Tracker
Tracking cars at roundabouts using an RNN and a CNN
Pygame-Crash-Course
A quick tour of Pygame, a python Library, that can be used to code light games like Zelda or do simple animations.
Atari_Pong_Game
Classic pong game written using Pygame.
CombinatoricTestKit
is a Python-based tool designed to generate comprehensive test cases for combinatorial logic functions. This repository provides an efficient solution for testing all possible failure scenarios in logic circuits and ensuring thorough validation of logical operations.
czii-cryo-et-object-identification
Protein detection in 3D space using the transformer architecture
DeathNote
A multimodal-LLM-powered React-Native mobile app used to take notes.
Degrees
Determining node distances in a directed graph using Breadth First Search. Implemented is a sample exploration of the Hollywood film industry's intricate network. Using the concept of the Six Degrees of Kevin Bacon game, we connect any two actors within the industry by finding the shortest path through movies they both starred in.
Game-of-Pure-Strategy
C++ code for Game of Pure Strategy, which is a card game of strategy.
Knights
AI implementation of inferences using propositional logic to solve "Knights and Knaves" puzzles
lattice_paths-1
Code for computation regarding k-equivalent lattice paths in combinatorics.
Minesweeper
AI that plays minesweeper using propositional logic.
Question-Answerer
An AI that answers questions using tf-idf queries.
Shopping
Predicting consumer activity using Nearest-Neighbor Classifier.
Tic-Tac-Toe
AI implementation of Tic-Tac-Toe game using minimax algorithm and alpha-beta pruning