Recently I came across some interesting algorithms and tools that can help with time series data analysis and forecasting. I found them very interesting from a developer's perspective. So I think I need to write something about it. How to do forecasting for sales, inventory and other time based data? I asked the question to… Continue reading Time series forecasting with Auto ARMIA
Author: Ming
Have some REST in Magento 2
Recently I have been working on some integration projects which require custom APIs to be built in Magento. As we know Magento support SOAP and REST as 2 main types of APIs. SOAP used to be the main API suite in Magento 1. But REST has become the main stream web API that developers are… Continue reading Have some REST in Magento 2
Machine Learning in Javascript powered by Tensorflow.js
Python has been one of the most popular programming languages for implementing machine learning applications. Tensorflow is one of the most popular frameworks for machine learning written in Python. Recently I came across Tensorflow.js project which I feel very excited about as it brings up a whole new world of opportunities for implementing machine learning algorithms… Continue reading Machine Learning in Javascript powered by Tensorflow.js
Magento 2 Unit Test
Test plays a vital role in any types of software development to ensure the deliverable is robust and bug free. Magento 1(M1) comes with NO test suite and unit testing M1 codebase is considered as a nightmare. Good idea, but no one do it:( So you never see any M1 modules come with a test… Continue reading Magento 2 Unit Test
Checking out Keras with Tensorflow in Google Colab
As we all know that Machine Learning especially Deep Learning with Neural Network has become one of the top trending tech topics in these days. I was trying to get my head around machine learning and AI but I found it does have a steep learning curve for anyone new to this domain. I recently… Continue reading Checking out Keras with Tensorflow in Google Colab