mtaruno's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
OpenAutoCoder/Agentless
Agentless🐱: an agentless approach to automatically solve software development problems
babu111/spike-reward
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
bshao001/ChatLearner
A chatbot implemented in TensorFlow based on the seq2seq model, with certain rules integrated.
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
AbrahamSanders/seq2seq-chatbot
A sequence2sequence chatbot implementation with TensorFlow.
nimeshabuddhika/Tensorflow-Chatbot
Tensorflow chatbot which is capable of interacting with user through Rest Api, Web interface, GUI and CLI.
Currie32/Chatbot-from-Movie-Dialogue
Built a simple chatbot from a sequence-to-sequence model with TensorFlow.