Biswajit Sahoo
Biswajit Sahoo
Home
Blog
Projects
Publications
Personal
Contact
Light
Dark
Automatic
Machine Learning
Reading multiple files in Tensorflow 2 using Sequence
Run in Google Colab View source on GitHub Download notebook In this post, we will read multiple csv files using Tensroflow Sequence. In an earlier post we had demonstrated the procedure for reading multiple csv files using a custom generator.
Dec 26, 2020
17 min read
Blog
,
Tensorflow
,
Machine Learning
,
Deep Learning
Reading multiple csv files in PyTorch
Run in Google Colab View source on GitHub Download notebook In many engineering applications data are usually stored in CSV (Comma Separated Values) files. In big data applications, it’s not uncommon to obtain thousands of csv files.
Dec 19, 2020
18 min read
Blog
,
PyTorch
,
Machine Learning
,
Deep Learning
Reading multiple files in Tensorflow 2
Run in Google Colab View source on GitHub Download notebook In this post, we will read multiple .csv files into Tensorflow using generators. But the method we will discuss is general enough to work for other file formats as well.
Jan 9, 2020
20 min read
Blog
,
Machine Learning
,
Deep Learning
,
Tensorflow
Principal Component Analysis - Part III
Run Python code in Google Colab Download Python code Download R code (R Markdown) In this post, we will reproduce the results of a popular paper on PCA. The paper is titled ‘Principal component analysis’ and is authored by Herve Abdi and Lynne J.
Feb 5, 2019
11 min read
Blog
,
PCA
,
Machine Learning
,
R
,
Python
Principal Component Analysis - Part II
Run Python code in Google Colab Download Python code Download R code (R Markdown) Download MATLAB code This post is Part-II of a three part series post on PCA. Other parts of the series can be found at the links below.
Feb 4, 2019
11 min read
Blog
,
PCA
,
Machine Learning
,
R
,
Python
,
MATLAB
Principal Component Analysis - Part I
In this post, we will discuss about Principal Component Analysis (PCA), one of the most popular dimensionality reduction techniques used in machine learning. Applications of PCA and its variants are ubiquitous.
Feb 3, 2019
11 min read
Blog
,
PCA
,
Machine Learning
,
R
,
Python
Cite
×