|
| 1 | +@article{Raschka2020, |
| 2 | + author = {Sebastian Raschka and Joshua Patterson and Corey Nolet}, |
| 3 | + title = {Machine learning in Python: Main developments and technology trends in data science, machine learning, and artificial intelligence}, |
| 4 | + journal = {Information}, |
| 5 | + volume = {11}, |
| 6 | + number = {4}, |
| 7 | + pages = {193}, |
| 8 | + year = {2020}, |
| 9 | + doi = {10.3390/info11040193} |
| 10 | +} |
| 11 | + |
| 12 | +@inproceedings{parida2025model, |
| 13 | + author={Parida, Shreyas Kumar and Gerostathopoulos, Ilias and Bogner, Justus}, |
| 14 | + booktitle={2025 IEEE/ACM 4th International Conference on AI Engineering – Software Engineering for AI (CAIN)}, |
| 15 | + title={How Do Model Export Formats Impact the Development of ML-Enabled Systems? A Case Study on Model Integration}, |
| 16 | + year={2025}, |
| 17 | + volume={}, |
| 18 | + number={}, |
| 19 | + pages={48-59}, |
| 20 | + doi={10.1109/CAIN66642.2025.00014} |
| 21 | +} |
| 22 | + |
| 23 | +@inproceedings{davis2023reusing, |
| 24 | + title={Reusing deep learning models: Challenges and directions in software engineering}, |
| 25 | + author={Davis, James C and Jajal, Purvish and Jiang, Wenxin and Schorlemmer, Taylor R and Synovic, Nicholas and Thiruvathukal, George K}, |
| 26 | + booktitle={2023 IEEE John Vincent Atanasoff International Symposium on Modern Computing (JVA)}, |
| 27 | + pages={17--30}, |
| 28 | + year={2023}, |
| 29 | + organization={IEEE}, |
| 30 | + doi={10.1109/JVA60410.2023.00015} |
| 31 | +} |
| 32 | + |
| 33 | +@article{Garbin2022, |
| 34 | + author = {Cristina Garbin and Osvaldo Marques}, |
| 35 | + title = {Assessing methods and tools to improve reporting, increase transparency, and reduce failures in machine learning applications in health care}, |
| 36 | + journal = {Radiology: Artificial Intelligence}, |
| 37 | + volume = {4}, |
| 38 | + number = {2}, |
| 39 | + pages = {e210127}, |
| 40 | + year = {2022}, |
| 41 | + doi = {10.1148/ryai.210127}, |
| 42 | +} |
| 43 | + |
| 44 | +@article{bodimani2024assessing, |
| 45 | + title={Assessing The Impact of Transparent AI Systems in Enhancing User Trust and Privacy}, |
| 46 | + author={Bodimani, Meghasai}, |
| 47 | + journal={Journal of Science \& Technology}, |
| 48 | + volume={5}, |
| 49 | + number={1}, |
| 50 | + pages={50--67}, |
| 51 | + year={2024}, |
| 52 | + doi={10.55662/JST.2024.5102} |
| 53 | +} |
| 54 | + |
| 55 | +@misc{Brownlee2018, |
| 56 | + author = {Jason Brownlee}, |
| 57 | + title = {Save and load machine learning models in Python with scikit-learn}, |
| 58 | + howpublished = {\url{https://machinelearningmastery.com/save-load-machine-learning-models-python-scikit-learn/}}, |
| 59 | + year = {2018}, |
| 60 | + note = {Accessed: 2024-05-22} |
| 61 | +} |
| 62 | + |
| 63 | +@misc{PythonPickleDocs, |
| 64 | + author = {{Python Software Foundation}}, |
| 65 | + title = {pickle — Python object serialization}, |
| 66 | + year = {2024}, |
| 67 | + howpublished = {\url{https://docs.python.org/3/library/pickle.html#security}}, |
| 68 | +} |
| 69 | + |
| 70 | +@software{onnx, |
| 71 | + author = {Bai, Junjie and Lu, Fang and Zhang, Ke and others}, |
| 72 | + title = {ONNX: Open Neural Network Exchange}, |
| 73 | + url = {https://github.com/onnx/onnx}, |
| 74 | + version = {1.18.0}, |
| 75 | + date = {2025-05-12}, |
| 76 | +} |
| 77 | + |
| 78 | +@article{pmml, |
| 79 | + title={PMML: An open standard for sharing models}, |
| 80 | + author={Guazzelli, Alex and Zeller, Michael and Lin, Wen-Ching and Williams, Graham}, |
| 81 | + year={2009}, |
| 82 | + doi={10.32614/RJ-2009-010} |
| 83 | +} |
| 84 | + |
| 85 | +@article{jajal2023analysis, |
| 86 | + title={Analysis of failures and risks in deep learning model converters: A case study in the onnx ecosystem}, |
| 87 | + author={Jajal, Purvish and Jiang, Wenxin and Tewari, Arav and Kocinare, Erik and Woo, Joseph and Sarraf, Anusha and Lu, Yung-Hsiang and Thiruvathukal, George K and Davis, James C}, |
| 88 | + journal={arXiv preprint arXiv:2303.17708}, |
| 89 | + year={2023}, |
| 90 | + doi={10.48550/arXiv.2303.17708} |
| 91 | +} |
| 92 | + |
| 93 | +@inproceedings{cody2024extending, |
| 94 | + title={On extending the automatic test markup language (ATML) for machine learning}, |
| 95 | + author={Cody, Tyler and Li, Bingtong and Beling, Peter}, |
| 96 | + booktitle={2024 IEEE International Systems Conference (SysCon)}, |
| 97 | + pages={1--8}, |
| 98 | + year={2024}, |
| 99 | + organization={IEEE}, |
| 100 | + doi={10.1109/SysCon61195.2024.10553464} |
| 101 | +} |
| 102 | + |
| 103 | +@software{skops, |
| 104 | + author = {{skops-dev}}, |
| 105 | + title = {SKOPS}, |
| 106 | + url = {https://github.com/skops-dev/skops}, |
| 107 | + version = {0.11.0}, |
| 108 | + date = {2024-12-10}, |
| 109 | +} |
| 110 | + |
| 111 | +@article{tfjs2019, |
| 112 | + title={Tensorflow. js: Machine learning for the web and beyond}, |
| 113 | + author={Smilkov, Daniel and Thorat, Nikhil and Assogba, Yannick and Nicholson, Charles and Kreeger, Nick and Yu, Ping and Cai, Shanqing and Nielsen, Eric and Soegel, David and Bileschi, Stan and others}, |
| 114 | + journal={Proceedings of Machine Learning and Systems}, |
| 115 | + volume={1}, |
| 116 | + pages={309--321}, |
| 117 | + year={2019}, |
| 118 | + doi={10.48550/arXiv.1901.05350} |
| 119 | +} |
| 120 | + |
| 121 | +@inproceedings{quan2022towards, |
| 122 | + title={Towards understanding the faults of javascript-based deep learning systems}, |
| 123 | + author={Quan, Lili and Guo, Qianyu and Xie, Xiaofei and Chen, Sen and Li, Xiaohong and Liu, Yang}, |
| 124 | + booktitle={Proceedings of the 37th IEEE/ACM International Conference on Automated Software Engineering}, |
| 125 | + pages={1--13}, |
| 126 | + year={2022}, |
| 127 | + doi={10.1145/3551349.3560427} |
| 128 | +} |
| 129 | + |
| 130 | +@misc{NerdCorner2025, |
| 131 | + author = {{Nerd Corner}}, |
| 132 | + title = {TensorFlow.js vs TensorFlow (Python) -- Pros and cons}, |
| 133 | + year = {2025}, |
| 134 | + month = {Mar}, |
| 135 | + howpublished = {\url{https://nerd-corner.com/tensorflow-js-vs-tensorflow-python/}} |
| 136 | +} |
| 137 | + |
| 138 | +@inproceedings{rauker2023toward, |
| 139 | + title={Toward transparent ai: A survey on interpreting the inner structures of deep neural networks}, |
| 140 | + author={R{\"a}uker, Tilman and Ho, Anson and Casper, Stephen and Hadfield-Menell, Dylan}, |
| 141 | + booktitle={2023 ieee conference on secure and trustworthy machine learning (satml)}, |
| 142 | + pages={464--483}, |
| 143 | + year={2023}, |
| 144 | + organization={IEEE}, |
| 145 | + doi={10.1109/SaTML54575.2023.00039} |
| 146 | +} |
| 147 | + |
| 148 | +@article{macrae2019governing, |
| 149 | + title={Governing the safety of artificial intelligence in healthcare}, |
| 150 | + author={Macrae, Carl}, |
| 151 | + journal={BMJ quality \& safety}, |
| 152 | + volume={28}, |
| 153 | + number={6}, |
| 154 | + pages={495--498}, |
| 155 | + year={2019}, |
| 156 | + publisher={BMJ Publishing Group Ltd}, |
| 157 | + doi={10.1136/bmjqs-2019-009484} |
| 158 | +} |
0 commit comments