Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmadisetti/cs682
Deep Learning Project
https://github.com/dmadisetti/cs682
Last synced: 4 days ago
JSON representation
Deep Learning Project
- Host: GitHub
- URL: https://github.com/dmadisetti/cs682
- Owner: dmadisetti
- License: other
- Created: 2019-10-22T19:06:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T23:33:34.000Z (about 3 years ago)
- Last Synced: 2024-11-19T03:58:23.386Z (2 months ago)
- Language: Python
- Size: 3.2 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using Unsupervised Learning in Classification for Autonomous Vehicles
## AKA see cars, get money :car: :blue_car: :taxi:This project seeks to use SOTA unsupervised techniques to develop a competive
pipeline for the [PKU kaggle
competition](https://www.kaggle.com/c/pku-autonomous-driving).---
## Usage
This project is intended to be iterated up mainly on Google Colab. As such,
refer to the example (`Example.ipynb`) notebook for how to use this project.## Misc
Keep it clean.
```
yapf -p -i -r carsmoney test
```