Skip to content

Commit d89a7ff

Browse files
gg
1 parent 632151d commit d89a7ff

File tree

4 files changed

+42
-155
lines changed

4 files changed

+42
-155
lines changed

.ipynb_checkpoints/06-checkpoint.ipynb

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "d2b493b7-ef5e-4612-b094-52d84aac0ff3",
6+
"metadata": {},
7+
"source": [
8+
"## What is a machine learning research paper?\n",
9+
"\n",
10+
"A machine learning research paper is a scientific paper that details findings of a research group on a specific area.\n",
11+
"\n",
12+
"The contents of a machine learning research paper can vary from paper to paper but they generally follow the structure:\n",
13+
"\n",
14+
"| **Section** | **Contents** |\n",
15+
"| ----- | ----- | \n",
16+
"| **Abstract** | An overview/summary of the paper's main findings/contributions. |\n",
17+
"| **Introduction** | What's the paper's main problem and details of previous methods used to try and solve it. |\n",
18+
"| **Method** | How did the researchers go about conducting their research? For example, what model(s), data sources, training setups were used? |\n",
19+
"| **Results** | What are the outcomes of the paper? If a new type of model or training setup was used, how did the results of findings compare to previous works? (this is where **experiment tracking** comes in handy) |\n",
20+
"| **Conclusion** | What are the limitations of the suggested methods? What are some next steps for the research community? |\n",
21+
"| **References** | What resources/other papers did the researchers look at to build their own body of work? |\n",
22+
"| **Appendix** | Are there any extra resources/findings to look at that weren't included in any of the above sections? |"
23+
]
24+
},
325
{
426
"cell_type": "code",
527
"execution_count": null,
6-
"id": "36b201f6-5ca0-4a27-80ba-52002d17fd8d",
28+
"id": "d8bc9bda-c7e2-407d-99d5-ad387f49b625",
729
"metadata": {},
830
"outputs": [],
931
"source": []

.ipynb_checkpoints/07-checkpoint.ipynb

Lines changed: 0 additions & 55 deletions
This file was deleted.

06.ipynb

Lines changed: 19 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,31 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"id": "36b201f6-5ca0-4a27-80ba-52002d17fd8d",
7-
"metadata": {
8-
"tags": []
9-
},
10-
"outputs": [],
11-
"source": [
12-
"import torch.nn.functional as F"
13-
]
14-
},
15-
{
16-
"cell_type": "code",
17-
"execution_count": 3,
18-
"id": "51230b85-9fb5-439b-b70a-2908b598341f",
19-
"metadata": {
20-
"tags": []
21-
},
22-
"outputs": [],
23-
"source": [
24-
"import torchtext.functional as F\n"
25-
]
26-
},
27-
{
28-
"cell_type": "code",
29-
"execution_count": 7,
30-
"id": "46206105-8864-4466-b1eb-1df21696cccf",
31-
"metadata": {
32-
"tags": []
33-
},
34-
"outputs": [
35-
{
36-
"data": {
37-
"text/plain": [
38-
"tensor([1, 2, 3])"
39-
]
40-
},
41-
"execution_count": 7,
42-
"metadata": {},
43-
"output_type": "execute_result"
44-
}
45-
],
4+
"cell_type": "markdown",
5+
"id": "d2b493b7-ef5e-4612-b094-52d84aac0ff3",
6+
"metadata": {},
467
"source": [
47-
"F.to_tensor([1,2,3],padding_value=5)"
8+
"## What is a machine learning research paper?\n",
9+
"\n",
10+
"A machine learning research paper is a scientific paper that details findings of a research group on a specific area.\n",
11+
"\n",
12+
"The contents of a machine learning research paper can vary from paper to paper but they generally follow the structure:\n",
13+
"\n",
14+
"| **Section** | **Contents** |\n",
15+
"| ----- | ----- | \n",
16+
"| **Abstract** | An overview/summary of the paper's main findings/contributions. |\n",
17+
"| **Introduction** | What's the paper's main problem and details of previous methods used to try and solve it. |\n",
18+
"| **Method** | How did the researchers go about conducting their research? For example, what model(s), data sources, training setups were used? |\n",
19+
"| **Results** | What are the outcomes of the paper? If a new type of model or training setup was used, how did the results of findings compare to previous works? (this is where **experiment tracking** comes in handy) |\n",
20+
"| **Conclusion** | What are the limitations of the suggested methods? What are some next steps for the research community? |\n",
21+
"| **References** | What resources/other papers did the researchers look at to build their own body of work? |\n",
22+
"| **Appendix** | Are there any extra resources/findings to look at that weren't included in any of the above sections? |"
4823
]
4924
},
5025
{
5126
"cell_type": "code",
5227
"execution_count": null,
53-
"id": "6dbd7aae-0a59-457e-b33e-465d1eb153c1",
28+
"id": "d8bc9bda-c7e2-407d-99d5-ad387f49b625",
5429
"metadata": {},
5530
"outputs": [],
5631
"source": []

07.ipynb

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)