mohuangrui's Stars
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
taichi-dev/taichi
Productive, portable, and performant GPU programming in Python.
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
google-deepmind/alphafold
Open source code for AlphaFold 2.
aimacode/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
cnr-isti-vclab/meshlab
The open source mesh processing system
bentrevett/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
weiaicunzai/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
su2code/SU2
SU2: An Open-Source Suite for Multiphysics Simulation and Design
atomiechen/THU-PPT-Theme
清华主题PPT模板
weiaicunzai/Bag_of_Tricks_for_Image_Classification_with_Convolutional_Neural_Networks
experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN acc
AMReX-Codes/amrex
AMReX: Software Framework for Block Structured AMR
nasa/CFL3D
peridigm/peridigm
Peridigm peridynamics code.
SpectralPOD/spod_matlab
Spectral proper orthogonal decomposition in Matlab
cauchyturing/Imaging-time-series-to-improve-classification-and-imputation
Python 3.6+ (only)
sonofeft/RocketCEA
RocketCEA Wraps The NASA Fortran CEA Code
LongJun123456/Tensorflow-Resnet-Image-Classification
这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其他的图片分类任务,整个网络框架是基于Tensorflow实现的
eliotwalt/gaf-cnn
Multivariate timeseries to multivariate timeseries convolution regressor based on the article "Encoding Time Series as Images for Visual Inspection and Classification Using Tiled Convolutional Neural Networks" by Wang, Z.; Oates, T. in Proceedings of the Workshops at AAAI Conference on Artificial Intelligence, Honolulu, HI, USA, 27 January–1 February 2019, pp. 40–46.
rocketmlhq/sciml
Scientific Machine Learning Tutorials
cesmix-mit/LAMMPS.jl
cesmix-mit/InteratomicPotentials.jl
Contains methods and types for a variety interatomic potentials.
v3551G/Imaging_sequence_data
EStokTP/EStokTP
Auto-Mech/autochem
A library for manipulating molecular descriptors
avcopan/EStokTP
eliotwalt/cuda-knn
gpu accelerated implementation of k-NN using PyTorch.