Pinned Repositories
123
AI
AI-F2
Attention-LSTMs
A set of notebooks that explores the power of Recurrent Neural Networks (RNNs), with a focus on LSTM, BiLSTM, seq2seq, and Attention.
blueprints-text
Jupyter notebooks for our O'Reilly book "Blueprints for Text Analysis Using Python"
handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Minesweeper-AI
A Minesweeper game built from scratch, with an AI built on top of it (again, from scratch).
nlp-in-python-tutorial
comparing stand up comedians using natural language processing
WtWSMS
A Migrational Era Mod for CK2
kenbi93's Repositories
kenbi93/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
kenbi93/nlp-in-python-tutorial
comparing stand up comedians using natural language processing
kenbi93/WtWSMS
A Migrational Era Mod for CK2
kenbi93/123
kenbi93/AI-F2
kenbi93/Attention-LSTMs
A set of notebooks that explores the power of Recurrent Neural Networks (RNNs), with a focus on LSTM, BiLSTM, seq2seq, and Attention.
kenbi93/blueprints-text
Jupyter notebooks for our O'Reilly book "Blueprints for Text Analysis Using Python"
kenbi93/Bringing-Old-Photos-Back-to-Life
Bringing Old Photo Back to Life (CVPR 2020 oral)
kenbi93/caldera
Automated Adversary Emulation Platform
kenbi93/data-science
Data Science Handbook
kenbi93/DeepWorks
A collection of Deep Learning projects and resources
kenbi93/dmls-book
Summaries and resources for Designing Machine Learning Systems book (Chip Huyen, O'Reilly 2022)
kenbi93/hocgit
kenbi93/joeynmt
Minimalist NMT for educational purposes
kenbi93/Machine-Learning-and-Data-Science
This is a repository which contains all my work related Machine Learning, AI and Data Science. This includes my graduate projects, machine learning competition codes, algorithm implementations and reading material.
kenbi93/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
kenbi93/Mathematics-of-Epidemics-on-Networks
Source code accompanying 'Mathematics of Epidemics on Networks' by Kiss, Miller, and Simon http://www.springer.com/us/book/9783319508047 . Documentation for the software package is at https://epidemicsonnetworks.readthedocs.io/en/latest/
kenbi93/McMasterPandemic
SEIR+ model
kenbi93/netflow.js
netflow.js repository, javascript library for visualizing neural network structure and training on the browser.
kenbi93/NLP-text-summarization
Extractive text summarization model to create summaries.
kenbi93/pytorch-GAT
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
kenbi93/Recommender-System-on-MovieLens-dataset
kenbi93/Regression-Book
This site contains datasets and R codes for the regression book (in Vietnamese)
kenbi93/SIMLR
kenbi93/sir-julia
Various implementations of the classical SIR model in Julia
kenbi93/SIS-epidemic-model
Study of SIS epidemic model - Complex networks
kenbi93/teaching
scripts and notes for learning
kenbi93/Video-Classifier-Using-CNN-and-RNN
kenbi93/Visual-Question-Answering-System-
Visual Question Answering is an advanced research area about building a computer system to answer questions presented in an image and a natural language.
kenbi93/weighted-tfidf
tf-idf retrieval system based on nltk reuters dataset, information retrieval assignment