All public logs
From Depth Psychology Study Wiki
Combined display of all available logs of Depth Psychology Study Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:30, 25 December 2024 SkyPanther talk contribs created page ML-Notes (Created page with "When creating sample data, you need at least a 2D tensor/matrix. Because you need a feature dimension. ie (n, 1) where n is some sample, and 1 is the corresponding feature. As an example: For a house: • Sample: A specific house. • Features: 1. Size: 1500 square feet. 2. Bedrooms: 3. 3. Location Index: 2 (e.g., urban area). When creating a model, you will need to import nn from torch, and in particular nn.Module. Usually something like: import torch from...") Tag: Visual edit