We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 강의 잘 보고있습니다. Jupyter Notebook Lab에 있는 표기법에 질문이 있습니다.
'Naive Data Representation' 에 다음과 같은 코드가 있습니다.
# 데이터 x1_train = torch.FloatTensor([[73], [93], [89], [96], [73]]) x2_train = torch.FloatTensor([[80], [88], [91], [98], [66]]) x3_train = torch.FloatTensor([[75], [93], [90], [100], [70]]) y_train = torch.FloatTensor([[152], [185], [180], [196], [142]])
저 같은 경우는 이 코드에서 x1_train라는걸 직관적으로 보면 train dataset의 첫 번째 데이터 라고 생각이 드는데 여기에서는 x1_train이 데이터의 첫 번째 차원을 의미하는 것으로 이해했습니다. 일반적으로 사용하는 표기방식이 따로 있는지 궁금합니다.
x1_train
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요. 강의 잘 보고있습니다.
Jupyter Notebook Lab에 있는 표기법에 질문이 있습니다.
'Naive Data Representation' 에 다음과 같은 코드가 있습니다.
저 같은 경우는 이 코드에서
x1_train
라는걸 직관적으로 보면 train dataset의 첫 번째 데이터 라고 생각이 드는데 여기에서는x1_train
이 데이터의 첫 번째 차원을 의미하는 것으로 이해했습니다. 일반적으로 사용하는 표기방식이 따로 있는지 궁금합니다.The text was updated successfully, but these errors were encountered: