Stars
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
This repository hosts code for my Time Series videos part of playlist here - https://www.youtube.com/playlist?list=PL3N9eeOlCrP5cK0QRQxeJd6GrQvhAtpBK
Scripts and Approach for Amazon ML Challenge
DeText: A Deep Neural Text Understanding Framework for Ranking and Classification Tasks
This is a hollywood movie recommender system built with Python.
Quick semantic search using Siamese-BERT encodings
Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
This repository contains code how to build job recommendation engine using Kaggle 'Job Recommendation Challenge' dataset
Data Science Hackathon
Used Tensorflow and Keras Framework
I have used haarcascade.xml and deep learning techniques to detect the emotion of person. Trained in keras framework using fer2013 dataset. I have delivered the model with almost 95.0% of accuracy.…
Code for Hands-on Unsupervised Learning Using Python (O'Reilly Media)
pranaya-mathur / reinforcement-learning-an-introduction
Forked from Raman-Raje/reinforcement-learning-an-introductionPython Implementation of Reinforcement Learning: An Introduction
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
pranaya-mathur / bert-for-tf2
Forked from kpe/bert-for-tf2A Keras TensorFlow 2.0 implementation of BERT, ALBERT and adapter-BERT.
pranaya-mathur / models
Forked from tensorflow/modelsModels and examples built with TensorFlow
pranaya-mathur / python-machine-learning-book-3rd-edition
Forked from rasbt/python-machine-learning-book-3rd-editionThe "Python Machine Learning (3nd edition)" book code repository
pranaya-mathur / Production-Level-Deep-Learning
Forked from alirezadir/Production-Level-Deep-LearningA guideline for building practical production-level deep learning systems to be deployed in real world applications.
UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation…