Pinned Repositories
book_DeepLearning_in_PyTorch_Source
colab
DAPPER
Data Assimilation with Python: a Package for Experimental Research
DPCNN-TextCNN-Pytorch-Inception
本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,后者效果略优。
easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
flowdyn
python based Finite Volume Solver for 1D hyperbolic equations
glofrim
Globally Applicable Framework for Integrated Hydrological-Hydrodynamic Modelling (GLOFRIM)
hydro-model-xaj
新安江水文模型
LHMP
Lumped Hydrological Models Playgroud
MEDIUM_NoteBook
Repository containing notebooks of my posts on Medium
ZhaoMY93's Repositories
ZhaoMY93/book_DeepLearning_in_PyTorch_Source
ZhaoMY93/colab
ZhaoMY93/DAPPER
Data Assimilation with Python: a Package for Experimental Research
ZhaoMY93/DPCNN-TextCNN-Pytorch-Inception
本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,后者效果略优。
ZhaoMY93/easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
ZhaoMY93/flowdyn
python based Finite Volume Solver for 1D hyperbolic equations
ZhaoMY93/glofrim
Globally Applicable Framework for Integrated Hydrological-Hydrodynamic Modelling (GLOFRIM)
ZhaoMY93/hydro-model-xaj
新安江水文模型
ZhaoMY93/LHMP
Lumped Hydrological Models Playgroud
ZhaoMY93/MEDIUM_NoteBook
Repository containing notebooks of my posts on Medium
ZhaoMY93/pixel_level_land_classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
ZhaoMY93/Practical_Python_Programming
北邮《Python编程与实践》课程资料
ZhaoMY93/PyRTC
Codes to implement system-level RTC algorithms based on the PySWMM and Pystorms benchmarking gamma model
ZhaoMY93/Python_chazhi
克里金插值和IDW插值
ZhaoMY93/pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
ZhaoMY93/R-Hydrology
ZhaoMY93/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
ZhaoMY93/Smartin-Toolbox
Toolbox for real-time control of urban water infrastructure
ZhaoMY93/SPHY
Spatial Processes in HYdrology hydrological model
ZhaoMY93/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
ZhaoMY93/SWE
The Shallow Water Equations teaching code.
ZhaoMY93/SWMM-2DCA
This code name the Storm Water Management Model Two-Dimensional Cellular Automata (SWMM-2DCA) to simulate inundation characteristics and flow interaction between urban drainage system and surface runoff. For more information please see https://ascelibrary.org/doi/10.1061/%28ASCE%29HE.1943-5584.0002036
ZhaoMY93/swmmio
Python tools for interacting with, editing, and visualizing EPA SWMM5 models
ZhaoMY93/ToroExact
Python implementation of the exact Riemann solver of Toro (1999).
ZhaoMY93/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.