Mastering the Pipe Operator in Elixir
Elixir has become one of the most loved languages. Elixir applications are scalable, very reliable, and the syntax is also quite nice. In this article, we will discuss about how elixir pipe…
Continue ReadingCreate Abstract Images with Neural Networks
Artificial neural networks are comprised of node layers containing an input layer, one or more hidden layers, and an output layer. Each node connects to another and has an associated weight and threshold value.For generating random….
Continue ReadingExperimental NLP for Article Summary Extraction
Summary Extraction is the technique for generating meaningful and complete information of the text while focusing on the sections that convey useful information, and…
Continue ReadingUnderstanding Macros: A Comprehensive Guide
Macro is a code that writes code. Macros are one of the most advanced and powerful features of Elixir. They make it possible to perform powerful code transformations in compilation time…
Continue ReadingRemote Developers: Accelerate Start-Up Growth
All of a sudden, due to COVID-19, there is a surge in the number of applicants looking for options for working from home. A report published on Livemint on 31st May 2020 says…
Continue ReadingUnderstanding Optical Character Recognition (OCR)
Optical character recognition (OCR) is changing the way we interact with information and making it secure with the new age OCR engines. Solving problems of real world with…
Continue Reading