본문 바로가기
DNN with Keras/TensorFlow

[TensorFlow] TensorSpace

by goatlab 2021. 12. 23.
728x90
반응형
SMALL

TensorSpace

 

TensorSpace는 TensorFlow.js, Three.js 및 Tween.js로 구축된 신경망 3D visualization framework이다. TensorSpace는 layer API를 제공하여 DL layer를 구축하고, 사전 훈련된 모델을 로드하고, 브라우저에서 3D visualization를 생성한다. TensorSpace API를 적용하면 TensorFlow, Keras, TensorFlow.js 등에 의해 구축된 사전 훈련된 모델을 visualization하고 이해하는 것이 더 직관적이다.

 

# Install in the Progressive Framework
pip install tensorspacejs
npm install @tensorflow/tfjs # or yarn add @tensorflow/tfjs

 

https://tensorspace.org/html/docs/startIntro.html

 

Getting Start - Introduction

Getting Start Introduction TensorSpace is a neural network 3D visualization framework built by TensorFlow.js, Three.js and Tween.js. TensorSpace provides Layer APIs to build deep learning layers, load pre-trained models, and generate a 3D visualization in

tensorspace.org

 

728x90
반응형
LIST