Tag: Big data
-
Predictive Analytics: the future of digital marketing
Posted on December 9, 2018, Level beginner Resource Length long
An older blog post by Deepak Kanakaraju on hot topic of predictive analytics. As technology impacts every aspect of our lives, it is also creating an impact in predicting the future, with reasonable accuracy.
Tags big-data machine-learning analytics infosec
-
Deep Learning with Python for beginners
Posted on October 5, 2018, Level intermediate Resource Length short
An article by Shailna Patidar in which she takes a look at Deep Learning with Python for beginners and explore the definition of Deep Learning as well as its main characteristics. Moreover, this article will go through Artificial Neural Networks and Deep Neural Networks, along with Deep Learning applications.
Tags python machine-learning programming big-data
-
4 edge computing technologies enabling IoT ready network infrastructure
Posted on September 30, 2018, Level beginner Resource Length short
A quick intro into IoT networking. Networks around the world are going through a massive transformation in which edge computing devices and edge infrastructure development hold a key role.
Tags iot data-science big-data machine-learning software-architecture
-
Intuitive explanation of Convolutional Neural Networks
Posted on September 29, 2018, Level intermediate Resource Length long
An older article by jjwalkarn about Convolutional Neural Networks. Convolutional Neural Networks (ConvNets or CNNs) are a category of Neural Networks that have proven very effective in areas such as image recognition and classification.
Tags miscellaneous data-science big-data machine-learning
-
An Introduction to Q#
Posted on July 14, 2018, Level beginner Resource Length short
Ankit Sharma article focusing on Q# language. Q# is an accessible language for quantum computing. Q# is the new programming language introduced by Microsoft for quantum computing. Author goes over the data types, expressions, and statements of Q# with the help of code snippets.
Tags programming data-science big-data machine-learning
-
Why is the human brain so efficient?
Posted on June 24, 2018, Level beginner Resource Length medium
Liqun Luo, professor in the School of Humanities and Sciences, and professor, by courtesy, of neurobiology, at Stanford University, published this interesting essay about human brain efficiency and how massive parallelism lifts the brain's performance above that of AI. The brain is complex; in humans it consists of about 100 billion neurons, making on the order of 100 trillion connections.
Tags data-science big-data
-
Building a simple Keras + deep learning REST API
Posted on June 12, 2018, Level intermediate Resource Length medium
Adrian Rosebrock tutorial in which he will present a simple method to take a Keras model and deploy it as a REST API. The examples covered in this post will serve as a template/starting point for building your own deep learning APIs.
Tags big-data data-science programming
-
Trying out Containerized Applications on Apache Hadoop YARN 3.1
Posted on May 20, 2018, Level intermediate Resource Length medium
Shane Kumpf & Vinod Kumar Vavilapalli & Saumitra Buragohain from Hortonworks wrote series of articles about Hadoop. This is the 5th blog of this seres and in this blog, they will explore running Docker containers on YARN for faster time to market and faster time to insights for data intensive workloads at scale.
Tags big-data data-science database
-
Reusing & composing GraphQL APIs with GraphQL bindings
Posted on May 12, 2018, Level intermediate Resource Length medium
Graphcool published tutorial about GraphQL bindings. With GraphQL bindings you can embed existing GraphQL APIs into your GraphQL server. In this article, they present a new application of schema stitching which makes it particularly easy to reuse, compose and share existing GraphQL APIs: GraphQL bindings.
Tags big-data apis nosql
-
TensorFlow on Mobile: TensorFlow Lite introduction
Posted on April 17, 2018, Level beginner Resource Length short
Sagar Sharma short introduction to TensorFlow on mobile. TensorFlow Lite is a lightweight and a next step from TensorFlow Mobile. You can do almost all the things that you do on TensorFlow mobile but much faster.
Tags android big-data app-development
-
Apache Kafka is not for event sourcing
Posted on February 1, 2018, Level beginner Resource Length medium
Jesper Hammarbäck article in which he argues why Kafka is not the best tool for event sourcing. Kafka is a great tool for delivering messages between producers and consumers and the optional topic durability allows you to store your messages permanently. Forever if you'd like.
Tags software-architecture apache streaming big-data machine-learning
-
Making sentiment analysis easy with Scikit-learn
Posted on January 29, 2018, Level beginner Resource Length medium
Lesley Cordero article about sentiment analysis. Sentiment analysis uses computational tools to determine the emotional tone behind words. Python has a bunch of handy libraries for statistics and machine learning so in this post we'll use Scikit-learn to learn how to add sentiment analysis to our applications.
Tags big-data machine-learning