Git Product home page Git Product logo

『不思善,不思恶,正与么时,那个是明上座本来面目?』

                                                                                                              
                                             ##################                                               
                                           ##########################                                         
                                         ##############################(                                      
                                        #################################                                     
                                        ##################################                                    
                                       *################################## #########                          
                                 ###################################################                          
                                #####################################################                         
                                  ##################################################,                         
                                    , /#############################################                          
                                      ################################## #########                            
                                   .  #################################  #########/                           
                                     * ,##############################   #########                  #######   
#####/                                   #########* ################%##  #########             ########  #####
#  ########                               #%  #####################*#   ,##########        #########       ,##
      #########                                  #######(.## # ,#        ##########    #####    #######    ###
   #######    ######,            ,#             #########    /&       ###################       ########   ,##
  ########      (###################      (###################,     %#############    ######     #######     #
  #######     ######        ####  #### ########################### ####  ########    &#######      #####&     
  ######     ########     #######   #################################    #######     (#######       #####     
  ####       #######     ######## ###################################### #######       ######         ###     
  ###        ######      %######################################################        #####           #     
 .#          #####        #####%#########################################  #####         &###                 
             ####         ####& #########################################% .####           ##                 
             ##(          ####  #########################################   ,###            #                 
             %            ###   #########################################     #/                              
                           &   ###########################################                                    
                              #############################################                                   
                              ##############################################                                  
                             ########%#############################,########                                  
                             ########  ############################ (#######&                                 
                         &##########   ############################  &###########                 .###        
     ####            ##############    ############################    ##############            ###          
 .   #######     ################      #############################    &################,    ##############*#
##############################         ############################         ##################################
#########################%            .#############################            ############################ *
#####################                ################################                #########################
           &####                    ###################################                   #########       ##  

Enthusiastically, sympathetically, firmly...

I'm HongYu Zhang, a postgraduate student from Sichuan, China. I love reading📚, writing✏️, and drawing🎨~


📕 Latest Blog Post


📊: Weekly development breakdown

Python       10 hrs 21 mins  ███████████████████▒░░░░░   77.49 %
Markdown     2 hrs 46 mins   █████▒░░░░░░░░░░░░░░░░░░░   20.73 %
Text         6 mins          ▒░░░░░░░░░░░░░░░░░░░░░░░░   00.81 %
Git Config   6 mins          ▒░░░░░░░░░░░░░░░░░░░░░░░░   00.77 %
Other        1 min           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.13 %

Hongyu Zhang's Projects

aiflow icon aiflow

🎈 2020年**高校计算机大赛(C4)-网络技术挑战赛EP2决赛赛项:基于CNN+LSTM时空神经网络的在线流量分类模型。

airpassengeranalysis icon airpassengeranalysis

🎈2021年大学生服务外包创新创业大赛《航空旅客付费选座意愿识别》赛题

cdsrec icon cdsrec

🔨 跨域序列推荐(Cross-Domain Sequential Recommendation)的算法工具箱,旨在提供序列推荐、跨域推荐、跨域序列方法的baseline实现。目前本工具箱已包括TiSASRec、CoNet、PINet、MIFN这四种方法的实现。

cloze_test icon cloze_test

🎈 2020-2021年ASC世界大学生超级计算机竞赛第3题 使用ALBert模型完成完形填空的NLP任务

commoditymanagmentsystem-qt icon commoditymanagmentsystem-qt

⚙ 本项目为SWPU程序设计综合实践大作业 用C++结合Qt框架写的程序设计实践大作业《京东物流管理系统》

distributed-ml-pyspark icon distributed-ml-pyspark

🔨 使用Spark/Pytorch实现分布式算法,包括图/矩阵计算(graph/matrix computation)、随机算法、优化(optimization)和机器学习。参考刘铁岩《分布式机器学习》和CME 323课程

fedao icon fedao

🔨 A toolbox for federated learning, aiming to provide implementations of FedAvg, FedProx, Ditto, etc. in multiple versions, such as Pytorch/Tensorflow, single-machine/distributed, synchronized/asynchronous.

fedcom icon fedcom

🔬 FedCom为SWPU2022届本科毕业设计《基于社区检测的多任务聚类联邦学习》。本研究提出了一种多任务聚类联邦学习(clustered federated learning, CFL)的新方法,该方法的特点是基于社区检测(community detection)来进行聚类簇的动态划分。

feddcsr icon feddcsr

🔬 This is the source code and baselines of our SDM'24 paper FedDCSR: Federated Cross-domain Sequential Recommendation via Disentangled Representation Learning.

fedhcdr icon fedhcdr

🔬 This is the source code and baselines of our ECML-PKDD'24 paper FedHCDR: Federated Cross-Domain Recommendation with Hypergraph Signal Decoupling.

fedhkg icon fedhkg

🔨 基于OpenKE的联邦异构知识图谱划分的工具箱,采用的划分方式是不同客户端实体之间可能重叠,而其关系和元组不重叠。

sicp-python icon sicp-python

🔨 用Python实现巫师书(the Wizard Book)《SICP》(Hal Abelson等著)的所有示例程序。正在施工🚧中。。。。有空就更,没空就鸽了(づ ̄ 3 ̄)づ

takeaways-order-sys icon takeaways-order-sys

⚙ 本项目为SWPU数据库原理及应用大作业《西柚外卖订餐系统》,基于Python+Flask+MySQL开发,轻量简洁

tinypy icon tinypy

🔨TinyPy是一个Python实现的迷你Python解释器,主要参考了巫师书(the Wizard Book)《SICP》和UC Berkeley的同名课程CS 61A。目前只支持Python算术表达式和lambda表达式的求值,后续会逐步添加更多功能。

tinyscm icon tinyscm

🔨TinySCM是一个Python实现的迷你Scheme解释器,主要参考了巫师书(the Wizard Book)《SICP》和UC Berkeley的同名课程CS 61A。支持词法(lexical)/动态(dynamic)作用域、宏(macro)、流/惰性求值、尾递归。

tipdmcup20 icon tipdmcup20

🎈 泰迪杯2020A题《基于数据挖掘的上市公司高送转预测》

tipdmcup21 icon tipdmcup21

🎈 泰迪杯2021A题《基于 Bagging 和深度学习的上市公司财务数据造假预测》

xgboost-flow-analysis icon xgboost-flow-analysis

🎈 2020年**高校计算机大赛(C4)-网络技术挑战赛EP2赛项 基于XGBoost集成学习模型的在线流量分类模型

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.