Projects in Awesome Lists by raphsenn
A curated list of projects in awesome lists by raphsenn .
https://github.com/raphaelsenn/ai-notebooks
Some ai notebooks about Rational agents, Searching, Constraint satisfaction, Board games, Machine learning, Deep learning.
artificial-intelligence board-game deep-learning machine-learning neural-network python3 rational-agent search-algorithm searching-algorithms
Last synced: 27 Feb 2026
https://github.com/raphsenn/logistic-regression-model-py
Simple logistic regression model using raw python and numpy.
Last synced: 25 Jul 2025
https://github.com/raphsenn/some-optimization-algorithms
Just some optimization algorithms with raw python
differential-equations gauss-newton gauss-newton-method gradient-descent least-squares linear-programming linear-regression mathematics optimization optimization-algorithms
Last synced: 22 Jun 2025
https://github.com/raphsenn/simple-digraph
A simple implementation of a directed graph featuring various heuristic search algorithms (A* (IDF*), Greedy Best-First Search) and uninformed search algorithms (Dijkstra, Uniform Cost Search, BFS, DFS, etc.).
Last synced: 10 Aug 2025
https://github.com/raphsenn/probability-theory-notebooks
Some Probability theory notebooks.
Last synced: 14 Mar 2025
https://github.com/raphsenn/x-hate-speech-detection
X (twitter) hate speech detection using logistic regression implemented in raw Python with NumPy, trained on 5,500 tweets.
Last synced: 14 Mar 2025
https://github.com/raphsenn/tictactoe-minimax-ncurses
Tic-Tac-Toe game with an unbeatable AI implemented using the Minimax algorithm with alpha-beta pruning, written in raw C and utilizing ncurses for the interface.
Last synced: 14 Mar 2025
https://github.com/raphsenn/polynomials
Efficient and simple polynomial libary in c++.
Last synced: 14 Mar 2025
https://github.com/raphsenn/some-algorithms-and-datastructures
some-algorithms-and-datastructures in cplusplus.
Last synced: 14 Mar 2025
https://github.com/raphsenn/snake-game-for-reinforcement-learning
This is a simple implementation of the classic Snake game in Python using the Pygame library. It is designed to be used for training a neural network with reinforcement learning.
Last synced: 14 Mar 2025
https://github.com/raphsenn/ideal-gas-law
Ideal gas law physics simulation in C++ with sfml
cpp physics physics-2d physics-engine physics-simulation
Last synced: 14 Mar 2025
https://github.com/raphsenn/street-racer
A Video game i Coded in python a long time ago, you race and earn BTC.
Last synced: 14 Mar 2025
https://github.com/raphsenn/mnist-digit-recognizer-neural-network
Simple MNIST digit recognizer Neural Network written in raw python (just using NumPy for linear algebra and pandas data management).
Last synced: 01 Sep 2025