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

Neural network alternatives #11

Open
afr2903 opened this issue Nov 12, 2024 · 1 comment
Open

Neural network alternatives #11

afr2903 opened this issue Nov 12, 2024 · 1 comment
Labels
machine learning Core decision system of the platform

Comments

@afr2903
Copy link
Member

afr2903 commented Nov 12, 2024

Given time constrain, a static neural network will be used. However, after discussing with the mentor, alternatives were presented:

  • Feed-forward neural network: Good for time-series as takes into account previous steps, sample time should be constant.
  • Recurrent neural networks: Better if sample time is noisy.
  • Informed neural networks: Follow a physical equation to take load off the non-linear data.

Will be explored later for the research paper.

@afr2903 afr2903 added the machine learning Core decision system of the platform label Nov 12, 2024
@afr2903
Copy link
Member Author

afr2903 commented Dec 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
machine learning Core decision system of the platform
Projects
None yet
Development

No branches or pull requests

1 participant