jjz5463 commited on
Commit
195b2d8
·
1 Parent(s): d99685f

1st commit

Browse files
Experiments/Baseline-Experimental.ipynb ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "initial_id",
7
+ "metadata": {
8
+ "collapsed": true
9
+ },
10
+ "outputs": [],
11
+ "source": []
12
+ }
13
+ ],
14
+ "metadata": {
15
+ "kernelspec": {
16
+ "display_name": "Python 3",
17
+ "language": "python",
18
+ "name": "python3"
19
+ },
20
+ "language_info": {
21
+ "codemirror_mode": {
22
+ "name": "ipython",
23
+ "version": 2
24
+ },
25
+ "file_extension": ".py",
26
+ "mimetype": "text/x-python",
27
+ "name": "python",
28
+ "nbconvert_exporter": "python",
29
+ "pygments_lexer": "ipython2",
30
+ "version": "2.7.6"
31
+ }
32
+ },
33
+ "nbformat": 4,
34
+ "nbformat_minor": 5
35
+ }
README.md CHANGED
@@ -1 +1,17 @@
1
- # Diary-AI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Diary-AI
2
+
3
+ Hi Team, we will run all kinds of
4
+ experimental code in the `Experiments`
5
+ folder. We can use Jupyter Notebook to
6
+ run these experiments. Once we finalize
7
+ a method, we can add it to the `Source`
8
+ folder, which is intended to be the
9
+ one we submit for the final.
10
+
11
+ Timeline
12
+ - 10/3: PROJECT IDEA
13
+ - 10/4-10/11: a meeting with Prof. Shi to discuss their project idea, pipeline, and baseline.
14
+ - 10/17: PROJECT IDEA UPDATE AND PRELIMINARY EXPERIMENTS
15
+ - 11/7: MIDTERM PROGRESS REPORT
16
+ - 11/26: PRELIMINARY FINAL RESULTS
17
+ - 12/10: FINAL REPORT
Source/Baseline.py ADDED
File without changes