Coding a Self-Driving Car in JavaScript (3 op)
Toteutuksen tunnus: DT10064-3001
Toteutuksen perustiedot
- Ilmoittautumisaika
- 01.04.2022 - 01.05.2022
- Ilmoittautuminen toteutukselle on päättynyt.
- Ajoitus
- 02.05.2022 - 15.08.2022
- Toteutus on päättynyt.
- Opintopistemäärä
- 3 op
- Lähiosuus
- 0 op
- Virtuaaliosuus
- 3 op
- Toteutustapa
- Etäopetus
- Yksikkö
- Tradenomi / Tietojenkäsittely (DD)
- Toimipiste
- Wärtsilä-kampus Karjalankatu 3 (WÄR)
- Opetuskielet
- englanti
- Paikat
- 20 - 500
- Koulutus
- Tietojenkäsittelyn koulutus
Arviointiasteikko
H-5
Tavoitteet
- Students will gain an understanding of what artificial intelligence is
- Students will practice solving a real-world problem
- Students will apply fundamental mathematical tools
- Students will be guided to build a complex software system
- Students will extend a given software system according to specifications
- Students will practice modern JavaScript programming techniques
Sisältö
In this course we study how to build a self-driving car simulation using JavaScript. We build every component ourselves, without using any external libraries so that we really understand how a system like this works. We learn how to implement the car driving mechanics, how to define the environment, how to simulate sensors, how to detect collisions and how to make the car control itself using a neural network. We briefly study how biological neural networks work and see how to implement artificial neural networks using code. We also study a basic optimization algorithm for improving the neural network. The entire system is complex, however, each component is relatively easy in and of itself requiring only a good understanding of high-school mathematics/physics and some programming experience (not necessarily JavaScript).
Aika ja paikka
Course is open from 1.6.2022-15.8.2022 on Moodle:
https://moodle.karelia.fi/course/view.php?id=6911
All assignments have deadline on 1.8.2022.
Grading will follow soon afterwards.
Oppimateriaalit
Material is available on Moodle:
https://moodle.karelia.fi/course/view.php?id=6911
And in this video playlist:
https://www.youtube.com/playlist?list=PLB0Tybl0UNfY8T85rlEnL-ohEz2lIKH-6
Opetusmenetelmät
Video lectures and personal feedback on exercises.