文件历史

提交图

58 次代码提交

作者 SHA1 备注 提交日期
rasbt 95dce7242d ligntning example 2021-11-27 18:49:50 -06:00
rasbt 454b8acb55 helper funcs and mobilenet results 2021-05-10 20:48:11 -05:00
rasbt 17c33a1496 pipeline parallelism example 2021-03-06 14:25:20 -06:00
raschka 458136295b fix readme links 2020-12-22 11:03:01 -06:00
raschka edeafe6710 gradient checkpointing 2020-12-22 11:00:45 -06:00
raschka c4147bc982 experimental gradient-checkpointing 2020-12-21 21:45:53 -06:00
raschka f8ea6d96a8 deterministic benchmark 2020-12-03 18:26:01 -06:00
rasbt 961e8f9c57 fix duplicate RNN links in README 2020-05-15 11:31:30 -05:00
Sebastian Raschka c8b7edfb3e fix ag news rnn 2020-04-29 17:40:53 -05:00
rasbt 3b97794eb1 fashion-mnist dataloader 2020-03-15 12:06:29 -05:00
Sebastian Raschka 5b9f770590 dcgan on celeba 2020-03-04 14:15:20 -06:00
Sebastian Raschka e4196deccb dcgan on cats and dogs 2020-03-02 00:03:35 -06:00
rasbt d19700ac60 guided backprop 2020-02-29 14:34:49 -06:00
Sebastian Raschka 2e35902a44 Update README.md 2020-02-26 22:39:07 -06:00
Sebastian Raschka 15843bfc98 vanilla grad viz 2020-02-26 22:19:47 -06:00
rasbt 42508702ca pytorch plot_decision_region wrapper 2019-12-29 13:00:33 +00:00
rasbt da73d21a86 custom data loader example for png files 2019-12-07 10:33:27 -06:00
Sebastian Raschka f08ea55b46 Filter Response Normalization experiments 2019-12-02 22:59:05 -06:00
Sebastian Raschka de451b9b08 more rnn models 2019-11-30 23:13:14 -06:00
Sebastian Raschka 08bcec85db fix formatting in readme 2019-11-25 15:46:52 -06:00
Sebastian Raschka c3ba0310e9 quickdraw classifier 2019-11-24 18:46:04 -06:00
Sebastian Raschka bab75475dc fix spacing in readme 2019-11-13 20:04:15 -06:00
Sebastian Raschka b86538a7d4 ae with continuous jaccard 2019-11-13 20:02:38 -06:00
Sebastian Raschka b56f30a407 transfer learning example 2019-10-30 22:52:16 -05:00
Sebastian Raschka e1c2d4061e Basic Graph Neural Network with Spectral Graph Convolution on MNIST 2019-10-05 10:53:18 -05:00
Sebastian Raschka 58bb711edf Update README.md 2019-10-01 13:16:47 -05:00
Sebastian Raschka 0048d09031 graph neural nets 2019-10-01 13:14:27 -05:00
Sebastian Raschka 8458891def add wgan 2019-09-29 21:53:25 -05:00
rasbt 307654a714 fix nbviewer link 2019-09-06 09:42:52 -05:00
rasbt 94600ec30e add nbviewer links 2019-09-06 09:41:36 -05:00
Sebastian Raschka a3645626f1 add lenet5 2019-08-29 18:19:22 -05:00
Sebastian Raschka 02fd2c48a8 gradient clipping example 2019-08-23 18:48:07 -05:00
Sebastian Raschka 7d59bcd475 add densenet121 2019-07-24 17:38:26 -05:00
Sebastian Raschka 047a95f711 annealing with bigger batch size 2019-07-23 07:18:26 -05:00
Sebastian Raschka 8723b34a56 use same positive labels in gans in pytorch and tf 2019-07-14 16:24:36 -05:00
rasbt a96ad909e2 add dataloader for historical color images dataset 2019-06-24 13:55:29 -05:00
rasbt 3800b9060e fix link to beckham et al method 2019-06-23 18:52:18 -05:00
Sebastian Raschka dd4a702a31 afad dataloader 2019-06-22 01:07:56 -05:00
Sebastian Raschka 59c86a6a15 ResNet101 for Cifar10 2019-06-21 14:02:46 -05:00
rasbt 1b3f99fefb example for generating validation splits in pytorch 2019-06-20 22:51:23 -05:00
rasbt 781aa92b50 Merge branch 'master' of https://github.com/rasbt/deeplearning-models 2019-06-13 21:41:48 -07:00
rasbt 7cf08e1d90 sequential 2019-06-13 21:41:38 -07:00
AdilZouitine 4f943e0d2f Fix link for : Plotting Live Training Performance 2019-06-13 13:40:20 +02:00
Sebastian Raschka 7bb97b642e pretrained glove example 2019-06-08 03:15:05 -05:00
Sebastian Raschka 0cdded5285 Merge pull request #6 from Vijayabhaskar96/patch-2
fix typos in links
2019-06-07 21:13:09 -10:00
Sebastian Raschka 412cc395f1 Merge pull request #5 from javierlorenzod/patch-1
Update README.md
2019-06-07 21:12:13 -10:00
Sebastian Raschka 777e1f9fae Merge pull request #4 from niklaskeerl/master
fix dead link in README
2019-06-07 21:09:29 -10:00
Vijayabhaskar 479ebcdf69 fix typos in links
Fixed few links but, I couldn't find the files for
https://github.com/rasbt/deeplearning-models/blob/master/pytorch_ipynb/mlp/mlp-sequential.ipynb
https://github.com/rasbt/deeplearning-models/blob/master/pytorch_ipynb/mlp/plot-jupyter-matplotlib.ipynb
https://github.com/rasbt/deeplearning-models/blob/master/tensorflow1_ipynb/cnn/convnet.ipynb
2019-06-08 00:15:47 +05:30
Javier Lorenzo Díaz 183b8323cc Update README.md
Changed "all-convolutional" to "fully convolutional". I think that the second name is more common.
2019-06-07 10:03:13 +02:00
Niklas Keerl 33af18ca5d fixing dead link in README
point Convolutional Neural Network for Tensorflow 1 to the correct resource
2019-06-06 23:04:17 +02:00