Posts

  • ML Explanations
    This post contains great explanations for various Machine Learning concepts.
  • Recurrent Neural Networks
    This post will cover the ideas behind Recurrent Neural Networks and its improved variation (Long Short-Term Memory), as well as some aspects of its implementation.
  • Backpropagation In Neural Networks
    We will show how a simple Multilayer Perceptron network is trained using backpropagation.
  • How Many Folds for Cross-Validation
    Cross-Validation is a method for estimating the performance of a classifier for unseen data. In this post, we will try to figure out how many folds that should be used for cross-validation.