renxiaoxing's starred repositories

annotated_deep_learning_paper_implementations

🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Language:PythonLicense:MITStargazers:56161Issues:458Issues:132

100-Days-Of-ML-Code

100 Days of ML Coding

License:MITStargazers:45448Issues:2440Issues:0

handson-ml2

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:27990Issues:655Issues:511

Dive-into-DL-PyTorch

本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:18348Issues:387Issues:151

best-of-ml-python

🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

BayesianOptimization

A Python implementation of global optimization with gaussian processes.

Language:PythonLicense:MITStargazers:7911Issues:131Issues:365

handson-ml3

A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:7820Issues:142Issues:109

introduction_to_ml_with_python

Notebooks and code for the book "Introduction to Machine Learning with Python"

Language:Jupyter NotebookStargazers:7446Issues:367Issues:149

CV

✔(已完结)最全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】

Language:Jupyter NotebookStargazers:6177Issues:17Issues:18

graph-based-deep-learning-literature

links to conference publications in graph-based deep learning

Language:Jupyter NotebookLicense:MITStargazers:4807Issues:252Issues:14

GraphEmbedding

Implementation and experiments of graph embedding algorithms.

Language:PythonLicense:MITStargazers:3719Issues:63Issues:65

Machine-Learning-with-Python

Practice and tutorial-style notebooks covering wide variety of machine learning techniques

Language:Jupyter NotebookLicense:BSD-2-ClauseStargazers:3106Issues:158Issues:10

GraphNeuralNetwork

《深入浅出图神经网络:GNN原理解析》配套代码

Language:Jupyter NotebookStargazers:1743Issues:27Issues:57

GNN-Recommender-Systems

An index of recommendation algorithms that are based on Graph Neural Networks. (TORS)

Gaussian-Process-Regression-Tutorial

An Intuitive Tutorial to Gaussian Processes Regression

Language:Jupyter NotebookLicense:MITStargazers:547Issues:9Issues:4

comet-examples

Examples of Machine Learning code using Comet.ml

Language:Jupyter NotebookStargazers:151Issues:14Issues:11

Graph_Neural_Network_Learning

图神经网络(图卷积网络) 个人学习总结

Language:Jupyter NotebookStargazers:104Issues:2Issues:0
Language:PythonLicense:AGPL-3.0Stargazers:42Issues:6Issues:7

Surrogate_Optimization

A step-by-step guide for surrogate optimization using Gaussian Process surrogate model

Language:Jupyter NotebookStargazers:29Issues:3Issues:0

DEN-ARMOEA

# Introduction of DNN-AR-MOEA This repository contains code necessary to reproduce the experiments presented in Evolutionary Optimization of High-DimensionalMulti- and Many-Objective Expensive ProblemsAssisted by a Dropout Neural Network. Gaussian processes are widely used in surrogate-assisted evolutionary optimization of expensive problems. We propose a computationally efficient dropout neural network (EDN) to replace the Gaussian process and a new model management strategy to achieve a good balance between convergence and diversity for assisting evolutionary algorithms to solve high-dimensional multi- and many-objective expensive optimization problems. mainlydue to the ability to provide a confidence level of their outputs,making it possible to adopt principled surrogate managementmethods such as the acquisition function used in Bayesian opti-mization. Unfortunately, Gaussian processes become less practi-cal for high-dimensional multi- and many-objective optimizationas their computational complexity is cubic in the number oftraining samples. # References If you found DNN-AR-MOEA useful, we would be grateful if you cite the following reference: Evolutionary Optimization of High-DimensionalMulti- and Many-Objective Expensive ProblemsAssisted by a Dropout Neural Network (IEEE Transactions on Systems, Man and Cybernetics: Systems).

Language:MATLABStargazers:23Issues:2Issues:0

Gaussian-Process

Implementing a Gaussian Process regression model from scratch

Language:Jupyter NotebookStargazers:22Issues:2Issues:0

framework

MOEA/D is a general-purpose algorithm framework. It decomposes a multi-objective optimization problem into a number of single-objective optimization sub-problems and then uses a search heuristic to optimize these sub-problems simultaneously and cooperatively.

Language:PythonLicense:GPL-3.0Stargazers:20Issues:2Issues:41

surrogate-cmaes

Surrogate CMA-ES (S-CMA-ES and DTS-CMA-ES) is a surrogate-based optimizing evolution strategy. It is based on the N. Hansen's CMA-ES algorithm which is interconnected with Gaussian processes (or random forests, that are, however, not maintained here anymore).

MO-ASMO

This is a standalone version of MO-ASMO, a surrogate based multi-objective optimization algorithm.

Language:PythonLicense:GPL-3.0Stargazers:18Issues:1Issues:0

tvopt

tvopt is a prototyping and benchmarking Python framework for time-varying (or online) optimization.

Language:PythonLicense:GPL-3.0Stargazers:13Issues:3Issues:0

BBO

BBO optimiser

L-GSO

Local Generative Surrogate Optimisation algorithm

Language:PythonStargazers:11Issues:5Issues:0

soft_systems_course

Course on computational design, non-linear optimization, and dynamics of soft systems at UIUC.

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:6Issues:1Issues:0

lq-cma

CMA-ES with a global linear-quadratic surrogate model

Language:Jupyter NotebookLicense:BSD-3-ClauseStargazers:3Issues:3Issues:0

epsilon-greedyGPR

Accelerating the Evolutionary Algorithms by Gaussian Process Regression with epsilon-greedy acquisition function

Language:CStargazers:1Issues:0Issues:0