Goto

Collaborating Authors

 viml


The day I chose Lua over Javascript

#artificialintelligence

I've been working at Tabnine for the past two years. Tabnine is an awesome AI code generation that works directly in your IDE, providing inline, whole-line, full-function code completions. While Tabnine works with several IDEs, it didn't support full-function completions in Vim (Neovim, to be precise), which is my IDE of choice. I was somewhat uncomfortable working on a product that I couldn't experience on a daily basis -- so I decided to make full-function completions available in Vim. Having worked on our VS Code & Intellij plugins, I knew that first I needed to make sure that virtual lines API exists in Neovim.


Why AutoML Is An Essential New Tool For Data Scientists

#artificialintelligence

Machine learning (ML) is the current paradigm for modeling statistical phenomena by harnessing algorithms that exploit computer intelligence. It is common place to build ML models that predict housing prices, aggregate users by their potential marketing interests, and use image recognition techniques to identify brain tumors. However, up until now these models have required scrupulous trial and error in order to optimize model performance on unseen data. The advent of automated machine learning (AutoML) aims to curb the resources required (time and expertise) by offering well-designed pipelines that handle data preprocessing, feature selection, and model creation and evaluation. While AutoML may initially only appeal to enterprises that want to harness the power of ML without consuming precious budgets and hiring skilled data practitioners, it also contains very strong promise to become an invaluable tool for the experienced data scientist.


Why AutoML is An Essential New Tool For Data Scientists

#artificialintelligence

Machine learning (ML) is the current paradigm for modeling statistical phenomena by harnessing algorithms that exploit computer intelligence. It is common place to build ML models that predict housing prices, aggregate users by their potential marketing interests, and use image recognition techniques to identify brain tumors. However, up until now these models have required scrupulous trial and error in order to optimize model performance on unseen data. The advent of automated machine learning (AutoML) aims to curb the resources required (time and expertise) by offering well-designed pipelines that handle data preprocessing, feature selection, and model creation and evaluation. While AutoML may initially only appeal to enterprises that want to harness the power of ML without consuming precious budgets and hiring skilled data practitioners, it also contains very strong promise to become an invaluable tool for the experienced data scientist.