Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 4.39 KB

ensembles-1.md

File metadata and controls

59 lines (35 loc) · 4.39 KB

Ensembles

Numpy Blas:

  1. How do i know which version of blas is installed
  2. Benchmark OpenBLAS, Intel MKL vs ATLAS ****

  1. Another comparison

GLUE:

  1. Glue / super glue

State of the art in AI:

  1. In terms of domain X datasets

Cloud providers:

Datasets:

Hardware:

Platforms

Algorithms:

  • Comparing accuracy, speed, memory and 2D visualization of classifiers:

SVM, ****k-nearest neighbors, ****Random Forest, ****AdaBoost Classifier, ****Gradient Boosting, ****Naive, Bayes, ****LDA, ****QDA, ****RBMs, ****Logistic Regression, ****RBM + Logistic Regression Classifier

Scaling networks and predicting performance of NN:

  • A great overview of NN types, but the idea behind the video is to create a system that can predict train time and possibly accuracy when scaling networks using multiple GPUs, there is also a nice slide about general hardware recommendations.

NLP