neuraltalk
Image describer
A system for generating image descriptions using neural networks
NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
5k stars
438 watching
1k forks
Language: Python
last commit: about 4 years ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
karpathy/neuraltalk2 | Efficient image captioning model using a CNN followed by an RNN in deep learning on GPU | 5,515 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
karpathy/char-rnn | A framework for training and generating text sequences using multi-layer Recurrent Neural Networks | 11,668 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,951 |
google/neural-tangents | A high-level neural network API for defining and training complex hierarchical networks of finite or infinite width | 2,291 |
eriklindernoren/ml-from-scratch | Provides implementations of fundamental machine learning models and algorithms from scratch in Python | 24,092 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,381 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
conchylicultor/deepqa | A deep learning-based chatbot model using TensorFlow and RNNs to generate responses to user queries. | 2,929 |
amazon-science/mm-cot | An implementation of multimodal chain-of-thought reasoning in language models using a decoupled training framework for rationale generation and answer inference. | 3,833 |
nixtla/neuralforecast | An open-source Python library providing a unified interface to various neural forecasting models, focusing on performance, usability, and robustness. | 3,181 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
nilearn/nilearn | A comprehensive toolkit for analyzing brain imaging data using machine learning and statistical techniques. | 1,214 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
karpathy/recurrentjs | A JavaScript library for building and training neural networks with automatic differentiation | 937 |