# JS-Torch - PyTorch 와 비슷한 Javascript 라이브러리

> Clean Markdown view of GeekNews topic #14175. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=14175](https://news.hada.io/topic?id=14175)
- GeekNews Markdown: [https://news.hada.io/topic/14175.md](https://news.hada.io/topic/14175.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-04-06T10:01:01+09:00
- Updated: 2024-04-06T10:01:01+09:00
- Original source: [github.com/eduardoleao052](https://github.com/eduardoleao052/js-torch)
- Points: 9
- Comments: 1

## Topic Body

- PyTorch 의 문법을 따르면서 처음부터 새로 개발   
- 딥러닝 Layers와 함수, 자동 미분(Differentiation) 엔진, Gradient 추적이 가능한 완전한 기능의 Tensor 객체를 내장   
- 구현된 Tensor Operation: Add, Subtract, Multiply, Divide, Matrix Multiply, Power, Square Root, Exponentiate, Log, Sum, Mean, Variance, Transpose, At, MaskedFill, Reshape  
- 구현된 딥러닝 Layers: nn.Linear, nn.MultiHeadSelfAttention, nn.FullyConnected, nn.Block, nn.Embedding, nn.PositionalEmbedding, nn.ReLU, nn.Softmax, nn.Dropout, nn.LayerNorm, nn.CrossEntropyLoss

## Comments



### Comment 24391

- Author: eduardoleao052
- Created: 2024-04-12T11:12:50+09:00
- Points: 1

Thanks for posting!
