chaozijian's Stars
algorithm-visualizer/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
EbookFoundation/free-programming-books
:books: Freely available programming books
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
JDAI-CV/CoTNet
This is an official implementation for "Contextual Transformer Networks for Visual Recognition".
ki-ljl/LSTM-Load-Forecasting
Implementation of Electric Load Forecasting Based on LSTM(BiLSTM). Including Univariate-SingleStep forecasting, Multivariate-SingleStep forecasting and Multivariate-MultiStep forecasting.
igoingdown/Social-influence-estimation-based-on-BPR
This is my graduation project.
Zigarov/SoC-Estimation-SVR
Example of Machine Learning application: State of Charge estimation of a battery using SVR
swuxyj/DeepHash-pytorch
Implementation of Some Deep Hash Algorithms, Including DPSH、DSH、DHN、HashNet、DSDH、DTSH、DFH、GreedyHash、CSQ.
zhouhaoyi/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
nnzhan/MTGNN
FYX-master/SOC_estimation_with_GRU-RNN
NicolaGiardino/SoC_EKF_Linux
BoS Thesis work on State of Charge Estimation of a Battery Pack using an Extended Kalman Filter, in a Real-Time Embedded Linux Environment
AlterWL/Battery_SOC_Estimation
Battery state of charge estimation using kalman filter in Matlab
PatientEz/CNN-BiLSTM-Attention-Time-Series-Prediction_Keras
CNN+BiLSTM+Attention Multivariate Time Series Prediction implemented by Keras
oliverguhr/transformer-time-series-prediction
proof of concept for a transformer-based time series prediction model
ELERIX/gwl-m-bc16-sw
This software is used to read and save data from BC16 which can provide battery State Of Charge (SOC), remaining capacity, charging or discharging current, power and time remaining before battery is completely charged or discharged.
Gurukiran2000/M1_batterypacksoc_app
Repository for an appliction that provides the information regarding terminal voltage ,battery capacity and State of charge taking various parameters into considerationters into cons
Chahbaz-Aman/Coulomb_Counter
A simple battery pack state of charge tracking module using current integration approach.
ali-ghorbani-k/SOC-estimation-of-lithium-ion-batteries
Various machine learning algorithms have been used to estimate state-of-charge (SOC) of calendar-aged lithium-ion pouch cells. Calendar life data was generated by applying galvanostatic charge/discharge cycle loads at different storage temperature (35°C and 60°C) and conditions (fully-discharged and fully-charged). The data was obtained at various C-rates for duration of 10 months at one-month intervals. The wininng model, Random Forest (RF), has achieved a R2 score of 99.98% and a mean absolute error (MAE) of 0.14% over test data, confirming the ability of RF to capture input-output dependency. The model will be employed to estimate the SOC of calendar-aged lithium-ion batteries which is essential for the reliable operation of electic vehicles (EVs).
MohamedAbuelsoud/Battery-state-of-charge
This project is aimed to get the SoC by using current integration method which measure the current passing through current sensor while charging or discharging and then integrating it in a time. The system based on Atmega32 microcontroller with software architecture in the picture attached with this project. EEPROM is included in the system to save the previous value of SoC after restarting the system and calculate the new state based on the previous one. Timer (CTC Mode) and interrupt are used to return the number of milliseconds passed since the MCU began running the current program.
Michael-DeSando/BMS
This is a battery management system application that uses the MSP430FR5969 MCU and BQ76PL536 Evaluation Board to monitor cell voltage, pack voltage, state of charge, pack temperature, and cell balancing.
scttnlsn/bms
Battery management system for 4-series li-ion packs
SeanLee97/clfzoo
A deep text classifiers library.
vedderb/vesc_bms_fw
The VESC BMS Firmware
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐