Skip to content
Snippets Groups Projects
Commit dbb8a44a authored by Gehring, Maximilian's avatar Gehring, Maximilian
Browse files

Update Immobilienpreise.ipynb

parent e2379e7f
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
1. Importieren der Daten mit pandas
%% Cell type:markdown id: tags:
2. Aufteilen des Datensatz (Splitting)
%% Cell type:markdown id: tags:
3. Skalieren der X-Werte
%% Cell type:markdown id: tags:
4. Aufteilung in Trainings-, Validierungs- und Testdaten
%% Cell type:markdown id: tags:
5. KI Trainieren
- Neuronales Netz mit 3 Hidden Layers
- Aktivierungsfunktion relu
- Inputschicht 10, Outputschicht 1, 32 Neuronen pro Schicht
%% Cell type:markdown id: tags:
6. Testen der Genauigkeit der Vorhersagen
%% Cell type:markdown id: tags:
7. Visualisierung der Ergebnisse mit matplotlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment