Python for Machine Learning
Home Python for Machine Learning
Python for Machine Learning
Lessons
Module 1: Python Exercise on Decision Tree and Linear Regression
Module 3: Python Exercise on KNN and PCA
Module 5: Python Exercise on Naive Bayes
Module 7: Python Exercise on SVM
Module 8: Python Exercise on Neural Network
Module 10: Python Exercise on K-means Clustering
Python exercise on linear regression
Python exercise on logistic regression
Python exercise on decision tree regression
How to solve a sample problem in Linear Regression?
How to solve problems related to Decision Trees?
How to find the entropy of a set and use in decision trees?
What is information gain?
How do we use K-Neighbors Classifier in Python?
How do we use Randomized PCA in Python?
How can we do Face recognition using PCA and KNN?
What is the curse of dimensionality?
What is feature selection?
What is feature reduction and PCA? (principal component analysis)
How do you calculate the eigenvalues and Eigen vector of a matrix?
What is K-NN (K Nearest Neighbour) Classification?
How to use the Naive Bayes classifier?
What is Naive Bayes Classifier?
How is Naive Bayes Classifier relevant in the context of email spam classification?
How do we estimate the probabilities using the frequency distribution of probability
What is Naive Bayes assumption
What is Bayesian networks (the structures), inference and marginalization?
Support vector classification
Visualize the decision boundaries
How can we create a artificial neural network using TensorFlow and TFLearn to recognize handwritten digits?
How do we Load dependencies (to recognize handwritten digits)?
How do we Load the data (to recognize handwritten digits)?
How do we make the model (to recognize handwritten digits)?
How do we train the model (to recognize handwritten digits)?
What is our takeaway from this exercise (to recognize handwritten digits)?
What is Perceptron learning rule?
How do we represent a Boolean function using a Perceptron?
What is forward and backward pass algorithm or backpropagation algorithm?
Stochastic gradient descent and Batch gradient descent
Quick overview of some deep learning algorithms
Can we look at python code for K Means algorithm?
Can we look at python code for Gaussian mixture model?
Hierarchical Agglomerative Clustering
What is K-means clustering?
Solving a sample problem n K-means clustering?
What is Agglomerative Hierarchical clustering?
What is Gaussian Mixture Model?
No Comments