vgg19“ 的搜索结果

VGG19 and VGG16 on Tensorflow

Python2.24 k
3 年前

An easy implement of VGG19 with tensorflow, which has a detailed explanation.

Python180
7 年前

Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

Python2.69 k
3 年前

#计算机科学#The VGG16 and VGG19 networks in caffe with jupyter notebook

Jupyter Notebook45
8 年前

Convolution Neural Network of vgg19 model in verilog

Verilog49
8 年前

TensorFlow implementation of VGG19 with Transfer Learning

Jupyter Notebook8
7 年前
MATLAB219
4 年前

使用VGG19迁移学习实现图像风格迁移。

Python161
6 年前

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Python3.44 k
2 年前

Pytorch implements the VGG19 model to classify cifar100

Python13
7 年前

使用pytorch,构建VGG19网络结构,对CIFAR10数据集进行分类

Jupyter Notebook20
6 年前

cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attention, inception_v4+rnn(LSTM, GRU)+attention, inception_resnet_v2+r...

Python208
5 年前

基于VGG19和EfficientNetV2的中文手写汉字识别

Python51
7 个月前

#计算机科学#神经风格迁移——基于keras实现(VGG19)2019-2-23

Python10
7 年前

使用vgg16,vgg19对cifar数据集中的图像进行分类

Python22
6 年前

A simple Tensorflow code for fine-tuning VGG-19 to solve 'cat or dog' task in kaggle.

Python24
7 年前

基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、DenseNet

Python473
3 年前

cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU), inception_resnet_v2+rnn(LSTM, GRU),.....

Python67
7 年前

This is a simple image clustering algorithm which uses KMeans for clustering and performs 3 types of vectorization using vgg16, vgg19 and resnet50 using the weights from ImageNet

Python40
6 年前

基于VGG19的水果识别,水果种类:香蕉、榴莲、山竹、梨、柿子。验证集精度95.51%,测试集精度92.00%

Python10
3 年前

一个实现指静脉识别的整合应用,包括算法,图像处理以及应用GUI⚡。模型使用VGG19,GUI框架为PysimpleGUI。

Python19
4 年前

This project used VGG19 to transfer Monet's artistic style to a cartoon short video. The idea was inspired by the oil painted animation 'Loving Vincent'(2017). We want to automate the creation of the...

Jupyter Notebook5
7 年前

Artistic style transfer has been part of the quickly growing AI Art community in recent times. Pioneered by Gatys et al this class of methods allows for the transfer of a style, texture, pattern ect. ...

Jupyter Notebook27
4 年前