Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 555 Bytes

File metadata and controls

20 lines (11 loc) · 555 Bytes

Pytorch

Workbooks of Introduction to Neural Networks and PyTorch Course

Key implementations:

🔹 Tensor operations and dataset transformations in PyTorch

🔹 Gradient descent, stochastic & mini-batch optimization

🔹 Linear and multiple linear regression models

🔹 Logistic regression with cross-entropy loss

🔹 Training/validation workflows and performance evaluation

Final projects:

✨ League of Legends Match Predictor (multi-class classification)

✨ Breast Cancer Classification (binary classification with neural networks)