Microsoft Malware Case Study
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...
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...
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 ...
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...
Simple neural network to predict house price
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...