sorecaffeine's Stars
Xed-Editor/Xed-Editor
Advanced Text Editor for android
cometscome/FluxKAN.jl
An easy to use Flux implementation of the Kolmogorov Arnold Network. This is a Julia version of TorchKAN.
jpmorganchase/python-training
Python training for business analysts and traders
Future-House/paper-qa
High accuracy RAG for answering questions from scientific documents with citations
localsend/localsend
An open-source cross-platform alternative to AirDrop
valeman/Awesome_Math_Books
joglekara/VlaPy
1D-1V Vlasov-Poisson(-Fokker-Planck), Plasma Physics PDE Simulation Tool in NumPy and experiment management in MLFlow
johnaparker/fplanck
Numerically solve the Fokker-Planck equation in N dimensions
karpathy/LLM101n
LLM101n: Let's build a Storyteller
smolorg/smolar
a tiny multidimensional array implementation in C similar to numpy, but only one file.
BruceMacD/chatd
Chat with your documents using local AI
ollama/ollama
Get up and running with Llama 3.3, Phi 4, Gemma 2, and other large language models.
afshinea/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
benedekrozemberczki/awesome-monte-carlo-tree-search-papers
A curated list of Monte Carlo tree search papers with implementations.
johnfanv2/LenovoLegionLinux
Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.
jakerieger/FlaskIntroduction
Repo for my tutorial on freeCodeCamp.org
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
kevinunger/snake-Q-Learning
Q-Learning with the classic snake game
Code-Bullet/Car-QLearning
Code-Bullet/Chess-AI
Using minimax i created a chess AI
chncyhn/flappybird-qlearning-bot
Flappy Bird Bot using Reinforcement Learning
MoH-Malaysia/data-darah-public
jacobjinkelly/easy-neural-ode
Code for the paper "Learning Differential Equations that are Easy to Solve"
rtqichen/torchdiffeq
Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
ncrump/ComputationalPhysics
A survey of computational physics problems in Python. Includes quantum mechanics, electrostatics, ODEs, PDEs, Monte Carlo, Fourier analysis, molecular modeling, cluster growth, genetic algorithm, dynamical systems and other fun stuff.
idrl-lab/PINNpapers
Must-read Papers on Physics-Informed Neural Networks.
lululxvi/deepxde
A library for scientific machine learning and physics-informed learning
Asabeneh/30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
python/cpython
The Python programming language
milaan9/Python_Decision_Tree_and_Random_Forest
I've demonstrated the working of the decision tree-based ID3 algorithm. Use an appropriate data set for building the decision tree and apply this knowledge to classify a new sample. All the steps have been explained in detail with graphics for better understanding.