首页 > 其他分享 >My Profile

My Profile

时间:2023-10-31 12:22:05浏览次数:31  
标签:Profile Prize My Top Xidian 2023 my University

About Me

Hi, I'm Zhihao Li. This is a brief introduction about me.
I am a junior student at Xidian University, and my favorite research direction is embedded systems and artificial intelligence. As a new blogger, I am very excited to share with you the learning experience and technical points in the major, and discuss the tricky problems in the technical field together.

Development Planning

I am a person who has many specific plans about the development of the future. There are two basic principles that I formed in my growth. The one is that I very hate wasting time and the other is that I very advocate gathering my distracted time and energy. Therefore, I develop this module to show my personal plans on my future just as my personal characteristics to be known for you.

  • Development Goal: Become an advanced researcher in some field.
  • First Stage: Determine the research field to be work on in the future.(Spend at least a month, currently working)
  • Second Stage: Prepare myself with enough knowledge to explore about this research field.(Spend at least one or two years, to be completed)
  • Third Stage: Explore as much as possible to find intereting things to promote the scientific research.(Spend as many as possible years, to be completed)

Scholarships

  • September, 2023: National Inspirational Scholarship(Top <1%)
  • September, 2022: National Inspirational Scholarship(Top 5%)
  • September, 2023: Huawei Smart Dock Scholarship(Top 1.3%)

Competitions

  • August, 2023: First Prize of China College Student Service Outsourcing Innovation and Entrepreneurship Competition(Top 0.3%)
  • June, 2023: Top prize of Shaanxi Province Higher Mathematics Competition for College Students
  • May, 2023: Second Prize of American Collegiate Mathematical Modeling Contest
  • January, 2023: Provincial First Prize in National Mathematics Competition for University Students
  • December, 2022: Provincial Second Prize of National Student Mathematical Modeling Competition

Honors

  • December, 2022: Youth Model Honorary Title of Xidian University(Top 1%)
  • September, 2022: Excellent Student Title of Xidian University(Top 5%)

Projects

  • From March, 2023 to August, 2023: 2D Virtual Try-on Project Based on Deep Learning

News and Updates

  • Sep 2023 up to now: Cambridge Deep Reinforcement Learning Research Project.
  • Sep 2023 up to now: Data Visualization Project of Xidian University.

标签:Profile,Prize,My,Top,Xidian,2023,my,University
From: https://www.cnblogs.com/MarkStiff/p/17799969.html

相关文章

  • mybatis plus很好,但是我被它坑了!
    作者今天在开发一个后台发送消息的功能时,由于需要给多个用户发送消息,于是使用了 mybatisplus 提供的 saveBatch() 方法,在测试环境测试通过上预发布后,测试反应发送消息接口很慢得等5、6秒,于是我就登录预发布环境查看执行日志,发现是 mybatisplus 提供的 saveBatch() 方......
  • mysql处理json格式的字段,一文搞懂mysql解析json数据
    文章目录一、概述1、什么是JSON2、MySQL的JSON3、varchar、text、json类型字段的区别二、JSON类型的创建1、建表指定2、修改字段三、JSON类型的插入1、字符串直接插入2、JSON_ARRAY()函数插入数组3、JSON_OBJECT()函数插入对象4、JSON_ARRAYAGG()和JSON_OBJECTAGG()将查询结果封装......
  • MySQL事务四大特性及其实现原理
    文章目录前言(一)原子性(二)持久性(三)隔离性(四)一致性前言在讨论MySQL事务四大特性的实现原理,需要先掌握事务与MySQL日志相关知识,可先看这两篇文章:MySQL事务【详解-最新的总结】MySQL三大日志(binlog、redolog和undolog)详解先来回顾下,事务的四大特性:原子性(Atomicity):事务的整个过程......
  • java通过ssl连接mysql(linux)
    环境:Os:centos7mysql:5.7.29java运行客户端:windows10 1.查看服务器的证书文件mysql数据data目录下[root@localhostdata]#pwd/opt/mysql57/data[root@localhostdata]#ls-al*.pem-rw-------.1mysqlmysql1676Oct3005:22ca-key.pem-rw-r--r--.1mysqlmysq......
  • MySQL中,当update修改数据与原数据相同时会再次执行吗?
    一、背景本文主要测试MySQL执行update语句时,针对与原数据(即未修改)相同的update语句会在MySQL内部重新执行吗?二、测试环境MySQL5.7.25Centos7.4三、binlog_format为ROW1、参数 2、测试步骤session1session2session13、总结在binlog_format=row和binlog_row_image......
  • 【转载】Mysql8授予某个用户某个数据库的权限
    参考chatgpt3.5环境软件/系统版本说明mysql8.0.28正文要在MySQL中授予某个用户对某个数据库的权限,你可以使用以下SQL语句:GRANT权限列表ON数据库名.表名TO'用户名'@'主机名';下面是这个语句的各个部分的解释:权限列表:这是你要授予用户的权限列表,可......
  • 我应该在MySQL中使用datetime还是timestamp数据类型?
    内容来自DOChttps://q.houxu6.top/?s=我应该在MySQL中使用datetime还是timestamp数据类型?你推荐使用datetime还是timestamp字段,为什么(使用MySQL)?我正在服务器端使用PHP。在MySQL中,时间戳通常用于跟踪记录的更改,并且每次更改记录时通常都会更新。如果您想存储特定值,则应使用......
  • python sqlalchemy批量插入大量数据,性能最佳!
    defcreate_user_items(db:Session,mouse_events,user,events_dict):mouse_events=json.loads(mouse_events)db.execute(models.Sessions.__table__.insert(),[{"user_id":user,"x_coordinate":event["x_cor&q......
  • python sqlalchemy 动态设置表名__tablename__,一个model对应多个table
    fromsqlalchemyimportcreate_engine,Column,BigInteger,Stringfromsqlalchemy.ext.declarativeimportdeclarative_basefromsqlalchemy.ormimportsessionmakerbase=declarative_base()engine=create_engine("postgresql://postgresadmin:[email protected]......
  • 【技术分享】Amazon RDS MySQL参数说明及性能调优
    在亚马逊云科技的RDS中支持几乎主流的数据库,对于亚马逊云中的数据库的参数设置及性能调优对于我们的日常业务的运行会很有帮助。本篇将对于Amazon RDSMySQL的参数说明及性能调优。RDSMySQL的执行基本架构1.我们都知道,基础设施的潜在异常是常见的,也是不可避免的。Flamingo零售......