Commit Graph

  • 4de00a23eb add densenet121 Sebastian Raschka 2022-02-11 17:14:46 -06:00
  • 769fa25446 account for dropout Sebastian Raschka 2022-02-11 16:45:21 -06:00
  • f13d83d537 add alexnet Sebastian Raschka 2022-02-11 13:07:04 -06:00
  • 764b5d9e58 fix bug in the baseline rasbt 2022-02-08 18:40:12 -06:00
  • c041eccd74 custom init rasbt 2022-02-07 11:27:17 -06:00
  • 768254c231 lightning cnn rasbt 2022-02-06 11:26:00 -06:00
  • eb7acf10c8 update readme navigation rasbt 2022-02-05 20:28:15 -06:00
  • bb5c0667f1 fix header formatting rasbt 2022-02-05 13:50:13 -06:00
  • 147d4d99c3 add batchnorm and begin modernizing readme rasbt 2022-02-05 13:33:28 -06:00
  • 0e70a29fa2 lightning-dropout rasbt 2022-02-04 09:42:37 -06:00
  • aa02a15ce0 lightning notebook rasbt 2022-02-03 12:19:19 -06:00
  • 612d55bbe3 lightning keeping the best model rasbt 2021-11-28 14:44:23 -06:00
  • 609a10a15c update validation logging in PL rasbt 2021-11-28 10:15:32 -06:00
  • a100bca3ea Merge pull request #57 from rasbt/lightning Sebastian Raschka 2021-11-27 18:51:15 -06:00
  • 95dce7242d ligntning example lightning rasbt 2021-11-27 18:49:50 -06:00
  • 35aba5dc03 Merge pull request #55 from rasbt/mobilenet Sebastian Raschka 2021-05-10 21:06:18 -05:00
  • 454b8acb55 helper funcs and mobilenet results mobilenet rasbt 2021-05-10 20:48:11 -05:00
  • 1259c75284 Merge branch 'master' of https://github.com/rasbt/deeplearning-models rasbt 2021-03-06 14:25:45 -06:00
  • 17c33a1496 pipeline parallelism example rasbt 2021-03-06 14:25:20 -06:00
  • 7d2373bedd Update helper_train.py Sebastian Raschka 2021-02-28 23:20:49 -06:00
  • 797d83cfea wgan remove nonlinear act raschka 2020-12-27 13:12:54 -06:00
  • 715ddf8ded fixed deterministic benchmark raschka 2020-12-22 13:11:08 -06:00
  • 458136295b fix readme links raschka 2020-12-22 11:03:01 -06:00
  • edeafe6710 gradient checkpointing raschka 2020-12-22 11:00:45 -06:00
  • c4147bc982 experimental gradient-checkpointing raschka 2020-12-21 21:45:53 -06:00
  • 9aac27174d some refactoring raschka 2020-12-10 15:25:56 -06:00
  • f8ea6d96a8 deterministic benchmark raschka 2020-12-03 18:26:01 -06:00
  • 961e8f9c57 fix duplicate RNN links in README rasbt 2020-05-15 11:31:30 -05:00
  • c8b7edfb3e fix ag news rnn Sebastian Raschka 2020-04-29 17:40:53 -05:00
  • db60c46e4a Merge pull request #44 from optixlab/patch-1 Sebastian Raschka 2020-04-09 13:32:54 -05:00
  • a3f2309205 UCI iris dataset URL is incorrect. Fixed URI Yash 2020-04-07 16:18:46 -07:00
  • 3b97794eb1 fashion-mnist dataloader rasbt 2020-03-15 12:06:29 -05:00
  • e66ac3b8aa Merge pull request #43 from rasbt/dcgan-celeba Sebastian Raschka 2020-03-04 14:16:05 -06:00
  • 5b9f770590 dcgan on celeba dcgan-celeba Sebastian Raschka 2020-03-04 14:15:20 -06:00
  • e4196deccb dcgan on cats and dogs Sebastian Raschka 2020-03-02 00:03:35 -06:00
  • d19700ac60 guided backprop rasbt 2020-02-29 14:34:49 -06:00
  • 2e35902a44 Update README.md Sebastian Raschka 2020-02-26 22:39:07 -06:00
  • 86b3852272 Merge pull request #42 from rasbt/gradviz1 Sebastian Raschka 2020-02-26 22:34:48 -06:00
  • 15843bfc98 vanilla grad viz gradviz1 Sebastian Raschka 2020-02-26 22:19:47 -06:00
  • 6816908a35 Merge pull request #39 from rasbt/lenet5 Sebastian Raschka 2020-01-28 16:19:48 -06:00
  • cd832fbd5a upd lenet models lenet5 Sebastian Raschka 2020-01-28 16:18:23 -06:00
  • fb41fbf2b9 Update LICENSE Sebastian Raschka 2020-01-01 21:43:56 -06:00
  • 42508702ca pytorch plot_decision_region wrapper rasbt 2019-12-29 13:00:33 +00:00
  • da73d21a86 custom data loader example for png files rasbt 2019-12-07 10:33:27 -06:00
  • f08ea55b46 Filter Response Normalization experiments Sebastian Raschka 2019-12-02 22:59:05 -06:00
  • de451b9b08 more rnn models Sebastian Raschka 2019-11-30 23:13:14 -06:00
  • 08bcec85db fix formatting in readme Sebastian Raschka 2019-11-25 15:46:52 -06:00
  • 2b9b5bf0e1 ae with random forest Sebastian Raschka 2019-11-24 20:09:17 -06:00
  • b69b8e0dc2 Merge pull request #33 from rasbt/quickdraw Sebastian Raschka 2019-11-24 18:47:18 -06:00
  • c3ba0310e9 quickdraw classifier quickdraw Sebastian Raschka 2019-11-24 18:46:04 -06:00
  • bab75475dc fix spacing in readme Sebastian Raschka 2019-11-13 20:04:15 -06:00
  • b86538a7d4 ae with continuous jaccard Sebastian Raschka 2019-11-13 20:02:38 -06:00
  • be13151f87 Merge pull request #32 from rasbt/transfer-learning Sebastian Raschka 2019-10-30 22:53:00 -05:00
  • b56f30a407 transfer learning example transfer-learning Sebastian Raschka 2019-10-30 22:52:16 -05:00
  • b5eddb3fdd cnn-vgg16.ipynb in pytorch 1.3 reg #31 Sebastian Raschka 2019-10-10 21:30:04 -05:00
  • e1c2d4061e Basic Graph Neural Network with Spectral Graph Convolution on MNIST Sebastian Raschka 2019-10-05 10:53:18 -05:00
  • 2a40ec59b8 Merge pull request #30 from rasbt/simple-gnn Sebastian Raschka 2019-10-01 13:16:58 -05:00
  • 58bb711edf Update README.md simple-gnn Sebastian Raschka 2019-10-01 13:16:47 -05:00
  • 0048d09031 graph neural nets Sebastian Raschka 2019-10-01 13:14:27 -05:00
  • eb1d9d08d6 Merge pull request #29 from rasbt/wasserstein Sebastian Raschka 2019-09-29 21:54:10 -05:00
  • 8458891def add wgan wasserstein Sebastian Raschka 2019-09-29 21:53:25 -05:00
  • 3490e3d705 Merge pull request #28 from rasbt/leanpub Sebastian Raschka 2019-09-29 11:15:12 -05:00
  • 007c240346 fix leanpub links leanpub rasbt 2019-09-29 11:14:18 -05:00
  • 307654a714 fix nbviewer link rasbt 2019-09-06 09:42:52 -05:00
  • 94600ec30e add nbviewer links rasbt 2019-09-06 09:41:36 -05:00
  • c3a15d502c use correct testset in densenet Sebastian Raschka 2019-09-01 14:04:49 -05:00
  • 1094ae21fa Merge pull request #24 from rasbt/lenet Sebastian Raschka 2019-08-29 18:20:10 -05:00
  • a3645626f1 add lenet5 lenet Sebastian Raschka 2019-08-29 18:19:22 -05:00
  • 8e05e54303 Merge pull request #23 from rasbt/grad-clipping Sebastian Raschka 2019-08-23 18:49:13 -05:00
  • 02fd2c48a8 gradient clipping example grad-clipping Sebastian Raschka 2019-08-23 18:48:07 -05:00
  • 427301a321 Merge pull request #22 from rasbt/feature Sebastian Raschka 2019-08-18 13:10:28 -05:00
  • 4cafbb80fe extend GAN plots by adding a second axis for epochs feature Sebastian Raschka 2019-08-18 13:07:27 -05:00
  • a07b6980ea Merge pull request #19 from rasbt/densenet Sebastian Raschka 2019-07-25 00:39:29 +02:00
  • 7d59bcd475 add densenet121 densenet Sebastian Raschka 2019-07-24 17:38:26 -05:00
  • 047a95f711 annealing with bigger batch size Sebastian Raschka 2019-07-23 07:18:26 -05:00
  • f9ffe700f8 eval-metrics Sebastian Raschka 2019-07-23 04:53:01 -05:00
  • fc8affbce3 fix comments Sebastian Raschka 2019-07-21 12:46:29 -05:00
  • 8723b34a56 use same positive labels in gans in pytorch and tf Sebastian Raschka 2019-07-14 16:24:36 -05:00
  • a96ad909e2 add dataloader for historical color images dataset rasbt 2019-06-24 13:55:29 -05:00
  • 3800b9060e fix link to beckham et al method rasbt 2019-06-23 18:52:18 -05:00
  • dd4a702a31 afad dataloader Sebastian Raschka 2019-06-22 01:07:56 -05:00
  • 1dae76750a fix transforms in validation splits notebook Sebastian Raschka 2019-06-21 14:32:53 -05:00
  • f304ba9e86 Merge pull request #15 from rasbt/fixup-init Sebastian Raschka 2019-06-21 14:18:59 -05:00
  • 59c86a6a15 ResNet101 for Cifar10 fixup-init Sebastian Raschka 2019-06-21 14:02:46 -05:00
  • 1b3f99fefb example for generating validation splits in pytorch rasbt 2019-06-20 22:51:23 -05:00
  • 781aa92b50 Merge branch 'master' of https://github.com/rasbt/deeplearning-models rasbt 2019-06-13 21:41:48 -07:00
  • 7cf08e1d90 sequential rasbt 2019-06-13 21:41:38 -07:00
  • e83a175ec8 Merge pull request #12 from AdilZouitine/master Sebastian Raschka 2019-06-13 07:58:40 -10:00
  • 4f943e0d2f Fix link for : Plotting Live Training Performance AdilZouitine 2019-06-13 13:40:20 +02:00
  • 3a1f7fb27a Merge pull request #10 from AlexZhou1995/patch-1 Sebastian Raschka 2019-06-09 21:41:25 -10:00
  • 24db98d047 Update mlp-basic.ipynb Alex Z 2019-06-10 15:36:12 +08:00
  • f315d43cca Merge pull request #9 from rasbt/basic-cnn Sebastian Raschka 2019-06-09 19:52:53 -10:00
  • c2589e6005 make basic cnn identical basic-cnn Sebastian Raschka 2019-06-10 00:51:49 -05:00
  • 880b6b001b move perceptron data into the proper subfolder rasbt 2019-06-08 21:56:15 -10:00
  • 4f93d5cda0 Merge branch 'master' of https://github.com/rasbt/deeplearning-models rasbt 2019-06-08 21:54:30 -10:00
  • 7ef8d0c17c fix links to perceptron toydata rasbt 2019-06-08 21:54:17 -10:00
  • 7bb97b642e pretrained glove example Sebastian Raschka 2019-06-08 03:15:05 -05:00
  • 0cdded5285 Merge pull request #6 from Vijayabhaskar96/patch-2 Sebastian Raschka 2019-06-07 21:13:09 -10:00
  • 412cc395f1 Merge pull request #5 from javierlorenzod/patch-1 Sebastian Raschka 2019-06-07 21:12:13 -10:00
  • 777e1f9fae Merge pull request #4 from niklaskeerl/master Sebastian Raschka 2019-06-07 21:09:29 -10:00