299 results for “topic:search-algorithms”
A collection of algorithms and data structures
World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
Data structures and algorithms in X minutes. Code examples from my YouTube channel.
Language model search engine built on a vector database and an anything key/value store.
PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Format for Linguistic Annotation).
My very own search engine
A fast approximate nearest neighbor search library for Go
Source Code for the Book Classic Computer Science Problems in Swift
Execute genetic algorithm (GA) simulations in a customizable and extensible way.
Open-source usearch
🔵🔵🔵🔎 Findto is a decentralized search assistant for the Web and AI.
This repository is all about data structures, its implementation, problem and solving
Solutions for the Projects of the Artificial Intelligence (CS 188) course of UC Berkeley
This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.
Search Request Processor: pipeline for transformation of queries and results inline with a search request.
This repository is a collection of projects written in the C programming language.Whether you're a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills.
🧾 | Use these AI prompts to refine your searches, improve accuracy, and get detailed, context-driven responses that precisely match your queries.
Algorithm Visualizer made using Next JS and React.
Repository of AI resources from workshops hosted by ACM AI at UCSD 🧠
Cloud choice is an instant search app for game catalog offers from every cloud gaming platform : Geforce Now, Stadia, Xcloud, Boosteroid, PSnow, Luna...
Graph search visualizer
A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search
Visual implementation of BFS, DFS, and A* pathfinding algorithms — built on mobile with Python
Implementation of many popular AI algorithms to play the game of Pacman such as Minimax, Expectimax and Greedy.
This project implements 30+ variants of ANN algorithms to find the K nearest neighbors in high-dimensional vector spaces. It is meant as a convenient sandbox: drop in your own ANN code, run a one-liner, and instantly compare build/search speed and recall against the bundled baselines.
Internet's first Goggles manager.
A set of Python AI mini-projects covering Bayesian networks, SAT solving, regression, and search.
Solutions to Harvard’s CS50AI course, covering topics like search algorithms, knowledge representation, optimization, machine learning, neural networks, and natural language processing, all implemented in Python.
An implementation-neutral algorithm analysis and visualization library
A* Algorithm for robot path planning using a simple Euclidean heuristic function.