-
Notifications
You must be signed in to change notification settings - Fork 0
100天编程挑战日志 D60
Today's Progress:Review Go basic and some algorithm basic (divide and conquer related.)
Thoughts:still need more pratice. and this repo need to update regularly, not periodically.
Link to work:LeetCode commits
Today's Progress:Basic web development seup
Thoughts:Enhancement in those tools
Link to work:Github commits
Today's Progress:Python practice: basic graph search (mainly: dfs, bfs and find the path when giving the start and goal.) the shortest path will be returned first from the BFS path generator
Thoughts:use built-in data structure from collections import *
Link to work:Github commits
Today's Progress:Python practice: set
Thoughts:When conflict in two branch, the target branch delete some file, the source branch need to fix it. Git won't deal with the deleted files in target branch.
Link to work:Github commits
Today's Progress:Python practice: dict ===> in go:map
Thoughts:built-in function usage. This log is only for learning how to improve my skills of python or go or web development skills.
Link to work:Github commits
Today's Progress:Paper Reading, including RL, DL and ODL etc.
Thoughts:Prepare for CVPR2019
Link to work:null
今天的进展:Python 3 list related pratices
思考:More practices need to do. Should pratice via enhance the ability of data analysis.
工作成果链接:Github pratice commits
今天的进展:Python 3 dir()、type()、getattr()与setattr()以及 try...except...finally;grafana更新
思考:针对以后的研究方向,需要放好重点,多动手敲代码,并且一定要将自己所学的用起来,巩固知识:kaggle竞赛练习;grafana的更新不能局限于搬砖
工作成果链接:Github pratice commits
今天的进展:Python 3 reversed函数以及collections包、Grafana恢复汉化更新、将AAAI 2019论文代码整理清楚并上传到gitlab仓库
思考:感觉自己对一切都不熟练,后期应该重点放在基础数据结构以及算法复习;没有一定的代码量写不了东西
工作成果链接:Github pratice commits、Gitlab Commits
今天的进展:对目前状态进行了梳理
思考:将重点调整到python 数据处理以及grafana开源项目的贡献
工作成果链接:Github Commits
进展:完成AAAI2019投稿
思考:理论的深入分析,结合代码进行解释
工作成果链接:Overleaf 链接、Gitlab Commits
今天的进展:修改AAAI2019论文初稿
思考:还待继续努力
工作成果链接:Overleaf 链接
今天的进展:完成AAAI2019所有实验
思考:还待继续努力
工作成果链接:Gitlab 链接
今天的进展:Go编码风格
思考:尽管go有go fmt
,但使自己的代码更符合自然语言语义也同样重要。
工作成果链接:
今天的进展:latex 论文画图 Done!
思考:整理论文工作
工作成果链接:overleaf commits
今天的进展:latex 论文画图
思考:整理论文工作
工作成果链接:overleaf commits
今天的进展:AAAI2019文章梳理
思考:应该需要突出重点工作,更高效的完成计划.因为论文的deadline,感觉越来越偏离了自己最初定下的内容.
工作成果链接:overleaf commits
今天的进展:AAAI2019文章转换完成
思考:今天是生日,老实说,除了特别的朋友其实没有什么期待的.很普通的一天,只不过我的东西还没有做出来.算下来,一天花在工作学习上的时间非常非常的有限.真的很希望自己能够有非常多的时间去完成工作.但是,经常性的就会出现发呆的情况.真的很糟糕!
工作成果链接:overleaf commits
今天的进展:AAAI2019文章实验
思考:latex文章转换,效率极其低下.
工作成果链接:overleaf commits
今天的进展:AAAI2019文章实验
思考:标签传播文章,如果说为了完成一件不利己的事情而做一些自己不喜欢的事情真的是一件难受的事情.发了一天的呆,唉...陷入了一个无底洞的感觉.
工作成果链接:gitlab commits
今天的进展:AAAI2019文章实验
思考:字典学习
工作成果链接:gitlab commits
今天的进展:Kaggle Learn Visualization、数据集在SSDAL上的实现
思考:数据处理的几个部分:1、常用库导入 2、按格式读取,观察数据 3、填充NaN 4、处理类别数据 5、可视化数据
工作成果链接:Kaggle Commits
今天的进展:Kaggle Learn Pandas
思考:最近真的有点飘...
工作成果链接:Kaggle Commits
今天的进展:Kaggle Learn Pandas、Docker学习
思考:最近有点飘...
工作成果链接:Kaggle Commits
今天的进展:主动学习调研翻译一篇、Colab到Kaggle的联调、XG Boost以及相关工具的学习使用、上传整理了Grafana相关的项目内容、LeetCode关于DFS的题型
思考:昨天大感慨的一番,加之身体不适,导致严重失眠状态,中午才正式进入工作状态。总之,今天一天效率不是很高。另外,感觉自己最近刷题很不上心啊,目的是为了能够很好的应用go...以及学习算法知识,可是,最近几天的提交都是直接copy别人的代码...应该要时刻保持自己思考,书写代码,否则就不要提交的想法才对...
工作成果链接:Github Commits、Kaggle Commits
今天的进展:文档整理、LeetCode刷题、AAAI2019 latex 书写[20/100]
思考:广度优先搜索借助队列实现
工作成果链接:LeetCode刷题