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

https://github.com/pmocz/artificialneuralnetwork-python

Artificial Neural Network for Image Classification
https://github.com/pmocz/artificialneuralnetwork-python

artificial-neural-networks astrophysics machine-learning scientific-computing tutorial

Last synced: 5 months ago
JSON representation

Artificial Neural Network for Image Classification

Awesome Lists containing this project

README

          

# artificialneuralnetwork-python
Artificial Neural Network for Image Classification

## Create Your Own Artificial Neural Network for Multi-class Classification (With Python)

### Philip Mocz (2023) [@PMocz](https://twitter.com/PMocz)

### [📝 Read the Algorithm Write-up on Medium](https://philip-mocz.medium.com/create-your-own-artificial-neural-network-for-multi-class-classification-with-python-7011946af722)

Create and train your own artificial neural network to classify images of galaxies from SDSS/the Galaxy Zoo project.

Data used in this work is heavily modified and simplified from the Galaxy Zoo 2 (Willett et al.,2013), MNRAS, 435, 2835.

```
python artificialneuralnetwork.py
```

![Simulation](./artificialneuralnetwork.png)