Skip to content

Commit b05b279

Browse files
author
Beat Buesser
committed
Update READMEs
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7df4d79 commit b05b279

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README-cn.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/adversarial-robustness-toolbox)](https://pypi.org/project/adversarial-robustness-toolbox/)
1616
[![slack-img](https://img.shields.io/badge/chat-on%20slack-yellow.svg)](https://ibm-art.slack.com/)
1717

18-
对抗性鲁棒性工具箱(ART)是用于机器学习安全性的Python库。 ART提供的工具使开发人员和研究人员可以针对以下方面评估,捍卫,认证和验证机器学习模型和应用程序:
19-
逃避,中毒,提取和推断的对抗性威胁。 ART支持所有数据类型的所有流行的机器学习框架(TensorFlow,Keras,PyTorch,MXNet,scikit-learn,XGBoost,LightGBM,CatBoost,GPy等)
20-
(图像,表格,音频,视频等)和机器学习任务(分类,对象检测,生成,认证等)。
18+
19+
对抗性鲁棒性工具箱(ART)是用于机器学习安全性的Python库。 ART提供的工具可
20+
开发人员和研究人员针对以下方面捍卫和评估机器学习模型和应用程序:
21+
逃避,中毒,提取和推断的对抗性威胁。 ART支持所有流行的机器学习框架
22+
(TensorFlow,Keras,PyTorch,MXNet,scikit-learn,XGBoost,LightGBM,CatBoost,GPy等),所有数据类型
23+
(图像,表格,音频,视频等)和机器学习任务(分类,对象检测,生成,
24+
认证等)。
2125

2226
<p align="center">
2327
<img src="docs/images/adversarial_threats_attacker.png?raw=true" width="400" title="ART logo">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[中文README请按此处](README-cn.md)
1919

2020
Adversarial Robustness Toolbox (ART) is a Python library for Machine Learning Security. ART provides tools that enable
21-
developers and researchers to evaluate, defend, certify and verify Machine Learning models and applications against the
21+
developers and researchers to defend and evaluate Machine Learning models and applications against the
2222
adversarial threats of Evasion, Poisoning, Extraction, and Inference. ART supports all popular machine learning frameworks
2323
(TensorFlow, Keras, PyTorch, MXNet, scikit-learn, XGBoost, LightGBM, CatBoost, GPy, etc.), all data types
2424
(images, tables, audio, video, etc.) and machine learning tasks (classification, object detection, generation,

0 commit comments

Comments
 (0)