Deep Learning

Multiclass bearing fault classification using features learned by a deep neural network

Jan 1, 2022

IndexedSlices in Tensorflow

What are `IndexedSlices` and why are they get used in Tensorflow?

Apr 1, 2021

Tensorflow 2 code for Attention Mechanisms chapter of Dive into Deep Learning (D2L) book

Implementing attention mechanisms, multi-head attention, transformer architecture, etc. from scratch in Tensorflow.

Mar 10, 2021

Reading multiple files in Tensorflow 2 using Sequence

Create a data pipeline by incrementally reading thousands of `csv` files using Tensorflow `Sequence`.

Dec 26, 2020

Reading multiple csv files in PyTorch

Create a data pipeline by incrementally reading thousands of `csv` files in PyTorch.

Dec 19, 2020

Data-Driven Remaining Useful Life (RUL) Prediction

Aim of this project is to produce reproducible results in condition monitoring. We will apply some of the standard machine learning techniques to publicly available datasets and show the results with code for remaining useful life (RUL) prediction task. This is an ongoing project and will evolve over time. Related notebooks can be found at this [github page](https://biswajitsahoo1111.github.io/rul_codes_open/).

Sep 5, 2020

Efficiently reading multiple files in Tensorflow 2

Use of `map` and `prefetch` combined with generators can speed up data ingestion.

May 17, 2020

Reading multiple files in Tensorflow 2

Create a data pipeline by incrementally reading thousands of `csv` files in Tensorflow.

Jan 9, 2020

Using Python Generators

Understanding python generators with simple examples.

Jun 29, 2019

Data-Driven Machinery Fault Diagnosis

Aim of this project is to produce reproducible results in condition monitoring. We will apply some of the standard machine learning techniques to publicly available machinery datasets and show the results with code for fault diagnosis task. This is an ongoing project and will evolve over time. Related notebooks and data can be found at this [github page](https://biswajitsahoo1111.github.io/cbm_codes_open/).

Apr 18, 2019