Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lihanlian committed Sep 29, 2024
1 parent 01ed195 commit 1973d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-09-01-blog-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Neural Style Transfer
- Deep Learning
---
[**_Neural style transfer (NST)_**](https://en.wikipedia.org/wiki/Neural_style_transfer) serves as an essential starting point those interested in deep learning, incorporating critical components or techniques such as [**_convolutional neural networks (CNNs)_**](https://en.wikipedia.org/wiki/Convolutional_neural_network), VGG network, [**_residual networks_**](https://en.wikipedia.org/wiki/Residual_neural_network), upsampling and normalization. The basic neural style transfer method captures and manipulates image features using CNNs and the VGG network directly over the input image. In contrast, the fast neural style transfer method employs a dataset to train an inference neural network that can be used for real-time style transfer. This blogs provides the explanation of the implementation of both methods. Corresponding repository can be found [here (Github)](https://github.com/lihanlian/basic-and-fast-neural-style-transfer).
[**_Neural style transfer (NST)_**](https://en.wikipedia.org/wiki/Neural_style_transfer) serves as an essential starting point those interested in deep learning, incorporating critical components or techniques such as [**_convolutional neural networks (CNNs)_**](https://en.wikipedia.org/wiki/Convolutional_neural_network), VGG network, [**_residual networks_**](https://en.wikipedia.org/wiki/Residual_neural_network), upsampling and normalization. The basic neural style transfer method captures and manipulates image features using CNNs and the VGG network directly over the input image. In contrast, the fast neural style transfer method employs a dataset to train an inference neural network that can be used for real-time style transfer. This blogs provides the explanation of the implementation of both methods. Corresponding repository can be found <i class="fa-brands fa-github"></i> [here](https://github.com/lihanlian/basic-and-fast-neural-style-transfer).

## Basic NST

Expand Down

0 comments on commit 1973d62

Please sign in to comment.