pahao's Stars
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
rlabbe/filterpy
Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
anyoptimization/pymoo
NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
Akuli/python-tutorial
A Python 3 programming tutorial for beginners.
AlterWL/Battery_SOC_Estimation
Battery state of charge estimation using kalman filter in Matlab
nathanrooy/particle-swarm-optimization
Learn about particle swarm optimization (PSO) through Python!
baopng/NSGA-II
Implementation of NSGA-II algorithm in form of a python library.
stuartpittaway/diyBMSv4Code
Software for diyBMS v4
cjekel/Introduction-to-Python-Numerical-Analysis-for-Engineers-and-Scientist
Introduction to Python: Numerical Analysis for Engineers and Scientist. In 2017, Python became the world's most popular programming language. This course covers the basic syntax, linear algebra, plotting, and more to prepare students for solving numerical problems with Python.
wreszelewski/nsga2
Implementation NSGA-II algorithm in form of python library
batterysim/esctoolbox-python
Python version of Gregory Plett's ESCtoolbox
mathworks/Battery-Pack-Model-Simscape
Battery pack model for thermal management tasks, with modules of cells in series and parallel.
ThunderMat/Introduction-to-MCU-Programming-for-Power-Electronics-Control-Applications
This repository contains the MATLAB/Simulink source code to reproduce the experiments presented in the book: "Introduction to Microcontroller Programming for Power Electronics Control Applications"
WDWidanage/Simscape-Battery-Library
A Li-ion battery library written in Matlab Simscape language. Battery models include: TSPMeA, TSPMe, TECMD, TECM and a few utility components
mahesh147/Support-Vector-Machine
A simple implementation of support vector machine classifier in python.
BharadwazBollu/Algoritms-to-Battery-Management-Systems-
Projects and Quiz answers are provided for all the Courses in Algorithms to battery management systems including honours
estsauver/GAOT
Genetic Algorithm Optimization Toolbox
trsav/particle-swarm
Implementation of Particle Swarm optimisation in Python.
sanjaypradeep/Python-Data-Structure
This repository will be really helpful, if you want to learn from the scratch in Python Programming Languages. Also, makes your strong in Basic Python.
YashBansod/Electric_Drives_Power_Electronics
This drive contains all the Matlab and Simulink codes and files for the Electric Drives and Power Electronics Design, Simulation and Analysis.
williamyang98/3-phase-microinverter-controller
Voltage and power controller for a 3 phase microinverter to perform grid forming and feeding operations
felipef-lisboa/clarke_park_transform
A program to graphically demonstrate Clarke's and Park's Transformations
andriimazur93/Python
Repository with my solutions for tasks on pyschools.com
rafaelsanin/ESCSPKF
Python version of Gregory Plett's ESCSPKF toolbox
aahouzi/Optimization-for-Machine-Learning
Implementation of 11 variants of Gradient Descent algorithm from scratch, applied to the Boston Housing Dataset.
dshahid380/Gradient-descent-Algorithm
Gradient Descent algorithm implement using python and numpy ( mathematical implementation of gradient descent )
ARTS-Laboratory/LabVIEW-FPGA-Array-Based-Linear-Algebra
A library of array-based linear algebra solvers for LabVIEW FPGA designed for ease of use over efficiency or timing.
cloudsecuritylabs/LearningPython
Python Learning Codes
LVFPGABOOK/Chapter-2-How-To-Learn-LabVIEW-FPGA
A common challenge in learning LabVIEW FPGA is the overlooking of key steps. Chapter 2 outlines the needed steps. The path described is linear and regardless of one’s background all will pass through the same stages.