Tamerkobba's Stars
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
mbadry1/DeepLearning.ai-Summary
This repository contains my personal notes and summaries on DeepLearning.ai specialization courses. I've enjoyed every little bit of the course hope you enjoy my notes too.
amanchadha/coursera-deep-learning-specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
andrewekhalel/MLQuestions
Machine Learning and Computer Vision Engineer - Technical Interview Questions
LukeDitria/pytorch_tutorials
Beginner Level Deep Learning Tutorials in Pytorch with Youtube Videos!
can1357/simple_cnn
Simple Convolutional Neural Network Library
zhxfl/CUDA-CNN
CNN accelerated by cuda. Test on mnist and finilly get 99.76%
RoundtableML/ML-Fundamentals-Reading-Lists
paramhanji/CUDA-CNN
Implementation of a simple CNN using CUDA
cdeotte/MNIST-CNN-99.5
daiviknema/cpp-cnn
CNN implementation from scratch
euske/nn1
Convolutional Neural Network in C (for educational purposes)
brandontrabucco/lstm-cuda
This is a c++ implementation of an LSTM Neural Network parallelized for a GPU using CUDA
Sagar-modelling/Handwriting_Recognition_CRNN_LSTM
In this notebook, we'll go through the steps to train a CRNN (CNN+RNN) model for handwriting recognition. The model will be trained using the CTC(Connectionist Temporal Classification) loss.
nihil21/parallel_nn
C++ implementation of a neural network using OpenMP and CUDA for parallelization.
DavieHR/animating-pictures-with-eulerian-motion
shmuhammadd/ml-with-Pytorch-and-Sklearn
Notebooks and recordings from our bookclub Machine Learning with Pytorch and Sklearn
osushkov/rnn_optimised
Optimised cuda implementation of an RNN.