amineHY /
AI-LAB
This repository contains a docker image that I use to develop my artificial intelligence applications in an uncomplicated fashion. Python, TensorFlow, PyTorch, ONNX, Keras, OpenCV, TensorRT, Numpy, Jupyter notebook... :whale2::fire:
Loading repository data…
ahmed141 / repository
This repository contains the code for different problems that I have worked on, The solutions are distributed based on language and domain
This repository contains my experimental code files on different topics related to machine learning
Directory Structure:
├───Deep Learning
│ ├───Convolution Neural Network from scratch
│ ├───Convolution + FCN from scratch
│ ├───Hidden Layer Neural Network from scratch
│ │ ├───Multiple Hidden-Layer NN
│ │ └───Single Hidden-Layer NN
│ ├───Linear Regression from scratch
│ ├───Perceptron from scratch
│ └───pySpark's MLlib
└───NLP
├───HMM -Viterbi Algorithm
├───MaxMatch Algo
├───Naive Bayes Spam Detector
├───Next Word Predictor
├───NLTK
│ └───re-written functions
├───Spell Checking Language Model
└───String Matching Algorithtms
Ahmed Shahzad
Selected from shared topics, language and repository description—not editorial ratings.
amineHY /
This repository contains a docker image that I use to develop my artificial intelligence applications in an uncomplicated fashion. Python, TensorFlow, PyTorch, ONNX, Keras, OpenCV, TensorRT, Numpy, Jupyter notebook... :whale2::fire:
albertofernandezvillan /
This repository contains both a collection of Jupyter Notebooks as well as other resources (e.g. presentations, links, ...) that are going to be used during the "Second quarter university extension courses" that the University of Oviedo is going to teach (online).
ayushdabra /
This repository contains the Jupyter Notebook for the UNet-VGG16 CNN Model trained on the Lunar Landscape Images Dataset.
itratrahman /
This repository contains my machine learning projects on kaggle data.The jupyter notebooks here serve as excellent tutorials. I have embarked on a career as video course publisher. So these notebooks might end up as lesson materials.
TouradBaba /
This repository contains programming assignments for the Deep Learning Specialization by deeplearning.AI. It includes Jupyter Notebooks for exercises in neural networks, hyperparameter tuning, convolutional networks, and sequence models.
RichmondAlake /
This repository contains a Jupyter Notebook that guides you through the fundamentals of computer vision using the PyTorch framework. The notebook is structured to provide a hands-on approach to learning deep learning concepts, implementing neural networks, and applying them to various computer vision tasks.