Live data from Hacker News

NLP Architect by Intel AI Lab

nlp_architect.nervanasys.com

1–10 of 12 posts

Re: NLP Architect by Intel AI Lab

#2
This AI toolkit works on popular Intel CPUs, and is a big step forward for the new Intel Nervana Neural Network Processor (NNP-I) hardware chip akin to a GPU.

The Intel AI Lab has an introduction to NLP (https://ai.intel.com/deep-learning-foundations-to-enable-nat...) and optimized Tensorflow (https://ai.intel.com/tensorflow/)

One surprising research result for this NLP is that a simple convolutional architecture outperforms canonical recurrent networks, often. See: CMU lab, Sequence Modeling Benchmarks and Temporal Convolutional Networks (TCN) https://github.com/locuslab/TCN

If you're interested in Nervana, here are some specifics: the chip is for hardware neural network acceleration, for inference-based workloads. Notable features include fixed-point math, Ice Lake cores, 10-nanometer fabs, on-chip memory management by software directly, and hardware-optimized inter-chip parallelism.

I've worked for Intel, and I'm stoked to see the AI NLP progress.

Re: NLP Architect by Intel AI Lab

#3
post #2

This AI toolkit works on popular Intel CPUs, and is a big step forward for the new Intel Nervana Neural Network Processor (NNP-I) hardware chip akin to a GPU. The Intel AI Lab has an introduction to NLP ( https://ai.intel.com/deep-learning-foundations-to-enable-nat... ) and optimized Tensorflow ( https://ai.intel.com/tensorflow/ ) One surprising research result for this NLP is that a simple convolutional architecture…

So does this not work if you don’t have fancy new intel hardware?

Re: NLP Architect by Intel AI Lab

#4
post #3
post #2

This AI toolkit works on popular Intel CPUs, and is a big step forward for the new Intel Nervana Neural Network Processor (NNP-I) hardware chip akin to a GPU. The Intel AI Lab has an introduction to NLP ( https://ai.intel.com/deep-learning-foundations-to-enable-nat... ) and optimized Tensorflow ( https://ai.intel.com/tensorflow/ ) One surprising research result for this NLP is that a simple convolutional architecture…

So does this not work if you don’t have fancy new intel hardware?

Hi. I’m one of the authors of the library. The models work on every popular CPU by Intel. Nonetheless, we’re supporting Intel Optimzed Tensorflow when installing and in the future plan to add HW optimizations to the models. Stay tuned :)

Re: NLP Architect by Intel AI Lab

#5
post #3

Earlier quoted context omitted.

So does this not work if you don’t have fancy new intel hardware?

Hi. I’m one of the authors of the library. The models work on every popular CPU by Intel. Nonetheless, we’re supporting Intel Optimzed Tensorflow when installing and in the future plan to add HW optimizations to the models. Stay tuned :)

Thanks, I'll update my post to clarify, and also add the Tensorflow page. Great work by you and your team!

Re: NLP Architect by Intel AI Lab

#6
post #3

Earlier quoted context omitted.

So does this not work if you don’t have fancy new intel hardware?

Hi. I’m one of the authors of the library. The models work on every popular CPU by Intel. Nonetheless, we’re supporting Intel Optimzed Tensorflow when installing and in the future plan to add HW optimizations to the models. Stay tuned :)

So this is aimed at inference rather than training. Does Intel have any plans to produce chips which can scale training as well, or is that largely going to be outsourced to GPUs for models of considerable size for the time being?

I imagine models need to be deployed more often than built, but I thought that the pain point was usually the latter.

Re: NLP Architect by Intel AI Lab

#8

How does this compare to word2vec or fasttext?

word2vec and fasttext are specialized tools for creating word embeddings, this is a more generalist library. It's more comparable to PyText, AllenNLP or Flair, the main difference appearing to be that the other three use PyTorch, not Tensorflow.

Re: NLP Architect by Intel AI Lab

#9
post #2

This AI toolkit works on popular Intel CPUs, and is a big step forward for the new Intel Nervana Neural Network Processor (NNP-I) hardware chip akin to a GPU. The Intel AI Lab has an introduction to NLP ( https://ai.intel.com/deep-learning-foundations-to-enable-nat... ) and optimized Tensorflow ( https://ai.intel.com/tensorflow/ ) One surprising research result for this NLP is that a simple convolutional architecture…

By the way, the last author of the TCN paper (Vladlen Koltun) works at Intel Labs (Intelligent Systems Lab).
Post reply on HN