Pinned Repositories
draw-neural-network
Quick tool to draw fully connected neural network architectures
footprint-database
A Footprint database in scanned and dactyloscopic format
hello-quantum-world
my-awesome-AI-bookmarks
Curated list of my reads, implementations and core concepts of Artificial Intelligence, Deep Learning, Machine Learning by best folk in the world.
Python-Deep-Learning-Projects
Codebase for my book "Python DeepLearning Projects" | Learn applied deep learning for various use-cases on NLP, CV and ASR using TensorFlow and Keras. Book link.
question-classifier-cnn-tensorflow
Question classifier using cnn in tensorflow
rag_llm_kg
Webinar content for Empower LLMs with Knowledge Graphs
talk-on-deeplearning-for-industries
Deep Learning for various Industries
tensorflow_recommendation_engine
Using tensorflow to create a recommendation engine with DNN
tf-sentiment-docker
A docker image for sentiment analysis on tensorflow
goodrahstar's Repositories
goodrahstar/tensorflow_recommendation_engine
Using tensorflow to create a recommendation engine with DNN
goodrahstar/Adversarial_Video_Generation
A TensorFlow Implementation of "Deep Multi-Scale Video Prediction Beyond Mean Square Error" by Mathieu, Couprie & LeCun.
goodrahstar/awesome-bots
:robot: A curated awesome list of resources from the bot/AI world by BotCube team. Feel free to contribute! 🎓
goodrahstar/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
goodrahstar/awesome-flask
A curated list of awesome Flask resources and plugins
goodrahstar/conversational-form
Turning web forms into conversations
goodrahstar/DeepLearningProjectWorkflow
Machine Learning Workflow, from Andrew Ng's lecture at Deep Learning Summer School 2016
goodrahstar/DeepLearningZeroToAll
TensorFlow Basic Tutorial Labs
goodrahstar/dmn-tensorflow
Dynamic Memory Networks (https://arxiv.org/abs/1603.01417) in Tensorflow
goodrahstar/EEGLearn
A set of functions for supervised feature learning/classification of mental states from EEG based on "EEG images" idea.
goodrahstar/facenet
Face recognition using Tensorflow
goodrahstar/flask-api-seed
Starter for flask based Rest api
goodrahstar/fold
Deep learning with dynamic computation graphs in TensorFlow
goodrahstar/go-cognitive-with-python
goodrahstar/models
Models built with TensorFlow
goodrahstar/neural-cryptography-tensorflow
Neural Networks that invent their own encryption :key:
goodrahstar/pyautogui
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
goodrahstar/pytorch-generative-adversarial-networks
A very simple generative adversarial network (GAN) in PyTorch
goodrahstar/recurrent-entity-networks
An implementation of "Tracking the World State with Recurrent Entity Networks".
goodrahstar/speech_recognition
Speech recognition module for Python, supporting several engines and APIs, online and offline.
goodrahstar/SwarmUI
goodrahstar/TensorFlow-Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
goodrahstar/tensorflow-lstm-regression
Sequence prediction using recurrent neural networks(LSTM) with TensorFlow
goodrahstar/tensorflow-speech-recognition
🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
goodrahstar/tensorflow-tutorial
Practical tutorials and labs for TensorFlow used by Nvidia, FFN, CNN, RNN, Kaggle, AE
goodrahstar/tensorflow-value-iteration-networks
TensorFlow implementation of the Value Iteration Networks (NIPS '16) paper
goodrahstar/TensorFlowOnSpark
TensorFlowOnSpark brings TensorFlow programs onto Apache Spark clusters
goodrahstar/tfdeploy
Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.
goodrahstar/time_prediction
goodrahstar/word_forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.