Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 그래프 질의언어
- 그래프 데이터베이스
- 그래프
- TensorFlow
- r
- 그래프 에코시스템
- Cypher
- DeepLearning
- GraphX
- spark
- 분산 병렬 처리
- 연합학습
- Graph Ecosystem
- TigerGraph
- Federated Learning
- SparkML
- Python
- 인공지능
- RDD
- SQL
- BigData
- graph database
- Neo4j
- GDB
- 빅데이터
- graph
- GSQL
- Graph Tech
- RStudio
- 딥러닝
Archives
- Today
- Total
목록Tensorflow Federated (1)
Hee'World

Tensorflow에서 연합학습 관련 기능을 제공하고 있는 Tensorflow Federated를 설치하며, https://www.tensorflow.org/federated/install?hl=ko 를 참고하여 진행하였습니다. 설치환경 Ubuntu 18.04 Python3 Tensorflow 2.5 설치순서 Python 환경 설치 Python 가상환경 설정 Tensorflow Federated 설치 1. Python 환경 설치 $ sudo apt update $ sudo apt install python3-dev python3-pip # Python 3 $ sudo pip3 install --user --upgrade virtualenv 2. Python 가상환경 설정 $ virtualenv --pyt..
AI/연합학습
2021. 9. 12. 14:59