Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 0aa66e7

Browse files
authored
Merge pull request #68 from csdingbin/refine
Refine By Jian
2 parents 3c55a89 + 64edb0f commit 0aa66e7

10 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ Making AI Easier: It automates provides simplified toolkits for data processing,
1616

1717
Making AI more accessible: Through built-in optimized, parameterized models generated by smart democratization advisor and domain-specific, neural architected search (NAS) based network constructure, it brings complex DL to commodity HW, everyone can easily access AI on existing CPU clusters without the need to be an expert on data engineering and data science.
1818

19-
## This solution is intended for
19+
## This solution is intended for
2020

21-
* Citizen Data Scientists will get access to a broad range of models with simplified, click to run E2E AI pipeline workflows. They can construct models using the neural architecture search rather than developing from scratch.
22-
* Enterprise users can get optimized performance on CPU with simplified click to run workflow covering every stage of AI.
23-
* For independent software vendor, the optimized AI workflows can help to expand their AI portfolio and optimized End to End Pipeline reduced time to market.
24-
* For cloud service providers, they can use the neural network Constructor’s NAS feature to improve model performance and reduce search cost.
21+
This solution is intended for citizen data scientists, enterprise users, independent software vendor and partial of cloud service provider.
2522

2623
## Papers and Blogs
2724
* [ICYMI – SigOpt Summit Recap Democratizing End-to-End Recommendation Systems](https://sigopt.com/blog/icymi-sigopt-summit-recap-democratizing-end-to-end-recommendation-systems-with-jian-zhang/)
2825
* [The SigOpt Intelligent Experimentation Platform](https://www.intel.com/content/www/us/en/developer/articles/technical/sigopt-intelligent-experimentation-platform.html#gs.gz2ls6)
2926
* [SDC2022 - Data Platform for End-to-end AI Democratization](https://storagedeveloper.org/events/sdc-2022/agenda/session/326)
3027
* [SIHG4SR: Side Information Heterogeneous Graph for Session Recommender](https://dl.acm.org/doi/abs/10.1145/3556702.3556852)
31-
* DeNas(link provided later)
3228

3329

3430
# ARCHITECTURE
@@ -42,7 +38,7 @@ Intel® End-to-End AI Optimization Kit is a composable toolkits for E2E AI optim
4238

4339
* [Smart Democratization advisor (SDA)](e2eAIOK/SDA/README.md): A user-guided tool to facilitate automation of built-in model democratization via parameterized models, it generates yaml files based on user choice, provided build-in intelligence through parameterized models and leverage SigOpt for HPO. SDA converts the manual model tuning and optimization to assisted autoML and autoHPO. SDA provides a list of build-in optimized models ranging from RecSys, CV, NLP, ASR and RL.
4440

45-
* [Neural network constructor](#): A neural architecture search technology based on component to build compact neural network models for specific domains directly. It is a multi-model, hardware aware, train-free neural architecture search approach to build models for CV, NLP, ASR directly and leverage transfer learning model adaptor to deploy the models in user’s production environment.
41+
* [Neural network constructor]: A neural architecture search technology based on component to build compact neural network models for specific domains directly. It is a multi-model, hardware aware, train-free neural architecture search approach to build models for CV, NLP, ASR directly and leverage transfer learning model adaptor to deploy the models in user’s production environment.
4642

4743
For more information, you may [read the docs]().
4844
![Architecture](./docs/source/aiok_workflow.png).
@@ -69,7 +65,7 @@ cd e2eAIOK; python scripts/start_e2eaiok_docker.py --backend [pytorch, tensorflo
6965

7066

7167
## Performance
72-
![Performance](./docs/source/Performance.jpg "Intel® End-to-End AI Optimization Kit Performance").
68+
![Performance](./docs/source/Performance.png "Intel® End-to-End AI Optimization Kit Performance").
7369

7470

7571
## Getting Support

docs/source/Architecture.jpg

-14.7 KB
Binary file not shown.

docs/source/Architecture.png

-14.7 KB
Binary file not shown.

docs/source/Performance.jpg

-55.4 KB
Binary file not shown.

docs/source/Performance.png

24.9 KB
Loading

docs/source/aiok_workflow.png

-71.4 KB
Loading

docs/source/architecture.jpg

-134 KB
Binary file not shown.

example/test_aidk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
2-
from e2eAIOK import SDA
3-
from e2eAIOK.utils.hydromodel import HydroModel
2+
from AIDK import SDA
3+
from AIDK.hydroai.hydromodel import HydroModel
44

55

66
def main(input_args):

modelzoo/minigo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Quick Start
1212
## Enviroment Setup
1313
* Firstly, ensure that intel oneapi-hpckit is installed on server.
14-
* Secondly, enter AIOK repo directory.
14+
* Secondly, enter AIDK repo directory.
1515
* Thirdly, start the jupyter notebook service.
1616

1717
``` bash

scripts/performance_test_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIOK Performance Test Guide
1+
AIDK Performance Test Guide
22

33
* How to perform test
44

0 commit comments

Comments
 (0)