일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python matplotlib
- pandas
- PYTHON
- ChIPseq
- drug muggers
- julia
- Batch effect
- matplotlib
- 싱글셀 분석
- Bioinformatics
- CUTandRUN
- MACS2
- ngs
- EdgeR
- scRNAseq analysis
- CUT&RUN
- CSS
- scRNAseq
- single cell analysis
- single cell
- Git
- single cell rnaseq
- DataFrame
- cellranger
- HTML
- javascript
- github
- 비타민 C
- drug development
- js
Archives
- Today
- Total
목록julia differentiation (1)
바이오 대표
[Differentiation] using Zygote, reverse differentiation
Machine learning 중 Neural Network 를 이용한 트레이닝에서 backpropagation 을 이용해 모델의 parameters 을 재조정한다. Backpropagation이 reverse differentiation 이다. julia> using Zygote julia> f'(a) julia> Zygote.gradient(f, a) julia> Zygote.gradient((x1, x2) -> (x1^2 + x2^2 - 0.1x1*x2) / (x1 + 1.0), ⋅ 0.2, 0.3)
Mathematical Optimization/Julia
2021. 10. 13. 17:28