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 | 31 |
Tags
- graph database
- TigerGraph
- 그래프 데이터베이스
- Python
- Graph Tech
- 분산 병렬 처리
- GraphX
- spark
- RStudio
- graph
- SQL
- 인공지능
- 빅데이터
- 딥러닝
- RDD
- GSQL
- TensorFlow
- 그래프 질의언어
- 그래프
- 그래프 에코시스템
- DeepLearning
- r
- Neo4j
- Graph Ecosystem
- BigData
- Federated Learning
- SparkML
- Cypher
- GDB
- 연합학습
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