Recent posts

Microsoft Malware Case Study

4 minute read

1.4 Real world business problems and constraints Given a file we need to determine if it belongs to any of the given nine type of malwares. We need to min...

Cnn Using Tensorflow

1 minute read

In the last blog we have seen that the accuracy was not getting more than 10%. This was happenning because the neural network we choosed for the process was ...

Callbacks In Tensorflow

1 minute read

Sometimes while training a neural network, we need to stop the training when certain conditions are met. An example to that is achieving a particular accurac...

Calibration In Machine Learning

1 minute read

Steps in calibration we first build a model on D_train and now we do cross validation on D_cv and get yi_hat. Now we make a table of sorted yi_hats whic...