Skip to content

This repository contains Python code files used as examples during my lectures. Each lecture is organized into a separate folder for easy navigation and reference.

License

Notifications You must be signed in to change notification settings

process-intelligence-research/AI-in-Bio-Chemical-Engineering-Lecture-Coding

Repository files navigation

AI-in-Bio-Chemical-Engineering-Lecture-Coding

Welcome to the Lecture Examples repository! This repository contains Python code files used as examples during my lectures. Each lecture is organized into a separate folder for easy navigation and reference.

Table of Contents

  1. Lecture 1: Machine learning overview and classical regression
  2. Lecture 2: Neural networks for regression and classification
  3. Lecture 3: Unsupervised Learning
  4. Lecture 4: Hybrid models and physics-Informed neural networks
  5. Lecture 5: Computer vision
  6. Lecture 6: Molecular property prediction with graph neural networks
  7. Lecture 7: ChatGPT and ethical aspects in AI

Lecture examples

  • Lecture 1 examples: Open in Colab

  • Lecture 2 examples: Open in Colab

  • Lecture 3 examples: Open in Colab

  • Lecture 4 examples: Open in Colab

  • Lecture 5 examples: Open in Colab

  • Lecture 6 examples: Open in Colab

Folder Structure

Each lecture is organized into a separate folder with a meaningful name to help you quickly find the relevant code examples. Inside each folder, you'll find Python code files (.ipynb) and any additional resources or documentation related to the lecture.

lecture_1/
├── Lecture1.example.py
├── ...
├── README.md (Optional: Additional information about Lecture 1)

Run code online

You can also run the code online via Google's Colaboratory. Colab allows users with Google accounts to execute Jupyter notebooks on the Google cloud.

To execute the notebook in Colab:

  1. Click the Open in Colab button above. It will launch the notebook directly.
  2. Make the notebook live by clicking 'Connect' in the Colab toolbar.
  3. Select Runtime > Run All in the menu to execute the notebook. (You may get a warning that the page was not authored by Google.)

Getting Started and run code locally

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/lecture-examples.git
    
    
  2. Navigate to the specific lecture folder you are interested in.

  3. Explore the Python code files provided as examples during the lecture.

Usage

Feel free to use these code examples for reference or in your own learning journey. If you have any questions or need further explanations, please don't hesitate to reach out.

License

This repository is open-source and available under the MIT License. Feel free to use, modify, and distribute the code examples as needed.

About

This repository contains Python code files used as examples during my lectures. Each lecture is organized into a separate folder for easy navigation and reference.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •