Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alishdipani authored Oct 3, 2020
1 parent a059820 commit 5642f1a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Machine-Learning-concepts
This repository contains explanation for various Machine Learning and Deep Learning concepts with Python code implementations from scratch and/or using PyTorch.

# Non-Linearities
## Non-Linearities
- [ ] Sigmoid
- [ ] Tanh
- [ ] ReLU

# Losses
## Optimizers
- [ ] Stochastic Gradient Descent
- [ ] Adam
- [ ] AdaGrad
- [ ] RMSprop

## Losses
- [ ] Mean Squared Error Loss/ L2 Loss
- [ ] Mean Absolute Error/ L1 Loss
- [ ] Cross Entropy Loss
Expand All @@ -18,13 +24,13 @@ This repository contains explanation for various Machine Learning and Deep Learn
- [ ] Prototypical Loss
- [ ] Angular Prototypical Loss

# Architectures
## Architectures
- [ ] LeNet
- [ ] AlexNet
- [ ] VGG-19
- [ ] ResNet-34
- [ ] ResNet-50

# Normalization
## Normalization
- [ ] Batch Normalization
- [ ] Layer Normalization

0 comments on commit 5642f1a

Please sign in to comment.