Become a member
Sign in
SULAIMAN SULAIMAN
SULAIMAN SULAIMAN

SULAIMAN SULAIMAN

10 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by SULAIMAN SULAIMAN

See more

From What is Firebase? by Chris Esplin

When you connect your app to Firebase, you’re not connecting through normal HTTP. You’re connecting through a WebSocket. WebSockets are much, much faster than HTTP. You don’t have to make individual WebSocket calls, because one socket connection is plenty. All of…

From Building a Real-World Pipeline for Image Classification — Part I by Marcelo Boeira

The use of Inception was an intuitive one, take something that is already built in this case a well established neural network optimised for image recognition tasks, and retrain it with our images. This is known as transfer learning, and for us it proved to be a time and cost effective way to quickly implement an image classifier.

From SparkFlow: Train TensorFlow Models with Apache Spark Pipelines by Derek Miller

h as Convolutional Neural Networks for images, Recurrent Neural Networks for natural …built on Apache Spark, provide the architecture to orchestrate complex pipelines on large datasets. However, Apache Spark currently has no out of the box support for deep neural network architectures such as Convolutional Neural Networks for images, Recurrent Neural Networks for natural language processing, and more.

Claps from SULAIMAN SULAIMAN

See more

Vue.js, a JS framework for humans

George Mavrommatis

The most difficult things about learning to code by yourself — and how to tackle them

Matt Zhou