1,205 skills found · Page 8 of 41
QuantLaw / Legal Data PreprocessingConvert legal statutes and cases from official sources (or juris) to graphs
KwokHing / YandexCatBoost Python DemoDemo on the capability of Yandex CatBoost gradient boosting classifier on a fictitious IBM HR dataset obtained from Kaggle. Data exploration, cleaning, preprocessing and model tuning are performed on the dataset
lucascesarfd / Underwater SndOfficial implementation of the paper "An Investigation of Preprocessing Filters and Deep Learning Methods for Vessel Type Classification With Underwater Acoustic Data"
ericmassip / Smart Charging Of Electric VehiclesSmart charging of electric vehicles for maximizing PV self-consumption using Deep Reinforcement Learning. Data preprocessing was done with Pandas, data visualization with Matplotlib and Seaborn, matrix manipulation with Numpy, unit testing with the Unittest python library and neural network training and testing with Keras.
nitinkaushik01 / Machine Learning Data Preprocessing PythonIt's a Github Repo to get an understanding on various pre-processing steps required in Machine Learning before we build Machine Learning Models. The code is written in Python.
qwirky-yuzu / COCO To YOLOObject Detection Data Preprocessing: Converts COCO labels to YOLO labels format
ThomasAkam / Photometry PreprocessingFiber photometry data preprocessing - denoising, photobleaching and motion correction.
Unstructured-IO / CommunityOpen source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
sethns / Data Preprocessing In PythonAn End-to-End Guide on Data Preprocessing in Machine Learning in Python
jorainer / Metabolomics2018Workshop illustrating mass spectrometry data analysis in R and use of the updated xcms functionality for the preprocessing of LC-MS data.
Shengfeng233 / PINN PreprocessData preprocess method on Physics-informed neural networks
ekaestle / Amb Noise ToolsPython functions to preprocess and correlate ambient-noise data and extract phase-velocity curves
Sneka06 / Data Preprocessing MethodsNo description available
Geraldine-Winston / Carbon Emission Forecasting Using LSTM Models.Harnessing LSTM neural networks, this project forecasts carbon emissions from historical data. Through streamlined preprocessing, dynamic modeling, and vivid visualizations, it transforms raw data into actionable, exportable insights for impactful environmental analysis and decision-making.
M73ACat / IFD Preprocessing Experiment机器学习背景下旋转机械振动信号故障诊断是否需要信号预处理——使用CWRU数据的一次尝试 Whether signal preprocessing is needed for fault diagnosis of rotating machinery vibration signals in the context of machine learning - an attempt using CWRU data
adiengineer / ADHD Classification DBN ExtractionGuide : Prof Sundaram Suresh (NTU- Singapore) Area: Deep learning neural networks for feature extraction in high dimensional neuro imaging data. Tools used: Standard neuro imaging software for preprocessing, a MATLAB deep learning toolbox DeeBNet. I used deep learning algorithms including RBM’s and CNN’s to train on an open source MRI data set and classify unseen fMRI scans as having ADHD or not. I was able to achieve accuracy scores of 64% which is incrementally better than the current start of art(as of 2016). The project was challenging due to the high dimensionality of the input data and the meager number of test samples.
YakshHaranwala / PTRAILPTRAIL is a state-of-the art parallel computation library for Mobility Data Preprocessing and feature extraction.
BD-MF / POS4ASCThe code and preprocessed data for ACL 2021 paper titled "Exploiting Position Bias for Robust Aspect Sentiment Classification"
AhmedOsamaMath / Statistics BasicsA comprehensive guide to applying statistical techniques in machine learning, including data preprocessing, model development, evaluation metrics, and real-world applications. This repository provides beginner-to-advanced insights into the statistical foundations of machine learning.
TxgStars / Wdcnn实现的是WDCNN的pytorch版本代码,对应论文的第三章 data包含了四个数据文件夹,这里只使用了0HP文件夹中的数据,里面包含了正常、内圈、外圈、滚动体共10种状态 preprocess.py的功能是对数据进行采样、编码,虽然划分出来了验证集但是并没有使用 train.py定义了用于模型训练以及显示的函数和类 main.py定义了网络模型,调用另外两个py文件获取数据和进行训练 直接运行main.py文件即可得到的结果