This commit is contained in:
Arthur Grisel-Davy 2023-07-26 22:57:08 -04:00
parent b347b70a19
commit 276024f04f
3 changed files with 52 additions and 13 deletions

View file

@ -649,3 +649,21 @@ year={2023},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
@misc{keras,
author = {François Chollet },
title = {keras},
year = {2015},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {https://github.com/fchollet/keras},
}
@article{sklearn,
title={Scikit-learn: Machine Learning in {P}ython},
author={Pedregosa, F. et al.},
journal={Journal of Machine Learning Research},
volume={12},
pages={2825--2830},
year={2011}
}