In this article machine learning is applied for customer churn prediction problem. The Kaggle dataset with 14 columns (some of them are categorical) is used. Random Forest algorithm was selected as machine learning approach for customer churn problem.
Machine learning model such as average word embeddings (AWE) is used to retrieve relevant CVs based on job description. Principal Component Analysis (PCA) as a reduction technique is also utilized.
Article about different neural network architectures. It includes also section about Neural Programmer - application of neural net for programming tasks
Using machine learning to create programs that can automatically write or modify programming code
How to build simple text classification model to predict tag. Training, evaluation, prediction and building confusion matrix is covered.
Full working example how to use TF-IDF and scikit-learn to extract important keywords from documents. Stack Overflow dataset
The author applied machine learning for automatic tagging documents before saving in Pocket application.
Showcase of fitness tracker data analysis. Nice data visualization with interactive and animated plots in R.
Several techniques with detailed explanation and code are proposed for anomaly detection
A curated list of applied machine learning and data science notebooks and libraries accross different industries.