Skip to content

Latest commit

 

History

History

ann

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Artificial Neural Network (ANN)

The task was to optimize an ANN model to fit the provided data points. The given datasets were artificial measurements of a damped oscillation affected by noise. The main goal was to predict certain datapoints that were missing within the initial datasets (interpolation) and to predict the further course of the damped oscillation function (extrapolation). The written report covers results, interpretation and illustrations.

Check out

  • Report for more information on the computer experiment
  • ann.py to view the source code

Program

ann.py

Interpreter

Python 3.7

Usage

Python ann.py