All Projects → aayushmnit → Cookbook

aayushmnit / Cookbook

Licence: mit
A repository of machine learning codes written for re-usability

Projects that are alternatives of or similar to Cookbook

Neural Tangents
Fast and Easy Infinite Neural Networks in Python
Stars: ✭ 1,357 (+1257%)
Mutual labels:  jupyter-notebook
Seesawfacenet pytorch
offical seesawfacenet pytorch implement, https://arxiv.org/abs/1908.09124
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Transfer Learning
Support code for the medium blog on transfer learning. Link to the blog in the Readme file.
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+11718%)
Mutual labels:  jupyter-notebook
Bottom Up Attention.pytorch
An PyTorch reimplementation of bottom-up-attention models
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
This is a repo for all the tutorials put out by H2O.ai. This includes learning paths for Driverless AI, H2O-3, Sparkling Water and more...
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Quant at
Python version of Dr. Ernie Chan's Matlab code and some inspired from Robert Carver's, plus some raw data downloaders
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Jupyternotebooks Medium
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Machinelearning
Machine learning and artificial intelligence
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Fiftyfizzbuzzes
Fifty different implementations of Fizzbuzz in Python.
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Stars: ✭ 9,681 (+9581%)
Mutual labels:  jupyter-notebook
Synaptic Flow
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Deepeeg
Deep Learning with Tensor Flow for EEG MNE Epoch Objects
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Hands On Machine Learning
A series of Jupyter notebooks with Chinese comment that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Stars: ✭ 1,363 (+1263%)
Mutual labels:  jupyter-notebook
Paper Reading
深度学习论文阅读、数据仓库实践体验。比做算法的懂工程落地,比做工程的懂算法模型。
Stars: ✭ 101 (+1%)
Mutual labels:  jupyter-notebook
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+1259%)
Mutual labels:  jupyter-notebook
Scientificsummarizationdatasets
Datasets I have created for scientific summarization, and a trained BertSum model
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Curved Lane Lines
detect curved lane lines using HSV filtering and sliding window search.
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Cs224n 2019
Stanford cs224n 2019 homework
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook

Cookbook

A repository of data science codes written for re-usability and reducing the time taken from Idea to execution in developing a data science solution. This repository contains codes and sample notebooks to how to use these codes in building a data science solution.

Codes -

Generic Preprocessing - Helper functions to do EDA, missing value analysis & treatment and generic preprocessing like (scaling, encoding etc.)

Machine learning - Classification - Helper functions to solve classification type problems in machine learning. It contains codes for holdout/cross validation, model explaination codes (LIME and variable importance plot), and codes for general classification algorithms (Xgboost, LightGBM, Extra trees, random forest, logistic regression, decision trees, K-nearest neighbours and SVM)

Machine learning - Regression - Helper functions to solve regression type problems in machine learning. It contains codes for holdout/cross validation, model explaination codes (LIME and variable importance plot), and codes for general regression algorithms (Xgboost, LightGBM, Extra trees, random forest, linear regression, regression trees, K-nearest neighbours and SVM)

Recommender systems - Helper functions to build recommender systems using Matrix factorization using LightFM package.

Natural language processing - Helper functions for NLP text processing and analysis like N-grams, wordcloud, tokenization, lowercasing, punctuation/stopwords removal, stemmer/lemmatizer, TF-IDF & count vectorizer

Notebooks -

Classification examples - Example notebooks to solve a classification problem

Regression examples - Example notebooks to solve a regression problem

Recommender systems - Example notebooks to build recommender systems

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].