This paper presents an approach for named entity recognition (NER) and linking in tweets using deep learning techniques. The approach uses bidirectional LSTMs with character-level embeddings to perform NER, and averages word embeddings around entity mentions to link them to DBpedia entries. Training data was expanded from the provided 1629 tweets to nearly 14,000 tweets by adding additional annotated data. Experimental results showed the effectiveness of embeddings for entity disambiguation. The best system achieved an overall score of 0.541 on the test data.