Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring Neural Network library #16

Merged
merged 11 commits into from
Jun 26, 2024
Merged

Conversation

AnHeuermann
Copy link
Contributor

@AnHeuermann AnHeuermann commented Jun 12, 2024

Related Issues

Partially solves issues from #11, #7, #4, #3 and #1.

Changes

  • Removed wacky Python scripts.
  • Added PythonToModelica Python package to convert NumPy arrays to Modelica arrays.
  • Added icons to NeuralNetwork Modelica library.
  • Added documentation annotation to NeuralNetwork Modelica library.
  • Added HelloWorld example + reference files.
  • Added Jupyter Notebook to train and generate neural network for HelloWorld example.
  • Added CI.

  - Sorting and renaming packages
    - Activation functions moved in package
    - Adding ActivationFunction enumeration type
    - Camel case for types, class definitions
      starting with capital
  - Started adding HelloWorld example
  - Improving README.md
  - Adding HTML documentation
  - Adding icons for classes
@AnHeuermann AnHeuermann self-assigned this Jun 12, 2024
This was linked to issues Jun 12, 2024
This was unlinked from issues Jun 12, 2024
@AnHeuermann AnHeuermann marked this pull request as ready for review June 12, 2024 14:59
@AnHeuermann AnHeuermann requested a review from phannebohm June 12, 2024 14:59
Copy link
Contributor

@phannebohm phannebohm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AnHeuermann AnHeuermann merged commit 7f80aae into AMIT-HSBI:main Jun 26, 2024
4 checks passed
@AnHeuermann AnHeuermann deleted the icons branch June 26, 2024 14:33
This was referenced Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants