Archives for Developers Corner - Page 236
Spark NLP, an open source, state-of-the-art NLP library by Jon Snow Labs has been gaining immense popularity lately. Built natively on Apache Spark and TensorFlow, the library provides simple, performant as well as accurate NLP notations for machine learning pipelines which can scale easily in a distributed environment. This library is reusing the Spark ML…
The post 5 Reasons Why Spark NLP Is The Most Widely Used Library In Enterprises appeared first on Analytics India Magazine.
Big data analysts need the right tools which empower them to analyse and make robust decisions in an organisation. In this article, Analytics India Magazine lists down 15 top analytical tools that all persons who work with Big Data must use in 2019: 1| Apache Spark Apache Spark is a fast and general-purpose cluster computing…
The post Top 15 Analytical Tools Data Scientists Must Use In 2019 appeared first on Analytics India Magazine.
A key balancing act in machine learning is choosing an appropriate level of model complexity: if the model is too complex, it will fit the data used to construct the model very well but generalise poorly to unseen data (overfitting); if the complexity is too low the model won’t capture all the information in the…
The post Why Learning Rate Is Crucial In Deep Learning appeared first on Analytics India Magazine.
When we talk about Machine Learning or Data Science or any process that involves predictive analysis using data — regression, overfitting and regularization are terms that are often used. Understanding regularization and the methods to regularize can have a big impact on a Predictive Model in producing reliable and low variance predictions. In this article,…
The post A Complete Tutorial On Implementing Lasso Regression In Python With MachineHack Data Science Hackathon appeared first on Analytics India Magazine.
Freezing a layer in the context of neural networks is about controlling the way the weights are updated. When a layer is frozen, it means that the weights cannot be modified further. This technique, as obvious as it may sound is to cut down on the computational time for training while losing not much on…
The post What Does Freezing A Layer Mean And How Does It Help In Fine Tuning Neural Networks appeared first on Analytics India Magazine.
Bloom filter, an ingenious data structure invented 50 years ago by Howard Bloom to test whether a certain elements belongs to a certain set. There are many applications of bloom filters such as detecting malicious URLs on browsers, wallet synchronisation for cryptocurrencies, reducing datacenter workloads, recommendation system. Knowledge of hash function prior to knowing…
The post What Is Bloom Filter And How Useful It Is For Data Science appeared first on Analytics India Magazine.
Python can be said as one of the most widely used languages because of its multiple features which include a large variety of useful libraries, extremely vast community, and other such things. The libraries mentioned here provide basic and neural network variants for accessing the neural network and deep learning based research codes. In this…
The post Top 7 Python Neural Network Libraries For Developers appeared first on Analytics India Magazine.
In our bi-monthly column – Behind The Code, we reach out to developers from the community to ask them about their learning journey and how they gravitated to the field of data science or DevOps. This week, we caught up with Saurabh Gupta, Senior Developer Advocate, DigitalOcean, one of the biggest cloud infrastructure providers…
The post Behind The Code: This Developer Who Began His Journey With Flipkart Tells Why DevOps Is A Good Career appeared first on Analytics India Magazine.
As a data scientist, along with a practical skill set, what is equally important is the ability to think critically, as it can help you understand the business use cases better and improve your problem-solving ability. In other words, polishing your structured thinking is another essential aspect which can, to a large extent, determine…
The post 5 Ways Data Scientists Can Improve Structured Thinking Skills appeared first on Analytics India Magazine.
Jenkins is an open-source continuous integration software tool which requires little maintenance and has a built-in GUI tool for easy updates. It is used to build and test your software projects continuously making it easier for developers to integrate changes to the project. In this article, we list down 10 resources to learn Jenkins. 1|…
The post 10 Best Free Resources To Learn Jenkins For DevOps Developers appeared first on Analytics India Magazine.