Skip to content
View MiguelZN's full-sized avatar

Block or report MiguelZN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. BirdDelawareEstuaryProject BirdDelawareEstuaryProject Public

    An educational game based on the Redknot(migratory) and Clapperrail (non-migratory) birds of North America. The game aims to teach K-8 kids about the two birds in terms of their food, habitats, mig…

    Java 2 1

  2. PancakeProblemAI PancakeProblemAI Public

    Demonstrates agent search AI algorithms for solving the Pancake Problem by using Naive Search (DFS) compared to AStar Algorithm (heuristic h = the number of pancakes away from correctly stacked).

    Python

  3. Checkers-Python-MZ Checkers-Python-MZ Public

    Checkers GUI game created in Python through Tkinter. Two modes: Player vs Player, Player vs AI

    Python

  4. PhysiCell PhysiCell Public

    Forked from matt-stack/PhysiCell

    PhysiCell: Scientist end users should use latest release! Bugfixes should be submitted to the development branch.

    C++ 1

  5. TrainingModelsNLTK TrainingModelsNLTK Public

    Natural Language Processing: Three models created using POS tagging. Model 1: using only the current POS tag, Model 2: using current POS tag, previous POS tag, Model 3: using current word, current …

    Python

  6. Blending-CorrespondingPoints Blending-CorrespondingPoints Public

    Computer Vision Projects: Project1: Demonstrate Laplacian, Guassian Pyramid Blending using NumPy. Project2: Using linear algebraic operations, find corresponding points and their transformations be…

    Python