|
1 | 1 | {
|
2 | 2 | "cells": [
|
3 | 3 | {
|
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": {}, |
46 | 7 | "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? |" |
48 | 23 | ]
|
49 | 24 | },
|
50 | 25 | {
|
51 | 26 | "cell_type": "code",
|
52 | 27 | "execution_count": null,
|
53 |
| - "id": "6dbd7aae-0a59-457e-b33e-465d1eb153c1", |
| 28 | + "id": "d8bc9bda-c7e2-407d-99d5-ad387f49b625", |
54 | 29 | "metadata": {},
|
55 | 30 | "outputs": [],
|
56 | 31 | "source": []
|
|
0 commit comments