All Projects → baldassarreFe → Zalando Pytorch

baldassarreFe / Zalando Pytorch

Licence: mit
Various experiments on the [Fashion-MNIST](https://github.com/zalandoresearch/fashion-mnist) dataset from Zalando

Projects that are alternatives of or similar to Zalando Pytorch

Tetrahedra
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Eci2019 Nlp
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Nyc uber forecasting
Forecasting Uber demand in NYC neighborhoods
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Financial Machine Learning Articles
Contains the code for my financial machine learning articles
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Symbolic Metamodeling
Codebase for "Demystifying Black-box Models with Symbolic Metamodels", NeurIPS 2019.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Chatbot
Chatbot based on Rasa Framework
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Gpufilter
GPU Recursive Filtering
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Potter
Using NLTK to run an analysis on the Harry Potter corpus - different versions of this talk were given at Codeland in NYC and DjangoCon US in San Diego in 2018.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Artee.ai
AI Generated Tees
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Skymap
High-throughput gene to knowledge mapping through massive integration of public sequencing data.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Mlnet Workshop
ML.NET Workshop to predict car sales prices
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Kaggle
Kaggle에서 진행하는 경진대회의 코드를 올려둔 공간입니다.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Downloadconceptualcaptions
Reliably download millions of images efficiently
Stars: ✭ 28 (-3.45%)
Mutual labels:  jupyter-notebook
Ismir2020 u nets svs
A PyTorch Implementation of the paper - Choi, Woosung, et al. "Investigating u-nets with various intermediate blocks for spectrogram-based singing voice separation." 21th International Society for Music Information Retrieval Conference, ISMIR. 2020.
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Hottbox Tutorials
📙 HOTTBOX: Higher Order Tensors ToolBOX. Tutorials
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Adv fin ml exercises
Experimental solutions to selected exercises from the book [Advances in Financial Machine Learning by Marcos Lopez De Prado]
Stars: ✭ 944 (+3155.17%)
Mutual labels:  jupyter-notebook
Kaggle Santander Customer Transaction Prediction 5th Place Partial Solution
Kaggle Competition notebooks
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Nyc Ds Academy
In-class exercises for Deep Learning course at NYC Data Science Academy
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Machine learning notebooks
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook
Dscourses19
ECON 5253: Data Science for Economists, University of Oklahoma (Spring 2019)
Stars: ✭ 29 (+0%)
Mutual labels:  jupyter-notebook

zalando-pytorch

PyTorch experiments with the Zalando fashion-mnist dataset

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── models             <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-jqp-initial-data-exploration`.
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports            <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures        <- Generated graphics and figures to be used in reporting
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── src                <- Source code for use in this project.
│   ├── __init__.py    <- Makes src a Python module
│   │
│   ├── data           <- Scripts to download or generate data
│   │   └── make_dataset.py
│   │
│   ├── features       <- Scripts to turn raw data into features for modeling
│   │   └── build_features.py
│   │
│   ├── models         <- Scripts to train models and then use trained models to make
│   │   │                 predictions
│   │   ├── predict_model.py
│   │   └── train_model.py
│   │
│   └── visualization  <- Scripts to create exploratory and results oriented visualizations
│       └── visualize.py
│
└── tox.ini            <- tox file with settings for running tox; see tox.testrun.org

Project based on the cookiecutter data science project template. #cookiecutterdatascience

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].