ityonemo / ityonemo/mavis_inference
basic backpropagation on restricted output.
Open
- Dominant language
- Elixir
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
if the output changes and it's a smaller subset of possible output values, then we might need to alter our backpropagation.
Example
```
c = a + b
mod(c, 2)
```
this changes the universe of inputs to a + b
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the backpropagation implementation and reproduce the c = a + b followed by mod(c, 2) example. Clarify the expected behavior for restricted output values before defining what a complete change would require.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100