Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warisgill/computer-vision-assignments
https://github.com/warisgill/computer-vision-assignments
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/warisgill/computer-vision-assignments
- Owner: warisgill
- Created: 2019-10-04T10:25:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:25:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T16:36:50.064Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assignment 1: It contains the implementation of KNN, Softmax and SVM classifier. It also contains the implementation of the 3-Layer Neural Network.
Assignment2: Modular Fully Connected Neural Network, Dropout, CNN, and implementation of CNN with Pytorch builtin libraries.
Assignment3: RNN implementation