GPU-Accelerated Cosine Similarity for Tandem Mass Spectrometry
-
Updated
Feb 16, 2025 - Jupyter Notebook
GPU-Accelerated Cosine Similarity for Tandem Mass Spectrometry
42 Algorithm project that solve n-puzzle
Here are my solved computer tasks for the Artificial Intelligence subject
This project, developed for an Introduction to Artificial Intelligence course, focuses on implementing search algorithms to solve pathfinding problems. It demonstrates foundational AI concepts such as uniform-cost search (UCS), greedy search, and A* search, with customizable data structures for optimal performance.
Basic satellite passage optimizer
This Python script implements the Greedy Best-First Search (GBFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how the algorithm explores paths to find a solution based on heuristic evaluation.
A PyTorch implementation of Transformers from scratch for Machine Translation based on "Attention Is All You Need" by Ashish Vaswani et. al.
🐦 | Cogito retro game clone featuring Search Problem algorithm implementations
This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach
This package is developed as part of a ROS (Robot Operating System) project for path planning. It includes implementations of A* (A star), Dijkstra, and Greedy algorithms for path planning in robotic applications.
Sliding Puzzle solver and utilities
Solving sudoku puzzles using a variation of search algorithms
A java program that solves the Eight Puzzle problem using five different search algorithms.
Academic Assignment on Search Algorithms Presented in the Fundamentals of Intelligent Systems Course (2023/1).
8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,
An artificial intelligence software designed to simulate the character Neo from the matrix movie escaping the matrix under different circumstances
Simulation of a cleaning robot in a castle
🔍🤖An informative visualization of the different search types used by AI agents.
Add a description, image, and links to the greedy-search topic page so that developers can more easily learn about it.
To associate your repository with the greedy-search topic, visit your repo's landing page and select "manage topics."