Pinned Repositories
adventures-in-ml-code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
ARIMA
Simple python example on how to use ARIMA models to analyze and predict time series.
AudioSignalProcessingForML
Code and slides of my YouTube series called "Audio Signal Proessing for Machine Learning"
autograd
Efficiently computes derivatives of numpy code.
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
bert
TensorFlow code and pre-trained models for BERT
former
Simple transformer implementation from scratch in pytorch.
NothingButNumPy
This repo is part of a series of blog post titled "Nothing but NumPy"
pytorch-cifar
95.47% on CIFAR10 with PyTorch
kewlcoder's Repositories
kewlcoder/former
Simple transformer implementation from scratch in pytorch.
kewlcoder/NothingButNumPy
This repo is part of a series of blog post titled "Nothing but NumPy"
kewlcoder/pytorch-cifar
95.47% on CIFAR10 with PyTorch
kewlcoder/AudioSignalProcessingForML
Code and slides of my YouTube series called "Audio Signal Proessing for Machine Learning"
kewlcoder/autograd
Efficiently computes derivatives of numpy code.
kewlcoder/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
kewlcoder/bert
TensorFlow code and pre-trained models for BERT
kewlcoder/bertviz
BertViz: Visualize Attention in Transformer Models (BERT, GPT2, BART, etc.)
kewlcoder/canvas-vae
Implementation of CanvasVAE: Learning to Generate Vector Graphic Documents, ICCV 2021
kewlcoder/cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
kewlcoder/cryCompare
Python wrapper for CryptoCompare public API
kewlcoder/cryptoCMD
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
kewlcoder/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
kewlcoder/docs
TensorFlow documentation
kewlcoder/essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
kewlcoder/Fill-in-the-BERT
Fill-in-the-BERT uses pre-trained BERT Masked Language Model for Infering the task of fill in the blanks.
kewlcoder/fitbert
Use BERT to Fill in the Blanks
kewlcoder/ISMIR_BeatTracking
Tutorial on Tempo, Beat and Downbeat estimation
kewlcoder/jalammar.github.io
Build a Jekyll blog in minutes, without touching the command line.
kewlcoder/keras
Deep Learning for humans
kewlcoder/keras-finetuning
Training an InceptionV3-based image classifier with your own dataset
kewlcoder/keras-io
Keras documentation, hosted live at keras.io
kewlcoder/LearningfromAudio
Understand of the fundamentals of digital signal processing for Machine Learning/Deep Learning applications.
kewlcoder/named-entity-recognition
Name Entity Recognition using Python and Keras
kewlcoder/neural-network-from-scratch
A Neural Network implemented from scratch (using only numpy) in Python.
kewlcoder/query2labels
Official implementation of paper "Query2Label: A Simple Transformer Way to Multi-Label Classification".
kewlcoder/recommenders
TensorFlow Recommenders is a library for building recommender system models using TensorFlow.
kewlcoder/spert
PyTorch code for SpERT: Span-based Entity and Relation Transformer
kewlcoder/tensorboard
TensorFlow's Visualization Toolkit
kewlcoder/tutorials
PyTorch tutorials.