怎么在电脑上建立自己的网站,企业网站优化服务,阿旗建设局举报网站,自动链接 wordpress一、论文模版
acm的latex模版从https://www.acm.org/publications/proceedings-template下载。创建的github库要设置成私有库
二、实验结果表格
使用在线工具 注意事项#xff1a;结果四舍五入保留4位小数#xff1b;对比实验的话(新结果-对比结果)/对比结果#xff0c;结…一、论文模版
acm的latex模版从https://www.acm.org/publications/proceedings-template下载。创建的github库要设置成私有库
二、实验结果表格
使用在线工具 注意事项结果四舍五入保留4位小数对比实验的话(新结果-对比结果)/对比结果结果用百分比表示保留两位小数比如0.23%结果的增加减少使用±号或者上下箭头
三、参考文献格式
参考老师发的ppt
四、check list
在平时的工作中需要记录下来的内容最后都要写到论文里
For all reported experimental results:
A clear description of the mathematical setting, algorithm, and/or model (*)Submission of a zip file containing source code, with specification of all dependencies, including external libraries, or a link to such resources (while still anonymized) (*)Description of computing infrastructure used (*)Average runtime for each approach (*)Number of parameters in each model (*)Corresponding validation performance for each reported test result (*)Explanation of evaluation metrics used, with links to code (*)
For all experiments with hyperparameter search:
Bounds for each hyperparameter (*)Hyperparameter configurations for best-performing models (*)Number of hyperparameter search trials (*)The method of choosing hyperparameter values (e.g., uniform sampling, manual tuning, etc.) and the criterion used to select among them (e.g., accuracy) (*)Expected validation performance, or the mean and variance as a function of the number of hyperparameter trials (*)
For all datasets used:
Relevant statistics such as number of examples (*)Details of train/validation/test splits (*)Explanation of any data that were excluded, and all pre-processing steps (*)A link to a downloadable version of the data (*)For new data collected, a complete description of the data collection process, such as instructions to annotators and methods for quality control (*)
五、习惯从平时养成
进度汇报中要展现技术报告的文字稿
格式要用Latex写使用acm模板documentclass[sigconf]。每章分开来一个文件最后用\input整合内容按照论文的基本架构每周添加内容至相应的章节包括但不限于 abstract, introduction, related work, references, methodology, experiments。下面有详细说明做literature survey阅读的参考文献添加到related work中每个文献以两三句话简要描述动机解决了什么问题、方法基本框架和其他文献的承接关系特别的改进和实验结果数据集和评价指标。作为记录时可以从参考文献的摘要、引言中抄部分原文。论文中使用到的所有参考文献应加入在references中。优先选择顶会顶刊arxiv等预印本优先选择其发表版本。注意bibkey的命名规范网上下载的bib源代码必须修改索引建议[authoryearveryshorttitle]。模型使用的损失函数步骤算法关键步骤用公式文字描述加入methodology章节中。NN模型最好画个草图。如果修改了模型方案之前版本不删除作为一个子章节附上简单实验结论。每次实验数据集包括切割方案、实验参数包括但不限于模型所有参数、评估指标里的参数、采样参数、结果、代码中的特殊调试、都需要记录。如果实验迭代的比较快可以用excel记录。如果有了一定结论需要放到experiment章节中尽量每周更新每次更新不需要很长。建议使用github并邀请我cheyennelin和李老师 (hui-li)