-
-
llama2.c Public
Forked from karpathy/llama2.cInference Llama 2 in one file of pure C
C MIT License UpdatedNov 4, 2023 -
BabyGPT Public
Something in the middle of Karpathy's mingpt model and video lectures, BabyGPT is an easy to use model on a much smaller scale (16 and 256 out channels , 5 heads, fine tuned). To be made useful on …
-
ICtoAIacclerators Public
Use google.
-
Dating Public
❤💕Making the world of Dating simpler and efficient using the various techniques of ML, DL and NLP
Jupyter Notebook Other UpdatedJul 6, 2023 -
Alice Public
📲 An app that is built using Flutter and integrating several open source services and uses the POSENET model as its Base Functionality.
-
TextBrain Public
A tool that is built using several open source services and uses Open AI's GPT-2 as a base model.
-
-
NLP Public
🎓📲 Curriculum to Learn Natural Language Processing. Prerequisites in Python, Deep Learning, Linear Algebra, Probability and Calculus is Needed. A compilation of resources.
-
Deep_Learning Public
DL. Some background knowledge in High School level calculus and Python Programming would be helpful. A compilation of resources.
-
MathforAI Public
👨🎓 Curriculum for the Math behind AI . No prerequisite is needed as such, some background in High school Level math and Programming will be helpful.A compilation of resources.
-
btc Public
implementation of bitcoin from scratch. Will try to do some transactions using Bitcoin Cash.
Python MIT License UpdatedMay 31, 2021 -
numgrad Public
Something in the middle of Autograd's grad engine and Karpathy's Micrograd engine
-
pytorch Public
Forked from pytorch/pytorchTensors and Dynamic neural networks in Python with strong GPU acceleration
C++ Other UpdatedDec 23, 2020 -
-
Computer_Vision Public
💻👁 Curriculum to learn Computer Vision in four weeks. A compilation of Resources. Prerequisites in Python, Linear Algebra and Calculus is needed.
-
NYC-subway Public
-
openpilot Public
Forked from commaai/openpilotopenpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 85 supported car makes and models.
C++ MIT License UpdatedAug 26, 2020 -
minGPT Public
Forked from karpathy/minGPTA minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Jupyter Notebook UpdatedAug 23, 2020 -
pytorch-PPUU Public
Forked from Atcold/pytorch-PPUUCode for Prediction and Planning Under Uncertainty (PPUU)
Jupyter Notebook MIT License UpdatedAug 8, 2020 -
-
-
fast_template Public template
Forked from fastai/fast_templateA template for really easy blogging with GitHub Pages
Ruby UpdatedFeb 3, 2020 -
🖼 This repository focuses on implementing CGANs using keras as well as Image to Image Translation(pix2pix). credits to Erik Linder-Norén
-
TCAV Public
⚙📲Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV)
-
🎓Tutorial on Outlier Detection, Data Exploration. The tutorial assumes that you have the necessary understanding of Python Programming and High school level statistics
Jupyter Notebook Other UpdatedOct 15, 2019 -
Learn_Computer_Science_in_5_Months Public
Forked from llSourcell/Learn_Computer_Science_in_5_MonthsThis is the Curriculum for "Learn Computer Science in 5 Months" By Siraj Raval on Youtube
-
deeplearning-models Public
Forked from rasbt/deeplearning-modelsA collection of various deep learning architectures, models, and tips
Jupyter Notebook MIT License UpdatedJun 8, 2019 -
large-scale-curiosity Public
Forked from openai/large-scale-curiosityCode for the paper "Large-Scale Study of Curiosity-Driven Learning"
Python UpdatedMay 29, 2019 -
restricted-boltzmann-machines Public
Forked from echen/restricted-boltzmann-machinesRestricted Boltzmann Machines in Python.