- This repository contains Artificial Intelligence and Machine Learning related research, artificats, tutorials, articles. My intention is to help you through your journey of becoming Artificial Intelligence and Machine Learning champion!
- If you want to contribute to this list, please add your comments to this gits comments section.
- Introduction
- Genetic Algorithms
- Datasets
- Cheat Sheets
- Classification
- Linear Regression
- Logistic Regression
- Model Validation using Resampling
- Deep Learning
- Natural Language Processing
- Computer Vision
- Support Vector Machine
- Reinforcement Learning
- Decision Trees
- Random Forest / Bagging
- Boosting
- Ensembles
- Stacking Models
- VC Dimension
- Bayesian Machine Learning
- Semi Supervised Learning
- Optimizations
- Tutorials on Python
Here are few Imp sites on AI research. Amazon recenly opened its internal AI traing course, good place to start learning AI. Andrew Ng course on Courera is very good start as well.
- Amazon machine learning course:
- Machine Learning Course by Andrew Ng (Stanford University)
- Fast AI0
- AI training:
- Google AI Research:
- Microsoft AI Research:
- Facebook AI research:
- Uber AI research:
- In-depth introduction to machine learning in 15 hours of expert videos
- Awesome Artificial Intelligence (GitHub Repo)
- Dive into Machine Learning
- A curated list of awesome Machine Learning frameworks, libraries and software
- A curated list of awesome data visualization libraries and resources.
- An awesome Data Science repository to learn and apply for real world problems
- The Open Source Data Science Masters
- Machine Learning FAQs on Cross Validated
- Machine Learning algorithms that you should always have a strong understanding of
- List of Machine Learning Concepts
- MIT Machine Learning Lecture Slides
- Comparison Supervised Learning Algorithms
- Learning Data Science Fundamentals
- Have Fun With Machine Learning
- Twitter's Most Shared #machineLearning Content From The Past 7 Days
- TED talks on AI
- Fast AI blog Fast AI Blog
- [AWS Machine Learning blog] (https://aws.amazon.com/blogs/machine-learning/) AWS Machine Learning blog, specific to AWS but very helpful
- Data science for beginners! - good beginner level blog
- Andrej Karpathy - A blog about Deep Learning and Data Science in general
- Alex Minnaar's Blog - A blog about Machine Learning and Software Engineering
- fastML - Machine learning made easy
- no free hunch | kaggle - The Kaggle Blog about all things Data Science
- AI Junkie - a blog about Artificial Intellingence
- [Machine learning algorithm cheat sheet from Microsoft] (https://docs.microsoft.com/en-us/azure/machine-learning/studio/algorithm-cheat-sheet) very interesting take
- Machine Learning Cheat Sheet nice for interview prep
- https://registry.opendata.aws/
- https://aws.amazon.com/about-aws/whats-new/2018/10/public-datasets/
- https://course.fast.ai/datasets.html
- https://ai.google/tools/datasets/
- https://skymind.ai/wiki/open-datasets
- https://www.kaggle.com/datasets?sortBy=relevance&group=all&search=tag%3A%27artificial%20intelligence%27
- https://en.wikipedia.org/wiki/List_of_datasets_for_machine_learning_research
- https://www.datasciencecentral.com/profiles/blogs/lots-of-free-open-source-datasets-to-make-your-ai-better
-
Multicollinearity and VIF
-
Difference between logit and probit models, Logistic Regression Wiki, Probit Model Wiki
-
Pseudo R2 for Logistic Regression, How to calculate, Other Details
- Cross Validation
-
Overfitting and Cross Validation
-
A curated list of awesome Deep Learning tutorials, projects and communities
-
Interesting Deep Learning and NLP Projects (Stanford), Website
-
Understanding Natural Language with Deep Neural Networks Using Torch
-
Introduction to Deep Learning Using Python (GitHub), Good Introduction Slides
-
Video Lectures Oxford 2015, Video Lectures Summer School Montreal
-
Neural Machine Translation
-
Deep Learning Frameworks
-
-
Caffe
-
TensorFlow
-
Feed Forward Networks
- Recurrent and LSTM Networks
-
The Unreasonable effectiveness of RNNs, Torch Code, Python Code
-
Long Short Term Memory (LSTM)
-
Gated Recurrent Units (GRU)
-
Time series forecasting with Sequence-to-Sequence (seq2seq) rnn models
-
Restricted Boltzmann Machine
-
Autoencoders: Unsupervised (applies BackProp after setting target = input)
-
Convolutional Neural Networks
-
A curated list of speech and natural language processing resources
-
Understanding Natural Language with Deep Neural Networks Using Torch
-
word2vec
-
Text Clustering
-
Text Classification
-
Kaggle Tutorial Bag of Words and Word vectors, Part 2, Part 3
-
Comparisons
-
Software
-
Kernels
-
Probabilities post SVM
-
What is entropy and information gain in the context of building decision trees?
-
How do decision tree learning algorithms deal with missing values?
-
Discover structure behind data with decision trees - Grow and plot a decision tree to automatically figure out hidden rules in your data
-
Comparison of Different Algorithms
-
CART
-
CTREE
-
CHAID
-
MARS
-
Probabilistic Decision Trees
-
Evaluating Random Forests for Survival Analysis Using Prediction Error Curve
-
Why doesn't Random Forest handle missing values in predictors?
-
Gradient Boosting Machine
-
xgboost
-
AdaBoost
-
Mean Variance Portfolio Optimization with R and Quadratic Programming
-
Hyperopt tutorial for Optimizing Neural Networks’ Hyperparameters
- For a collection of Data Science Tutorials using Python, please refer to this list.