Golang

Implement Higher Order Functions in Go Lang – Map, Reduce and Filter

Higher-order functions are a fundamental concept in functional programming, and Go is no exception. In some time ago we explored how to implement some of the higher order functions in Python,you can check out the video here . In this tutorial we will learn how to implement them in Go. In Go, higher-order functions are …

Implement Higher Order Functions in Go Lang – Map, Reduce and Filter Read More »

Sentiment Analysis in Golang

In this tutorial,which is part of the series Go4DataScience and Go4NLP in which we experiment with Go for doing Data Science, we will be performing sentiment analysis in Golang. By the end of this tutorial you will understand and learn about : What sentiment analysis is Why sentiment analysis Its applications. How to perform sentiment …

Sentiment Analysis in Golang Read More »

Using Golang For DataScience

Using Go For Data Science.Is it Easy?

Go also know as Golang is a simple yet powerful programming language created around 2009 and backed by Google. Go is  fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. With a lot of features built within it, it is a great tool. In this series of tutorials and posts we …

Using Go For Data Science.Is it Easy? Read More »