Stars
IPE style sheet with symbols for electrical engineering
Lecture notes of Real Analysis III in bilibili
A simple and flexible code for Reservoir Computing architectures like Echo State Networks
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
The official gpt4free repository | various collection of powerful language models | o3 and deepseek r1, gpt-4.5
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
A simple toy demo of a local voice assistant with whisper and large language model.
🔍🀄️ Review mahjong game log with mjai-compatible mahjong AI.
Apply and save color schemes in MATLAB with ease.
Collection of publicly available IPTV channels from all over the world
The files for the implementation of the inverted pendulum controller using reinforcement learning as in my LinkedIn article https://www.linkedin.com/pulse/inverted-pendulum-controller-using-reinfor…
Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
MNIST is the de facto “hello world” dataset of computer vision. In this competition, our goal is to correctly identify digits from a dataset of handwritten images.
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Simple Python neural network for handwritten digits classification in pure Numpy
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!