All Projects → JasonFengGit → Visualizer

JasonFengGit / Visualizer

Licence: mit
A single-page website aiming to provide innovative and intuitive visualizations of common and AI algorithms.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Visualizer

Algorithms Visualiser
Algorithms Visualiser is an opensource project made using ReactJS. Visualise Algorithms on Sorting, Pathfinding, Searching, Word Search, Backtracking.
Stars: ✭ 290 (+77.91%)
Mutual labels:  algorithms, pathfinding, sorting
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+409.82%)
Mutual labels:  artificial-intelligence, algorithms
Machine Learning Course
💬 Machine Learning Course with Python:
Stars: ✭ 6,798 (+4070.55%)
Mutual labels:  artificial-intelligence, algorithms
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+424.54%)
Mutual labels:  artificial-intelligence, algorithms
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+2773.62%)
Mutual labels:  algorithms, sorting
Godot Steering Ai Framework
A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
Stars: ✭ 482 (+195.71%)
Mutual labels:  artificial-intelligence, algorithms
Gdx Ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Stars: ✭ 907 (+456.44%)
Mutual labels:  artificial-intelligence, pathfinding
Ai Job Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Stars: ✭ 3,191 (+1857.67%)
Mutual labels:  artificial-intelligence, algorithms
Quant Finance Resources
Courses, Articles and many more which can help beginners or professionals.
Stars: ✭ 36 (-77.91%)
Mutual labels:  artificial-intelligence, algorithms
Awesome Ebooks
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中...
Stars: ✭ 51 (-68.71%)
Mutual labels:  artificial-intelligence, algorithms
Awesome Decision Making Reinforcement Learning
A selection of state-of-the-art research materials on decision making and motion planning.
Stars: ✭ 68 (-58.28%)
Mutual labels:  artificial-intelligence, algorithms
Huskarl
Deep Reinforcement Learning Framework + Algorithms
Stars: ✭ 414 (+153.99%)
Mutual labels:  artificial-intelligence, algorithms
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (+86.5%)
Mutual labels:  artificial-intelligence, algorithms
Go
Algorithms Implemented in GoLang
Stars: ✭ 7,385 (+4430.67%)
Mutual labels:  algorithms, sorting
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-41.72%)
Mutual labels:  algorithms, sorting
Goapframework
C++ General Purpose Goal Oriented Action Planning framework for Unreal Engine
Stars: ✭ 17 (-89.57%)
Mutual labels:  artificial-intelligence, pathfinding
My Awesome Ai Bookmarks
Curated list of my reads, implementations and core concepts of Artificial Intelligence, Deep Learning, Machine Learning by best folk in the world.
Stars: ✭ 223 (+36.81%)
Mutual labels:  artificial-intelligence, algorithms
pathfinding-visualizer
Website built using React Framework for visualizing Pathfinding and Maze Generation Algorithms.
Stars: ✭ 33 (-79.75%)
Mutual labels:  pathfinding, visualizer
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-93.87%)
Mutual labels:  artificial-intelligence, algorithms
Nokia Book
NOKIA Book covers selected aspects of the telecommunication industry programmer's work
Stars: ✭ 87 (-46.63%)
Mutual labels:  artificial-intelligence, algorithms

Visualizer

CodeFactor Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub license

This project is developed with React to help people to view algorithmic processes intuitively and entertainingly.
You may visit the page at jasonfenggit.github.io/Visualizer/ with Chrome (use full screen view to achieve better experience).

Algorithms Included

  • Pathfinding Category
    • BFS
    • Dijkstra
    • A* Search
    • DFS
  • Sorting Category
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Merge Sort
    • Quick Sort
  • AI Category
    • Simple Perceptron
    • Approximate Q Learning
    • Minimax(Alpha–beta pruning)
    • General Q Learning(in progress)
    • Bayes Network(in progress)
    • Neural Network(in progress)

How To Use

Open the website in Chrome and follow the instructions to start visualizing algorithms!

How To Contribute

You may find me through email with any comments or ideas and fork this project!

Future Expectations

  • Implement and complete descriptions & tutorials of different algorithms
  • Customizable learning parameters and model architectures
  • Allowing submissions of codes/models
  • User rankings by their models' performances
  • ...

ENJOY THE BEAUTY OF ALGORITHMS!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].