TagTechnical posts

Using forRoot() and forChild() to configure modules in Angular

Well defined angular modules are a cornerstone in good app making. Although the documentation provided by the Angular team is detailed, its multiple areas and possibilities make it a little bit complex to understand. Sebastián Puentes, computer engineer, explains in this article how to inject configurations with forRoot () and forChild () in...

Trend Prediction with LSTM RNNs using Keras (Tensorflow) in 3 Steps

Understanding the up or downward trend in statistical data holds vital importance. It helps in estimation, prediction and forecasting things ahead of time. Its potential application are predicting stock markets, prediction of faults and estimation of remaining useful life of systems, forecasting weather etc. This article covers implementation of...

Recent Posts