{"id":30126,"date":"2024-10-28T03:19:43","date_gmt":"2024-10-28T03:19:43","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30126"},"modified":"2024-11-26T06:49:48","modified_gmt":"2024-11-26T06:49:48","slug":"%eb%94%a5%eb%9f%ac%eb%8b%9d-%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c-%ed%85%90%ec%84%9c-%eb%8b%a4%eb%a3%a8%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30126\/","title":{"rendered":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\ub525\ub7ec\ub2dd\uc758 \uae30\ubcf8 \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\ub294 \ud150\uc11c(tensor)\uc785\ub2c8\ub2e4. \ud150\uc11c\ub294 N\ucc28\uc6d0 \ubc30\uc5f4\uc744 \ub098\ud0c0\ub0b4\uba70, \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \uc2e0\uacbd\ub9dd \ud559\uc2b5\uc758 \uae30\ucd08\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \ud150\uc11c\uc758 \uae30\ubcf8 \uc774\ud574<\/h2>\n<p>\ud150\uc11c\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc22b\uc790\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. 0\ucc28\uc6d0 \ud150\uc11c\ub294 \uc2a4\uce7c\ub77c(scalar), 1\ucc28\uc6d0 \ud150\uc11c\ub294 \ubca1\ud130(vector), 2\ucc28\uc6d0 \ud150\uc11c\ub294 \ud589\ub82c(matrix), 3\ucc28\uc6d0 \ud150\uc11c\ub294 \ub2e4\ucc28\uc6d0 \ubc30\uc5f4(array)\uc73c\ub85c \ubd88\ub9bd\ub2c8\ub2e4. \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \ud150\uc11c\ub97c \uc27d\uac8c \uc0dd\uc131\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h3>1.1. \ud30c\uc774\ud1a0\uce58 \uc124\uce58\ud558\uae30<\/h3>\n<p>\uba3c\uc800, \ud30c\uc774\ud1a0\uce58\ub97c \uc124\uce58\ud574\uc57c \ud569\ub2c8\ub2e4. \uc544\ub098\ucf58\ub2e4\ub97c \uc0ac\uc6a9\ud55c\ub2e4\uba74 \uc544\ub798 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uc5ec \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>conda install pytorch torchvision torchaudio cpuonly -c pytorch<\/code><\/pre>\n<h2>2. \ud150\uc11c \uc0dd\uc131\ud558\uae30<\/h2>\n<p>\ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc740 \uc5ec\ub7ec \uac00\uc9c0\uc785\ub2c8\ub2e4. \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \ubc29\ubc95\uc740 <code>torch.tensor()<\/code> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<h3>2.1. \uae30\ubcf8\uc801\uc778 \ud150\uc11c \uc0dd\uc131<\/h3>\n<pre><code>import torch\n\n# \ub9ac\uc2a4\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud150\uc11c \uc0dd\uc131\ntensor1 = torch.tensor([1, 2, 3])\nprint(tensor1)<\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uba74 \ub2e4\uc74c\uacfc \uac19\uc740 \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>tensor([1, 2, 3])<\/code><\/pre>\n<h3>2.2. \ub2e4\uc591\ud55c \ud150\uc11c \uc0dd\uc131 \ubc29\ubc95<\/h3>\n<p>\ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc73c\ub85c \ud150\uc11c\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<ul>\n<li><code>torch.zeros()<\/code>: \ubaa8\ub4e0 \uc694\uc18c\uac00 0\uc778 \ud150\uc11c \uc0dd\uc131<\/li>\n<li><code>torch.ones()<\/code>: \ubaa8\ub4e0 \uc694\uc18c\uac00 1\uc778 \ud150\uc11c \uc0dd\uc131<\/li>\n<li><code>torch.arange()<\/code>: \uc9c0\uc815\ud55c \ubc94\uc704\uc758 \uc694\uc18c\ub97c \uac00\uc9c4 \ud150\uc11c \uc0dd\uc131<\/li>\n<li><code>torch.randn()<\/code>: \ud3c9\uade0 0, \ud45c\uc900\ud3b8\ucc28 1\uc758 \uc815\uaddc\ubd84\ud3ec\ub97c \ub530\ub974\ub294 \ud150\uc11c \uc0dd\uc131<\/li>\n<\/ul>\n<h4>\uc608\uc81c \ucf54\ub4dc<\/h4>\n<pre><code># \ub2e4\uc591\ud55c \ud150\uc11c \uc0dd\uc131\nzeros_tensor = torch.zeros(3, 4)\nones_tensor = torch.ones(3, 4)\narange_tensor = torch.arange(0, 10, step=1)\nrandom_tensor = torch.randn(3, 4)\n\nprint(\"Zeros Tensor:\\n\", zeros_tensor)\nprint(\"Ones Tensor:\\n\", ones_tensor)\nprint(\"Arange Tensor:\\n\", arange_tensor)\nprint(\"Random Tensor:\\n\", random_tensor)<\/code><\/pre>\n<h2>3. \ud150\uc11c\uc758 \uc18d\uc131<\/h2>\n<p>\ud150\uc11c\ub294 \ub2e4\uc591\ud55c \uc18d\uc131\uc744 \uac00\uc9d1\ub2c8\ub2e4. \ud150\uc11c\ub97c \uc0dd\uc131\ud55c \ud6c4, \uadf8 \uc18d\uc131\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uc8fc\uc694 \uc18d\uc131\uc785\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>tensor.shape<\/code>: \ud150\uc11c\uc758 \ucc28\uc6d0(shape)<\/li>\n<li><code>tensor.dtype<\/code>: \ud150\uc11c\uc758 \ub370\uc774\ud130 \ud0c0\uc785<\/li>\n<li><code>tensor.device<\/code>: \ud150\uc11c\uac00 \uc874\uc7ac\ud558\ub294 \ub514\ubc14\uc774\uc2a4(CPU \ub610\ub294 GPU)<\/li>\n<\/ul>\n<h3>\uc608\uc81c \ucf54\ub4dc<\/h3>\n<pre><code>print(\"Shape:\", tensor1.shape)\nprint(\"Data Type:\", tensor1.dtype)\nprint(\"Device:\", tensor1.device)<\/code><\/pre>\n<h2>4. \ud150\uc11c \uc5f0\uc0b0<\/h2>\n<p>\ud150\uc11c\ub294 \ub2e4\uc591\ud55c \uc5f0\uc0b0\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 \uc0b0\uc220 \uc5f0\uc0b0\ubd80\ud130, \uace0\uae09 \uc5f0\uc0b0\uae4c\uc9c0 \ub2e4\uc591\ud569\ub2c8\ub2e4.<\/p>\n<h3>4.1. \uae30\ubcf8\uc801\uc778 \uc0b0\uc220 \uc5f0\uc0b0<\/h3>\n<pre><code>tensor_a = torch.tensor([1, 2, 3])\ntensor_b = torch.tensor([4, 5, 6])\n\n# \ub367\uc148\nadd_result = tensor_a + tensor_b\nprint(\"Addition Result:\", add_result)\n\n# \uacf1\uc148\nmul_result = tensor_a * tensor_b\nprint(\"Multiplication Result:\", mul_result)<\/code><\/pre>\n<h3>4.2. \ud589\ub82c \uc5f0\uc0b0<\/h3>\n<p>\ud589\ub82c \uacf1\uc148\uc740 <code>torch.mm()<\/code> \ub610\ub294 <code>@<\/code> \uc5f0\uc0b0\uc790\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>matrix_a = torch.tensor([[1, 2],\n                              [3, 4]])\n\nmatrix_b = torch.tensor([[5, 6],\n                          [7, 8]])\n\nmatrix_product = torch.mm(matrix_a, matrix_b)\nprint(\"Matrix Product:\\n\", matrix_product)<\/code><\/pre>\n<h2>5. \ud150\uc11c \uc2ac\ub77c\uc774\uc2f1 \ubc0f \uc778\ub371\uc2f1<\/h2>\n<p>\ud150\uc11c\ub294 N\ucc28\uc6d0 \ubc30\uc5f4\uc774\uae30 \ub54c\ubb38\uc5d0 \uc2ac\ub77c\uc774\uc2f1\uacfc \uc778\ub371\uc2f1\uc744 \ud1b5\ud574 \uc6d0\ud558\ub294 \ub370\uc774\ud130\ub97c \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>5.1. \uae30\ubcf8 \uc778\ub371\uc2f1<\/h3>\n<pre><code>tensor = torch.tensor([[1, 2, 3],\n                           [4, 5, 6],\n                           [7, 8, 9]])\n\n# \uccab \ubc88\uc9f8 \ud589\uacfc \ub450 \ubc88\uc9f8 \uc5f4\uc758 \uc694\uc18c\nelement = tensor[0, 1]\nprint(\"Element at (0, 1):\", element)<\/code><\/pre>\n<h3>5.2. \uc2ac\ub77c\uc774\uc2f1<\/h3>\n<pre><code# #=\"\" 1]=\"\" code=\"\" print(\"slice=\"\" slice_tensor=\"tensor[:,\" slice_tensor)<=\"\" tensor:\",=\"\" \ub450=\"\" \ubaa8\ub4e0=\"\" \ubc88\uc9f8=\"\" \uc2ac\ub77c\uc774\uc2f1=\"\" \uc5f4=\"\" \ud589\uc758=\"\"><\/code#><\/pre>\n<h2>6. \ud150\uc11c\uc640 GPU<\/h2>\n<p>\ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 GPU\ub97c \ud65c\uc6a9\ud558\uc5ec \uc5f0\uc0b0\uc744 \uac00\uc18d\ud654 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud150\uc11c\ub97c GPU\ub85c \uc774\ub3d9\ud558\ub824\uba74 <code>.to()<\/code> \u65b9\u6cd5\ub97c \uc0ac\uc6a9\ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c \ucf54\ub4dc<\/h3>\n<pre><code>device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\ntensor_gpu = tensor.to(device)\nprint(\"Tensor on GPU:\", tensor_gpu)<\/code><\/pre>\n<h2>7. \ud150\uc11c\uc758 \ubcc0\ud615<\/h2>\n<p>\ud150\uc11c\ub97c \ub2e4\ub8e8\ub2e4 \ubcf4\uba74 \ubaa8\uc591\uc744 \ubcc0\ud615\ud574\uc57c \ud560 \ub54c\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uc774\ub97c \uc704\ud574 <code>torch.view()<\/code> \ub098 <code>torch.reshape()<\/code>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c \ucf54\ub4dc<\/h3>\n<pre><code>reshaped_tensor = tensor.view(1, 9)\nprint(\"Reshaped Tensor:\\n\", reshaped_tensor)<\/code><\/pre>\n<h2>8. \uc885\ud569 \uc608\uc81c<\/h2>\n<p>\uc9c0\uae08\uae4c\uc9c0 \ubc30\uc6b4 \ub0b4\uc6a9\ub4e4\uc744 \uc885\ud569\ud558\uc5ec, \uac04\ub2e8\ud55c \uc2e0\uacbd\ub9dd \ubaa8\ub378\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. MNIST \ub370\uc774\ud130\uc14b\uc744 \uc774\uc6a9\ud558\uc5ec \uc190\uae00\uc528 \uc22b\uc790\ub97c \ubd84\ub958\ud558\ub294 \ubaa8\ub378\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\ud30c\uc774\ud1a0\uce58 \ubaa8\ub378 \uc0dd\uc131<\/h3>\n<pre><code>import torchvision.transforms as transforms\nfrom torchvision import datasets\nfrom torch.utils.data import DataLoader\n\n# \ub370\uc774\ud130\uc14b \ub2e4\uc6b4\ub85c\ub4dc \ubc0f \ub85c\ub4dc\ntransform = transforms.Compose([transforms.ToTensor()])\ntrain_dataset = datasets.MNIST(root='.\/data', train=True, download=True, transform=transform)\ntrain_loader = DataLoader(train_dataset, batch_size=64, shuffle=True)\n\n# \uac80\uc99d\ud558\uae30 \uc704\ud55c \uac04\ub2e8\ud55c \ubaa8\ub378 \uc815\uc758\nimport torch.nn as nn\nimport torch.optim as optim\n\nclass SimpleNN(nn.Module):\n    def __init__(self):\n        super(SimpleNN, self).__init__()\n        self.fc1 = nn.Linear(28*28, 128)  # 28x28\uc740 MNIST \uc774\ubbf8\uc9c0 \ud06c\uae30\n        self.fc2 = nn.Linear(128, 10)      # 10\uc740 \ubd84\ub958\ud560 \ud074\ub798\uc2a4 \uc218\n\n    def forward(self, x):\n        x = x.view(-1, 28*28) # flatten the input\n        x = torch.relu(self.fc1(x))\n        x = self.fc2(x)\n        return x\n\n# \ubaa8\ub378\uacfc \uc190\uc2e4 \ud568\uc218 \ubc0f \uc635\ud2f0\ub9c8\uc774\uc800 \uc124\uc815\nmodel = SimpleNN().to(device)\ncriterion = nn.CrossEntropyLoss()\noptimizer = optim.SGD(model.parameters(), lr=0.01)\n\n# \ud6c8\ub828 \ub8e8\ud504\nfor epoch in range(5):  # 5 \uc5d0\ud3ed \ud6c8\ub828\n    for batch_idx, (data, target) in enumerate(train_loader):\n        data, target = data.to(device), target.to(device)\n\n        optimizer.zero_grad()   # \uc774\uc804 \uadf8\ub798\ub514\uc5b8\ud2b8 0\uc73c\ub85c \ucd08\uae30\ud654\n        output = model(data)    # \ubaa8\ub378\uc5d0 \ub370\uc774\ud130 \ud1b5\uacfc\n        loss = criterion(output, target)  # \uc190\uc2e4 \uacc4\uc0b0\n        loss.backward()         # \uadf8\ub798\ub514\uc5b8\ud2b8 \uacc4\uc0b0\n        optimizer.step()        # \ud30c\ub77c\ubbf8\ud130 \uc5c5\ub370\uc774\ud2b8\n\n        if batch_idx % 100 == 0:\n            print(f'Epoch: {epoch}, Batch: {batch_idx}, Loss: {loss.item()}')<\/code><\/pre>\n<p>\uc704\uc758 \ucf54\ub4dc\uc5d0\uc11c \uc6b0\ub9ac\ub294 MNIST \ub370\uc774\ud130\uc14b\uc744 \ud559\uc2b5\ud558\uc5ec \uc190\uae00\uc528 \uc22b\uc790\ub97c \ubd84\ub958\ud558\ub294 \ub2e8\uc21c\ud55c \uc2e0\uacbd\ub9dd \ubaa8\ub378\uc744 \uad6c\ucd95\ud588\uc2b5\ub2c8\ub2e4. \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0, \uc5f0\uc0b0\ud558\uace0, GPU\uc5d0\uc11c \uc2e4\ud589\ud558\ub294 \uacfc\uc815\uc744 \ubaa8\ub450 \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\ub8e8\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud150\uc11c\ub294 \ub525\ub7ec\ub2dd\uc758 \uae30\ubcf8\uc801\uc778 \uad6c\uc131 \uc694\uc18c\ub85c, \ubaa8\ub378 \ud6c8\ub828 \ubc0f \ud14c\uc2a4\ud2b8 \uacfc\uc815\uc5d0\uc11c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc74c \ub2e8\uacc4\uc5d0\uc11c\ub294 \ub354 \ubcf5\uc7a1\ud55c \ubaa8\ub378\uacfc \ub525\ub7ec\ub2dd \uae30\ubc95\uc5d0 \ub300\ud574 \ud559\uc2b5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub525\ub7ec\ub2dd\uc758 \uae30\ubcf8 \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\ub294 \ud150\uc11c(tensor)\uc785\ub2c8\ub2e4. \ud150\uc11c\ub294 N\ucc28\uc6d0 \ubc30\uc5f4\uc744 \ub098\ud0c0\ub0b4\uba70, \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \uc2e0\uacbd\ub9dd \ud559\uc2b5\uc758 \uae30\ucd08\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud150\uc11c\uc758 \uae30\ubcf8 \uc774\ud574 \ud150\uc11c\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc22b\uc790\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. 0\ucc28\uc6d0 \ud150\uc11c\ub294 \uc2a4\uce7c\ub77c(scalar), 1\ucc28\uc6d0 \ud150\uc11c\ub294 \ubca1\ud130(vector), 2\ucc28\uc6d0 \ud150\uc11c\ub294 \ud589\ub82c(matrix), 3\ucc28\uc6d0 \ud150\uc11c\ub294 \ub2e4\ucc28\uc6d0 \ubc30\uc5f4(array)\uc73c\ub85c \ubd88\ub9bd\ub2c8\ub2e4. \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \ud150\uc11c\ub97c \uc27d\uac8c \uc0dd\uc131\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\ub294 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30126\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-30126","post","type-post","status-publish","format-standard","hentry","category-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/30126\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ub525\ub7ec\ub2dd\uc758 \uae30\ubcf8 \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\ub294 \ud150\uc11c(tensor)\uc785\ub2c8\ub2e4. \ud150\uc11c\ub294 N\ucc28\uc6d0 \ubc30\uc5f4\uc744 \ub098\ud0c0\ub0b4\uba70, \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \uc2e0\uacbd\ub9dd \ud559\uc2b5\uc758 \uae30\ucd08\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud150\uc11c\uc758 \uae30\ubcf8 \uc774\ud574 \ud150\uc11c\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc22b\uc790\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. 0\ucc28\uc6d0 \ud150\uc11c\ub294 \uc2a4\uce7c\ub77c(scalar), 1\ucc28\uc6d0 \ud150\uc11c\ub294 \ubca1\ud130(vector), 2\ucc28\uc6d0 \ud150\uc11c\ub294 \ud589\ub82c(matrix), 3\ucc28\uc6d0 \ud150\uc11c\ub294 \ub2e4\ucc28\uc6d0 \ubc30\uc5f4(array)\uc73c\ub85c \ubd88\ub9bd\ub2c8\ub2e4. \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \ud150\uc11c\ub97c \uc27d\uac8c \uc0dd\uc131\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\ub294 &hellip; \ub354 \ubcf4\uae30 &quot;\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30126\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T03:19:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:49:48+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30\",\"datePublished\":\"2024-10-28T03:19:43+00:00\",\"dateModified\":\"2024-11-26T06:49:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/\"},\"wordCount\":16,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30126\/\",\"name\":\"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T03:19:43+00:00\",\"dateModified\":\"2024-11-26T06:49:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30126\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30126\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/30126\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ub525\ub7ec\ub2dd\uc758 \uae30\ubcf8 \uad6c\uc131 \uc694\uc18c \uc911 \ud558\ub098\ub294 \ud150\uc11c(tensor)\uc785\ub2c8\ub2e4. \ud150\uc11c\ub294 N\ucc28\uc6d0 \ubc30\uc5f4\uc744 \ub098\ud0c0\ub0b4\uba70, \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \uc2e0\uacbd\ub9dd \ud559\uc2b5\uc758 \uae30\ucd08\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c \ud150\uc11c\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\ub8e8\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud150\uc11c\uc758 \uae30\ubcf8 \uc774\ud574 \ud150\uc11c\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uc22b\uc790\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. 0\ucc28\uc6d0 \ud150\uc11c\ub294 \uc2a4\uce7c\ub77c(scalar), 1\ucc28\uc6d0 \ud150\uc11c\ub294 \ubca1\ud130(vector), 2\ucc28\uc6d0 \ud150\uc11c\ub294 \ud589\ub82c(matrix), 3\ucc28\uc6d0 \ud150\uc11c\ub294 \ub2e4\ucc28\uc6d0 \ubc30\uc5f4(array)\uc73c\ub85c \ubd88\ub9bd\ub2c8\ub2e4. \ud30c\uc774\ud1a0\uce58\uc5d0\uc11c\ub294 \ud150\uc11c\ub97c \uc27d\uac8c \uc0dd\uc131\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\ub294 &hellip; \ub354 \ubcf4\uae30 \"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/30126\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T03:19:43+00:00","article_modified_time":"2024-11-26T06:49:48+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30126\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30126\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30","datePublished":"2024-10-28T03:19:43+00:00","dateModified":"2024-11-26T06:49:48+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30126\/"},"wordCount":16,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud30c\uc774\ud1a0\uce58 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30126\/","url":"https:\/\/atmokpo.com\/w\/30126\/","name":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T03:19:43+00:00","dateModified":"2024-11-26T06:49:48+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30126\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30126\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30126\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \ud150\uc11c \ub2e4\ub8e8\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":30064,"url":"https:\/\/atmokpo.com\/w\/30064\/","url_meta":{"origin":30126,"position":0},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc2e4\uc2b5 \ud658\uacbd \uc124\uc815","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ub525\ub7ec\ub2dd\uc740 \ud604\ub300 \uc778\uacf5\uc9c0\ub2a5(AI) \uae30\uc220\uc758 \ud575\uc2ec\uc73c\ub85c \uc790\ub9ac \uc7a1\uc558\uc73c\uba70, \uadf8\uc5d0 \ub530\ub77c \ub2e4\uc591\ud55c \ud504\ub808\uc784\uc6cc\ud06c\uac00 \ub4f1\uc7a5\ud588\uc2b5\ub2c8\ub2e4. \uadf8\uc911\uc5d0\uc11c\ub3c4 \ud30c\uc774\ud1a0\uce58(PyTorch)\ub294 \ub3d9\uc801 \uc5f0\uc0b0 \ubc29\uc2dd\uacfc \uc9c1\uad00\uc801\uc778 API \ub355\ubd84\uc5d0 \ub9ce\uc740 \uc5f0\uad6c\uc790\uc640 \uac1c\ubc1c\uc790\ub4e4\uc758 \uc0ac\ub791\uc744 \ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58\ub97c \uc774\uc6a9\ud55c \ub525\ub7ec\ub2dd \uc2e4\uc2b5\uc744 \uc704\ud55c \ud658\uacbd \uc124\uc815 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud30c\uc774\ud1a0\uce58 \uc18c\uac1c \ud30c\uc774\ud1a0\uce58\ub294 Facebook AI Research Group\uc5d0 \uc758\ud574 \uac1c\ubc1c\ub41c \uc624\ud508\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30096,"url":"https:\/\/atmokpo.com\/w\/30096\/","url_meta":{"origin":30126,"position":1},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc804\ucc98\ub9ac, \uacb0\uce21\uce58 \ud655\uc778","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\ub525\ub7ec\ub2dd \ubaa8\ub378\uc758 \uc131\ub2a5\uc740 \ub370\uc774\ud130\uc758 \ud488\uc9c8\uc5d0 \ud06c\uac8c \uc88c\uc6b0\ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub294 \ub525\ub7ec\ub2dd \ubaa8\ub378\uc744 \uad6c\ucd95\ud558\ub294 \ub370 \uc788\uc5b4 \uac00\uc7a5 \uc911\uc694\ud55c \uacfc\uc815 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\ud1a0\uce58(Pytorch)\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub97c \uc218\ud589\ud558\uace0, \ub370\uc774\ud130\uc14b\uc5d0\uc11c \uacb0\uce21\uce58\ub97c \ud655\uc778\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \ub370\uc774\ud130 \uc804\ucc98\ub9ac\ub780? \ub370\uc774\ud130 \uc804\ucc98\ub9ac(Data Preprocessing)\ub294 \uc6d0\ubcf8 \ub370\uc774\ud130\ub97c \ubd84\uc11d\ud558\uae30 \uc801\ud569\ud55c \ud615\ud0dc\ub85c \ubcc0\ud658\ud558\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \uc5ec\ub7ec \ub2e8\uacc4\ub97c\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":29369,"url":"https:\/\/atmokpo.com\/w\/29369\/","url_meta":{"origin":30126,"position":2},"title":"\uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529, \ud150\uc11c\ubcf4\ub4dc\ub97c \uc0ac\uc6a9\ud574 \uc784\ubca0\ub529 \uc2dc\uac01\ud654","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"2023\ub144 X\uc6d4 X\uc77c | \uc791\uc131\uc790: \uc870\uad11\ud615 \uc11c\ub860 \uae08\uc735 \uc2dc\uc7a5\uc5d0\uc11c\uc758 \uc790\ub3d9\ud654\ub41c \ud2b8\ub808\uc774\ub529\uc740 \uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uae30\uc220\uc758 \ubc1c\uc804\uacfc \ud568\uaed8 \uadf8 \uc758\ubbf8\uac00 \ub354\uc6b1 \uac15\uc870\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub370\uc774\ud130\uc758 \uc591\uacfc \ubcf5\uc7a1\uc131\uc774 \uc99d\uac00\ud558\uba74\uc11c \uc804\ud1b5\uc801\uc778 \ubc29\ubc95\uc73c\ub85c\ub294 \uc5bb\uae30 \ud798\ub4e0 \uc778\uc0ac\uc774\ud2b8\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\ub294 \uae30\uacc4\ud559\uc2b5 \uae30\ubc18\uc758 \ud2b8\ub808\uc774\ub529 \uc54c\uace0\ub9ac\uc998\uc774 \ub300\ub450\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uba38\uc2e0\ub7ec\ub2dd\uacfc \ub525\ub7ec\ub2dd \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud55c \ud2b8\ub808\uc774\ub529 \uc804\ub7b5\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uace0,\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%eb%a8%b8%ec%8b%a0%eb%9f%ac%eb%8b%9d-%ec%9e%90%eb%8f%99-%ed%8a%b8%eb%a0%88%ec%9d%b4%eb%94%a9\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30092,"url":"https:\/\/atmokpo.com\/w\/30092\/","url_meta":{"origin":30126,"position":3},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uc790\uc5f0\uc5b4 \ucc98\ub9ac\ub97c \uc704\ud55c \uc784\ubca0\ub529","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc790\uc5f0\uc5b4 \ucc98\ub9ac(Natural Language Processing, NLP)\ub294 \uc0ac\uc6a9\uc790\uac00 \uc758\ub3c4\ud55c \ubc14\ub97c \uc774\ud574\ud558\uace0, \ubb38\ub9e5\uc5d0 \ub9de\ub294 \uc751\ub2f5\uc744 \uc0dd\uc131\ud558\uba70, \uc5ec\ub7ec \uc5b8\uc5b4\uc801 \uc694\uc18c\ub97c \ubd84\uc11d\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc5d0\uc11c \uc911\uc694\ud55c \uae30\uc220 \uc911 \ud558\ub098\uac00 \uc784\ubca0\ub529(Embedding)\uc785\ub2c8\ub2e4. \uc784\ubca0\ub529\uc740 \ub2e8\uc5b4\ub97c \ubca1\ud130 \uacf5\uac04\uc5d0 \ub9e4\ud551\ud558\uc5ec \uc758\ubbf8\uc801 \uad00\uacc4\ub97c \ub354 \uc218\uce58\uc801\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc624\ub298\uc740 \ud30c\uc774\ud1a0\uce58\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc790\uc5f0\uc5b4 \ucc98\ub9ac\ub97c \uc704\ud55c \ub2e8\uc5b4 \uc784\ubca0\ub529\uc744 \uad6c\ud604\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc784\ubca0\ub529\uc774\ub780?\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":30000,"url":"https:\/\/atmokpo.com\/w\/30000\/","url_meta":{"origin":30126,"position":4},"title":"\ub525\ub7ec\ub2dd \ud30c\uc774\ud1a0\uce58 \uac15\uc88c, \uacf5\uac04 \ud53c\ub77c\ubbf8\ub4dc \ud480\ub9c1","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: [\ub0a0\uc9dc] 1. \uacf5\uac04 \ud53c\ub77c\ubbf8\ub4dc \ud480\ub9c1(SPP)\uc774\ub780? \uacf5\uac04 \ud53c\ub77c\ubbf8\ub4dc \ud480\ub9c1(SPP, Spatial Pyramid Pooling)\uc740 \uc774\ubbf8\uc9c0 \ubd84\ub958\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \ube44\uc804 \ud0dc\uc2a4\ud06c\uc758 \ubaa8\ub378\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \uae30\ubc95\uc785\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc778 \ud569\uc131\uacf1 \uc2e0\uacbd\ub9dd(CNN)\uc740 \uace0\uc815\ub41c \ud06c\uae30\uc758 \uc785\ub825\uc744 \ud544\uc694\ub85c \ud558\uc9c0\ub9cc, SPP\ub294 \ubcc0\ub3d9\ud558\ub294 \ud06c\uae30\uc758 \uc774\ubbf8\uc9c0\ub97c \uc785\ub825\uc73c\ub85c \ubc1b\uc744 \uc218 \uc788\ub294 \ud2b9\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 SPP\uac00 \uc785\ub825 \uc774\ubbf8\uc9c0\uc758 \ud06c\uae30\ub97c \uc5ec\ub7ec \uacb9\uc73c\ub85c \ub098\ub204\ub294\u2026","rel":"","context":"&quot;\ud30c\uc774\ud1a0\uce58 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\ud1a0\uce58 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ed%86%a0%ec%b9%98-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24125,"url":"https:\/\/atmokpo.com\/w\/24125\/","url_meta":{"origin":30126,"position":5},"title":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 22\uc77c","format":false,"excerpt":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30 \ud30c\uc774\uc36c\uc740 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615(data types)\uc744 \uc81c\uacf5\ud558\uc5ec \ub370\uc774\ud130\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \uc218\uce58 \ub370\uc774\ud130\uc758 \ud6a8\uc728\uc801\uc778 \ucc98\ub9ac\ub97c \uc704\ud574 \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc778 NumPy\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615\uacfc \ud568\uaed8 NumPy \ubc30\uc5f4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc744 \uc81c\uacf5\ud558\uc5ec, \uac1c\ubc1c\uc790\uac00 \ub370\uc774\ud130\ub97c \ub2e4\uc591\ud55c \ubc29\uc2dd\uc73c\ub85c \uc870\uc791\ud560\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uacf5\ubd80&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uacf5\ubd80","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ea%b3%b5%eb%b6%80\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=30126"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30126\/revisions"}],"predecessor-version":[{"id":30127,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30126\/revisions\/30127"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}