Accelerate Your Creativity with Automation

Posted on Fri 11 September 2020 in AI

If you want to have more brain cycles for fun, creative stuff, you can automate the boring stuff.
Though you can't really call it a "cognitive assistant", it will definitely help you think better.
Automating the boring stuff was the secret to the rise of powerhouse startups like GitHub, GitLab …


Continue reading

Which flavor of BERT should you use for your QA task?

Posted on Tue 21 July 2020 in AI • Tagged with AI, Natural Language Processing

Making an intelligent chatbot has never been easier, thanks to the abundance of open source natural language processing libraries, curated datasets and the power of transfer learning. Building a basic question-answering functionality with Transformers library can be as simple as this:

Input 1: Load Pretrained Transformer QA Model

from transformers …

Continue reading