chaets
As an Engineer and now a Graduate student for Computational intelligence and Data Analytics, with an interest in Machine Learning, Image Processing, NLP, DL, CV
New York, NY
Pinned Repositories
Automatic-smear-detection-on-the-camera-lens-from-given-street-view-images
detect smear present on the camera lens through various image processing algorithms
Cluster-Benchmarking
Cluster Benchmarking of CPU, RAM, I/O and network using C
Computer_Vision_projects
All the CV codes
Convolution-network-for-Bush-and-William-Data-Set
Convolution network for Bush and William Data Set to identify if they are in the pic or not
Coupon-Inventory-System
Coupon Inventory System using JAVA
Deep-learning-with-limited-precision-using-GENANN
Deep learning with limited precision using GENANN in C. precisions like Int 8, int 16, Float 32 and Float 16
Deep-neural-network-with-limiter-precision-on-GPUs-using-python
Deep neural network with limited precision on GPUs using python
Generl-Sorting-for-Teragigabit-of-Data
External data sort and multithreaded programming is performed on single node shared memory for two given datasets of 2 GB and 20 GB each. The purpose of the project is to sort datasets larger than the size of the memory using External Sorting Technique. The results are evaluated and then comparison is carried out with the implementation of the results of Linux sorting. This document illustrates graphically the strategy for implementing the sorting followed by merging. The document also puts forward tabular performance evaluation for the same.
Heartbeat_data_analysis
Heartbeat_data_analysis after reading ECG data
implement-semi-colon-and-and-operator-in-XV6
implement semi-colon and and operator in XV6
chaets's Repositories
chaets/Automatic-smear-detection-on-the-camera-lens-from-given-street-view-images
detect smear present on the camera lens through various image processing algorithms
chaets/Cluster-Benchmarking
Cluster Benchmarking of CPU, RAM, I/O and network using C
chaets/Computer_Vision_projects
All the CV codes
chaets/Convolution-network-for-Bush-and-William-Data-Set
Convolution network for Bush and William Data Set to identify if they are in the pic or not
chaets/Coupon-Inventory-System
Coupon Inventory System using JAVA
chaets/Deep-learning-with-limited-precision-using-GENANN
Deep learning with limited precision using GENANN in C. precisions like Int 8, int 16, Float 32 and Float 16
chaets/Deep-neural-network-with-limiter-precision-on-GPUs-using-python
Deep neural network with limited precision on GPUs using python
chaets/Generl-Sorting-for-Teragigabit-of-Data
External data sort and multithreaded programming is performed on single node shared memory for two given datasets of 2 GB and 20 GB each. The purpose of the project is to sort datasets larger than the size of the memory using External Sorting Technique. The results are evaluated and then comparison is carried out with the implementation of the results of Linux sorting. This document illustrates graphically the strategy for implementing the sorting followed by merging. The document also puts forward tabular performance evaluation for the same.
chaets/Heartbeat_data_analysis
Heartbeat_data_analysis after reading ECG data
chaets/Sort-on-Single-shared-memory
sorting on external and multi-threaded programming
chaets/Sort-using-Spark-and-Hadoop
This project covers sort through Hadoop and Spark on multiple nodes. We have used Linux system to implement your application and used the Proton Cluster accessible at 216.47.142.37; each Hadoop group (cluster) has 4 nodes, each node having 4-cores, 8GB of memory, and 80GB of SSD storage.
chaets/translates-the-virtual-address-into-Physical-address
uv2p() – uv2p system call translates the virtual address into Physical address.
chaets/Understanding-the-cost-of-Computing-in-the-cloud
chaets/Bush-vs-Williams-using-multiple-classification-and-regression-models
Train a model to classify “bush vs not bush” and “williams vs not williams” face recognition To understand performance of various classifiers for authentication using facial classification Task: Identify the dataset Understanding the data -size of the images, quality of images Feature analysis - number of features, Try out various classifiers and understand differences in performance
chaets/chaets.github.io
chaets/cogniac
Augmentation app
chaets/dive
A tool for exploring each layer in a docker image
chaets/Implementation-of-system-calls-on-XV6
Implementation of system calls on XV6
chaets/Kubernetes-essentials
I will be going through every small modules to run kubernetes cluster
chaets/lseek-system-call-is-used-to-read-and-write-the-files-randomly
lseek() system call is used to change the location of read and write pointers of the file descriptor. The location can be set either in relative or absolute terms. It is useful to be able to read or write to a specific offset with in the file.
chaets/metric-sum
BSC
chaets/promxy
An aggregating proxy to enable HA prometheus
chaets/rancher-as-code
chaets/redis_toolkit
Toolkit for actively monitoring, analyzing and reporting your Redis database.
chaets/self-driving-vehicle
Projects for Udacity's self-driving-car Nano-Degree program
chaets/snowflake-grafana-datasource
Snowflake grafana datasource plugin allows Snowflake data to be visually represented in Grafana dashboards.
chaets/sparkpluggw
Prometheus meets the Industrial Internet of Things
chaets/sql_exporter
Database agnostic SQL exporter for Prometheus
chaets/Time-Series-Analysis
Time series analysis using FBprophet, Tensorflow and Statsmodel.
chaets/Time-series-analysis-on-Divvy-data
analyze/visualize Divvy Bike Trips dataset and make forecast and detect riding patterns for the morning hours, evening hours, busiest day of the week, busiest month of the year, etc.