All Projects → jazzsaxmafia → Show_and_tell.tensorflow

jazzsaxmafia / Show_and_tell.tensorflow

Licence: bsd-2-clause

Projects that are alternatives of or similar to Show and tell.tensorflow

Covid Model
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Predict Customer Churn
A general-purpose framework for solving problems with machine learning applied to predicting customer churn
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Dab
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Coms4995 S19
COMS W4995 Applied Machine Learning - Spring 19
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Multidimensional Lstm Bitcoin Time Series
Using multidimensional LSTM neural networks to create a forecast for Bitcoin price
Stars: ✭ 289 (-1.7%)
Mutual labels:  jupyter-notebook
Scientific Python Lectures
Lectures on scientific computing with python, as IPython notebooks.
Stars: ✭ 3,158 (+974.15%)
Mutual labels:  jupyter-notebook
Pyssim
A Python module for computing the Structural Similarity Image Metric (SSIM)
Stars: ✭ 290 (-1.36%)
Mutual labels:  jupyter-notebook
Pycon 2018 Tutorial
Using pandas for Better (and Worse) Data Science
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Tianchi nl2sql
追一科技首届中文NL2SQL挑战赛决赛第3名方案+代码
Stars: ✭ 290 (-1.36%)
Mutual labels:  jupyter-notebook
Fpn tensorflow
This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
Stars: ✭ 291 (-1.02%)
Mutual labels:  jupyter-notebook
Ta Lib In Chinese
中文版TA-Lib库使用教程
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+1049.66%)
Mutual labels:  jupyter-notebook
G Darknet
darknet with GIoU
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Notebooks
All of our computational notebooks
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Mathtoolsforneuroscience
Materials for Mathematical Tools for Neuroscience course at Harvard (Neurobio 212)
Stars: ✭ 287 (-2.38%)
Mutual labels:  jupyter-notebook
Neural Networks And Deep Learning
This is my assignment on Andrew Ng's course “neural networks and deep learning”
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Pythonscraping
The code of book: Python Scraping
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Generative Query Network Pytorch
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Tdc
Therapeutics Data Commons: Machine Learning Datasets and Tasks for Therapeutics
Stars: ✭ 291 (-1.02%)
Mutual labels:  jupyter-notebook

Neural Caption Generator

  • Tensorflow implementation of "Show and Tell" http://arxiv.org/abs/1411.4555
  • Borrowed some code and ideas from Andrej Karpathy's NeuralTalk.
  • You need flickr30k data (images and annotations)

Code

  • make_flickr_dataset.py : Extracting feats of flickr30k images, and save them in './data/feats.npy'
  • model.py : TensorFlow Version

Usage

  • Flickr30k Dataset Download
  • Extract VGG Featues of Flicker30k images (make_flickr_dataset.py)
  • Train: run train() in model.py
  • Test: run test() or test_tf() in model.py
  • parameters: VGG FC7 feature of test image, trained model path
  • Once you download Tensorflow VGG Net (one of the links below), you don't need Caffe when testing.

Downloading data/trained model

  • Extraced FC7 data: download
  • This is used in train() function in model.py. You can skip feature extraction part by using this.
  • Pretrained model download
  • This is used in test() and test_tf() in model.py. If you do not have time for training, or if you just want to check out captioning, download and test the model.
  • Tensorflow VGG net download
  • This file is used in test_tf() in model.py
  • Along with the files above, you might want to download flickr30k annotation data from link

alt tag

License

  • BSD license
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].