https://github.com/alishdipani/machine-learning-concepts
This repository contains explanations and implementations for various Machine Learning and Deep Learning concepts
https://github.com/alishdipani/machine-learning-concepts
deep-learning hacktoberfest machine-learning
Last synced: about 1 year ago
JSON representation
This repository contains explanations and implementations for various Machine Learning and Deep Learning concepts
- Host: GitHub
- URL: https://github.com/alishdipani/machine-learning-concepts
- Owner: alishdipani
- License: mit
- Created: 2020-10-03T13:47:02.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T19:53:54.000Z (over 5 years ago)
- Last Synced: 2025-04-13T21:11:40.552Z (about 1 year ago)
- Topics: deep-learning, hacktoberfest, machine-learning
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
## [Optimizers](optimizers)
## [Losses](losses)
## [Architectures](architectures)
## [Normalization](normalization)