neural(3)
-
[Paper reading] NeRF, Representing Scenes as Neural Radiance Fields for View Synthesis
Abstract Keywords: scene representation, view synthesis, image-based rendering, volume rendering, 3D deep learning We present a method that achieves state-of-the-art results for synthesizing novel views of complex scenes by optimizing an underlying continuous volumetric scene function using a sparse set of input views. Our algorithm represents a scene using a fully-connected (non- convolutional)..
2023.09.24 -
[GoogleML] Deep Neural Network
Deep L-layer Neural Network input dim ๋งํผ input ๋ ธ๋์ ์ 1๊ฐ์ input image์ ๋ํด, feature๋ค์ ์๋ก ํด์ํ ์ ์๋ค Forward Propagation in a Deep Network ๋ชจ๋ training example m๊ฐ๋ฅผ ํ ๋ฒ์ horizontally ํํํ๋ ๊ฒ -> vector version Getting your Matrix Dimensions Right Why Deep Representations? input layer์ ๊ฐ๊น์ด ๋ ธ๋๋ค์ ์ฃ์ง detect (๊ฐ๋ก, ์ธ๋ก ๋ฐฉํฅ์ low level features) ๊ฐ์ด๋ฐ - ๋, ์ฝ detect ๋ง์ง๋ง - ์ผ๊ตด ์ธ์ (high level features) ์ค๋์ค ์ธ์์ ๊ฒฝ์ฐ์๋, low ..
2023.09.11 -
[GoogleML] Shallow Neural Network, Vectorizing
Neural Networks Overview Neural Network Representation Computing a Neural Network's Output Vectorizing Across Multiple Examples
2023.09.09