An open API service indexing awesome lists of open source software.

https://github.com/matthewfilipovich/diffractive-optical-neural-networks-with-coherence

Diffractive optical neural network training with arbitrary spatial coherence.
https://github.com/matthewfilipovich/diffractive-optical-neural-networks-with-coherence

diffractive-neural-networks fourier-optics optics pytorch

Last synced: 15 days ago
JSON representation

Diffractive optical neural network training with arbitrary spatial coherence.

Awesome Lists containing this project

README

        

# Diffractive Optical Neural Networks with Coherence

> PyTorch implementation of diffractive optical neural networks under arbitrary spatial coherence.



Supplementary code from our [paper](https://arxiv.org/abs/2310.03679).

## Usage
Run the following to train a model on the MNIST dataset:
```bash
python train.py --coherence-degree=1 --wavelength=700e-9 --pixel-size=10e-6
```