HubertWojcik10 / machine_learning_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning - CNN, DT, NN implementation

A Machine Learning university project, where we create our own implementations of a neural network and a decision tree. We also used PyTorch to create a CNN. Our task was to classify different types of clothing based on an image of the item.

Important Details

What I would do different?

  • I would add one more layer to the nn
  • I would use ReLU as a main activation function, but softmax as the last activation function
  • I would use MiniBatch GD in a different way

About


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%