aboutsummaryrefslogtreecommitdiff
path: root/lenet.py
AgeCommit message (Expand)Author
2019-03-10Fix y_true in plot_probasVasil Zlatanov
2019-03-10Add padding to plot_probasVasil Zlatanov
2019-03-10Add plot probas functionVasil Zlatanov
2019-03-10Slightly improve graphsVasil Zlatanov
2019-03-10Use correct label for colourVasil Zlatanov
2019-03-10Add TSNE and fix PCAVasil Zlatanov
2019-03-08Remove get_lenet_pennunzip
2019-03-08Change PCA colornunzip
2019-03-08Fix PCA Bugnunzip
2019-03-08Add PCA representationnunzip
2019-03-08Add confusion matrixnunzip
2019-03-08Use softmax back again in training lenetVasil Zlatanov
2019-03-07Pass verbose classifier as a flagnunzip
2019-03-07Add get_lenet_icpVasil Zlatanov
2019-03-06Replace softmax with relu as we apply it in the function anywayVasil Zlatanov
2019-03-06Return inception score as wellVasil Zlatanov
2019-03-06Merge branch 'new_branch'nunzip
2019-03-06Update on old commit for training the classifier in stepsnunzip
2019-03-06Insert option to keep training the network with different splitsnunzip
2019-03-04make test_classifier return the score rather than printing itnunzip
2019-02-28Set state of train_test_splitnunzip
2019-02-28Graph both loss and accuracynunzip
2019-02-27Fix accuracy plotnunzip
2019-02-27Default split for mix at the end of function argumentsnunzip
2019-02-27Add mix_data functionnunzip
2019-02-27Plot accuracy instead of lossnunzip
2019-02-27Update accuracy testVasil Zlatanov
2019-02-27Also one_hot testVasil Zlatanov
2019-02-27Fix categorical_accuracyVasil Zlatanov
2019-02-27Remove printing linesVasil Zlatanov
2019-02-27Use == instead of = errVasil Zlatanov
2019-02-27Move padding to train/test functionsVasil Zlatanov
2019-02-27Add if __main__Vasil Zlatanov
2019-02-27Add metric sna optimizer argumentsVasil Zlatanov
2019-02-27Fix lenet funcsVasil Zlatanov
2019-02-27Set un separate training and testing functionsnunzip
2019-02-27Add lenet modelVasil Zlatanov