Pinned Repositories
Algorithm-Course-Experiments
[课程设计]《算法设计与分析》课程作业实验及代码 Algorithm course experiments
Auto-Selfreport
ncov每日一报自动打卡 A tiny self-use Python web crawler.
chrome-dino-drl-bot
a2c solution for google chrome://dino game
Hierarchical-Clustering
基于层次聚类算法的无向图聚类实现 implementation of hierarchical clustering method
Huffman-Tree-Visualization
哈夫曼树可视化 Huffman Tree Visualization in Python plus C++
Lemon-412
Library-System
基于django的图书管理系统 A library system developed by django.
naive-machine-learning-beginner
implementation of some machine learning methods.
OS-simulator
[课程设计] 《操作系统2》简单操作系统模拟 My attempt to simulate an operating system. Process scheduling, deadlock protection, shell etc.
wxk.shu.edu.cn
[课程设计] 《数据库原理1》选课系统 A web project based on Python django, Mysql and Bootstrap.(乱写的)
Lemon-412's Repositories
Lemon-412/wxk.shu.edu.cn
[课程设计] 《数据库原理1》选课系统 A web project based on Python django, Mysql and Bootstrap.(乱写的)
Lemon-412/Library-System
基于django的图书管理系统 A library system developed by django.
Lemon-412/naive-machine-learning-beginner
implementation of some machine learning methods.
Lemon-412/chrome-dino-drl-bot
a2c solution for google chrome://dino game
Lemon-412/OS-simulator
[课程设计] 《操作系统2》简单操作系统模拟 My attempt to simulate an operating system. Process scheduling, deadlock protection, shell etc.
Lemon-412/Algorithm-Course-Experiments
[课程设计]《算法设计与分析》课程作业实验及代码 Algorithm course experiments
Lemon-412/Auto-Selfreport
ncov每日一报自动打卡 A tiny self-use Python web crawler.
Lemon-412/Huffman-Tree-Visualization
哈夫曼树可视化 Huffman Tree Visualization in Python plus C++
Lemon-412/Hierarchical-Clustering
基于层次聚类算法的无向图聚类实现 implementation of hierarchical clustering method
Lemon-412/Lemon-412
Lemon-412/Lemon-412.github.io
Lemon-412/tutorials
机器学习相关教程
Lemon-412/design-pattern
Python3实现设计模式,致力于将设计模式的**应用在开发中。创建型模式有:简单工厂模式、工厂方法模式、抽象工厂模式、 建造者模式和单例模式;结构型模式:适配器模式、桥模式、组合模式、外观模式和代理模式;行为型模式:责任链模式、观察者模式、策略模式和模板方法模式。设计模式是对软件设计中普遍存在或反复出向的各种问题所提出的解决方案。每一个设计模式系统地被命名、解释和评价了面向对象系统中一个重要和重复出现的设计。
Lemon-412/FDU-I-AM-OK
Lemon-412/federated-learning
A PyTorch Implementation of Federated Learning http://doi.org/10.5281/zenodo.4321561
Lemon-412/fedlearner
A multi-party collaborative machine learning framework
Lemon-412/FedML
A Research-oriented Federated Learning Library. Supporting distributed computing, mobile/IoT on-device training, and standalone simulation. Best Paper Award at NeurIPS 2020 Federated Learning workshop. Join our Slack Community:(https://join.slack.com/t/fedml/shared_invite/zt-havwx1ee-a1xfOUrATNfc9DFqU~r34w)
Lemon-412/learn_python3_spider
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等
Lemon-412/leedeeprl-notes
李宏毅《深度强化学习》笔记,在线阅读地址:https://datawhalechina.github.io/leedeeprl-notes/
Lemon-412/pytorch-A3C-1
Simple A3C implementation with pytorch + multiprocessing
Lemon-412/RL_signals
All you need to know about Reinforcement Learning for Traffic Signal Control. https://traffic-signal-control.github.io/
Lemon-412/SHU-I-AM-OK
去tm的形式主义,我就问问还有谁天天量体温的?
Lemon-412/Statistical-Learning-Methods
Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现
Lemon-412/Super-mario-bros-A3C-pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros