You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aims to develop a proof on concept program on tracking fraudulent Ethereum transactions using Python and blockchain concepts for a potential future course offered by University of Massachusetts Lowell.
Analytics Server Template is a generic open-source analytics server that has a simple yet powerful design to connect your business with third-party analytics service providers (like Google Analytics or Matomo).
This repository focuses on data preprocessing with exploratory data analysis (EDA) and feature engineering. It includes data cleaning, feature creation, and transformation to optimize datasets for machine learning models, providing insights and preparing data for better performance.
This project trains a deep learning model to recognize handwritten digits. Using the load_digits dataset from sklearn, moments and pixel data extracted from each image are combined. These data are used to train and test a neural network model built with TensorFlow. The model achieves a successful result with an accuracy of over 90%.
A tool for predicting the prices of popular cryptocurrencies for the next 30 days using an LSTM neural network. The project allows you to select from 10 popular cryptocurrencies and visualize future prices based on the last 2 years of data.
This is my personal repository for E0225:Design and Analysis of Algorithms. It is a foundational course to build algorithmic thinking at Computer Science department, IISc Bengaluru.
Analysis of audio-related features from the Azrou center's satellite receiver system, focusing on audio levels, decoder resets, buffer levels, and transport stream errors to identify performance insights and potential issues.