From db61eb776974b96da1161405f3ffd887c7444884 Mon Sep 17 00:00:00 2001 From: Girish Kuniyal Date: Tue, 2 Apr 2019 02:09:52 +0530 Subject: [PATCH] Unavailable ipython notebook link removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b196adc..ec5f41d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [neon](https://github.com/NervanaSystems/neon) is Intel's reference deep learning framework committed to [best performance](https://github.com/soumith/convnet-benchmarks) on all hardware. Designed for ease-of-use and extensibility. -* [Tutorials](http://neon.nervanasys.com/docs/latest/tutorials.html) and [iPython notebooks](https://github.com/NervanaSystems/meetup) to get users started with using neon for deep learning. +* [Tutorials](http://neon.nervanasys.com/docs/latest/tutorials.html) and iPython notebooks to get users started with using neon for deep learning. * Support for commonly used layers: convolution, RNN, LSTM, GRU, BatchNorm, and more. * [Model Zoo](https://github.com/NervanaSystems/ModelZoo) contains pre-trained weights and example scripts for start-of-the-art models, including: [VGG](https://github.com/NervanaSystems/ModelZoo/tree/master/ImageClassification/ILSVRC2012/VGG), [Reinforcement learning](https://github.com/NervanaSystems/ModelZoo/tree/master/DeepReinforcement), [Deep Residual Networks](https://github.com/NervanaSystems/ModelZoo/tree/master/SceneClassification/DeepResNet), [Image Captioning](https://github.com/NervanaSystems/ModelZoo/tree/master/ImageCaptioning), [Sentiment analysis](https://github.com/NervanaSystems/ModelZoo/tree/master/NLP/SentimentClassification/IMDB), and [more](http://neon.nervanasys.com/docs/latest/model_zoo.html). * Swappable hardware backends: write code once and then deploy on CPUs, GPUs, or Nervana hardware