Pinned Repositories
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.
Crossword
AI that generates crosswords puzzles using Backtracking Search algorithm.
Dr_R
Web platform for Physics learning management system.
Easy21
Applying reinforcement learning methods to a simple card game.
Lattice_paths
Genetic algorithm to find the set with maximum number of k-distinct paths given any dimensions of 2D lattice.
Lyrics-AI
Predicting song lyrics given real-time audio input
Nim
An AI that learns how to play the game of Nim via Reinforcement Learning (Q-learning)
PageRank
Larry Page's original search algorithm for Google.
ParkingLotVision-Tracker
Tracking cars at roundabouts
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.
arielfayol37's Repositories
arielfayol37/Crossword
AI that generates crosswords puzzles using Backtracking Search algorithm.
arielfayol37/Lattice_paths
Genetic algorithm to find the set with maximum number of k-distinct paths given any dimensions of 2D lattice.
arielfayol37/Lyrics-AI
Predicting song lyrics given real-time audio input
arielfayol37/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.
arielfayol37/Easy21
Applying reinforcement learning methods to a simple card game.
arielfayol37/ParkingLotVision-Tracker
Tracking cars at roundabouts
arielfayol37/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.
arielfayol37/Dr_R
Web platform for Physics learning management system.
arielfayol37/Nim
An AI that learns how to play the game of Nim via Reinforcement Learning (Q-learning)
arielfayol37/PageRank
Larry Page's original search algorithm for Google.
arielfayol37/Twitter
Mini version of Twitter using Django and Vanilla JS
arielfayol37/Atari_Pong_Game
Classic pong game written using Pygame.
arielfayol37/AutoDine
HackHarvard 2024
arielfayol37/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.
arielfayol37/Commerce
A web app to handle auctions (Project 2 CS50W).
arielfayol37/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.
arielfayol37/Game-of-Pure-Strategy
C++ code for Game of Pure Strategy, which is a card game of strategy.
arielfayol37/Heredity
AI to assess the likelihood that a person will have a particular genetic trait.
arielfayol37/lattice_paths-1
Code for computation regarding k-equivalent lattice paths in combinatorics.
arielfayol37/Minesweeper
AI that plays minesweeper using propositional logic.
arielfayol37/Parser
AI to parse sentences and extract noun phrases.
arielfayol37/Question-Answerer
An AI that answers questions using tf-idf queries.
arielfayol37/Tic-Tac-Toe
AI implementation of Tic-Tac-Toe game using minimax algorithm and alpha-beta pruning
arielfayol37/Traffic
Classifying traffic signs images by training a deep convolutional neural network.
arielfayol37/Wiki
mini Wikipedia implemented using Django where a user can post and edit entries, search for pages, etc. (Project 1 of CS50W)