Diaz-De-Vivar / ML_Resources

GitHub Repo with various ML/AI/DS resources that I find useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML Resources

GitHub Repo with various ML/AI/DS resources that I find useful. I'll populate it with links to articles, libraries, and other resources that I come across.

Tabular Data ML

General

NNs for Tabular Data

Boosting

Neural Networks - General

Every Model Learned by Gradient Descent Is Approximately a Kernel Machine: https://arxiv.org/abs/2012.00152

NNs vs Kernel Methods

The quest for adaptivity: exploring https://francisbach.com/quest-for-adaptivity/

Stacking

vecstack is a handy little library that implements the stacking transformations with your train and test data. It has both the functional interface and the sklearn fit transform interface: https://github.com/vecxoz/vecstack

Autoencoders

RecoTour III: Variational Autoencoders for Collaborative Filtering with Mxnet and Pytorch: https://jrzaurin.github.io/infinitoml/2020/05/15/mult-vae.html

Hyperparameter Tuning

Auto ML

Computer Vision

  • Scaling Vision Transformers: ‘As a result, we successfully train a ViT model with two billion parameters, which attains a new state-of-the-art on ImageNet of 90.45% top-1 accuracy. The model also performs well on few-shot learning, for example, attaining 84.86% top-1 accuracy on ImageNet with only 10 examples per class.’ https://arxiv.org/abs/2106.04560

Social Media Analysis

Policy

ML Competition Platforms

Other Resources

Blockchain

A from-scratch tour of Bitcoin in Python http://karpathy.github.io/2021/06/21/blockchain/

About

GitHub Repo with various ML/AI/DS resources that I find useful