top of page
Search
The Tech Platform
Jan 7, 2022
What Is Predictive Maintenance?
Predictive maintenance is an approach to maintaining operational industrial assets such as jet engines, wind turbines, and oil pumps...
The Tech Platform
Dec 29, 2021
Recurrent Neural Networks by Example in Python
Recurrent means the output at the current time step becomes the input to the next time step. At each element of the sequence, the model...
The Tech Platform
Dec 27, 2021
How neural networks simulate symbolic reasoning
Researchers at the University of Texas have discovered a new way for neural networks to simulate symbolic reasoning. This discovery...
The Tech Platform
Dec 15, 2021
Raspberry Pi Poker Player
The poker player performs 3 main steps: (1) identify cards, (2) identify hands, and (3) make bets. I will show how you can use MATLAB to...
The Tech Platform
Dec 10, 2021
Illustrated Guide to LSTM’s and GRU’s: A step by step explanation
Recurrent Neural Networks suffer from short-term memory. If a sequence is long enough, they’ll have a hard time carrying information from...
The Tech Platform
Oct 4, 2021
Ensemble methods: bagging, boosting and stacking
Ensemble learning is a machine learning paradigm where multiple models (often called “weak learners”) are trained to solve the same...
The Tech Platform
Sep 29, 2021
How to do Deep Learning on Graphs with Graph Convolutional Networks
Machine learning on graphs is a difficult task due to the highly complex, but also informative graph structure. This post is the second...
The Tech Platform
Sep 27, 2021
Accelerating Deep Learning Training with MATLAB and NVIDIA NGC
Data Scientists, researchers and developers need the right software tools to easily build, optimize, and test their AI applications...
The Tech Platform
Sep 20, 2021
What are the Advantages and Disadvantages of Artificial intelligence? How to use AI in Business?
What is Artificial Intelligence? Artificial intelligence is intelligence demonstrated by machines, as opposed to the natural intelligence...
The Tech Platform
Sep 17, 2021
Build Your Own Movie Recommender System Using BERT4Rec
Step-by-Step implementation of a Transformer-based recommender system in PyTorch Recommendation algorithms are a core part of a lot of...
bottom of page