diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -84,5 +84,14 @@ See the tutorials under the /tutorials/ directory or use the links below. - [Data Visualization and Presentation](tutorials/module_4/4.7_Data_Visualization_and_Presentation.md) #### Module 5: Introduction to AI for Engineering Problems -- [[supervised_vs_unsupervised_learning]] -- [[neural_networks]]
\ No newline at end of file +- [Introduction to AI](tutorials/module_4/introduction_to_ai.md) +- [Neural Network Core Concepts](tutorials/module_4/neural_networks_core_concepts.md) +- [How Neural Networks Learn](tutorials/module_4/how_neural_networks_learn.md) +- [Supervised learning Techniques](tutorials/module_4/supervised_learning_techniques.md) +- [Data for Engineering](tutorials/module_4/data_for_engineering.md) +- [Unsupervised learning: Clustering & Dimensionality Reduction](tutorials/module_4/unsupervised_learning_clustering_and_dimensionality_reduction.md) +- [Convolutional Neural Network for Engineering Images](tutorials/module_4/convolutional_neural_networks_for_engineering_images.md) +- [Failure and Fatigue Prediction](tutorials/module_4/failure_and_fatigue_prediction.md) + +## Resources +- [Projects/Assignments/Problems](practical_problems.md)
\ No newline at end of file |
