Aman Priyadarshi

Results 24 comments of Aman Priyadarshi

Long term fix? Change Delegate Handling class to assume minimum storage size of ```0x10```. That certainly is difficult but need to handle some other way. Also assert the minimum storage...

- Screenshot looks ugly there. You can remove it - Can you put that screenshot of code with that license header? or wait some while I'll update license header on...

changed DNS zone settings. It is now pointing to gh-pages branch You can fork the repo and start working

Created Styling Guide wiki page: https://github.com/amaneureka/AtomOS/wiki/Coding-Style

Started work on Compiler update on branch CallingConvention which will include fixing coding style too.

Build has been fixed need to make required changes in Kernel code, like public -> internal And linker script

That's what the issue is created for. Particularly SHM should not allocate memory from Heap, It should use systemcall sbrk routine but though It has not been implemented so it...

Read usage of DllImport from here https://github.com/amaneureka/AtomOS/wiki/C%23-Guidelines#dllimport

Possible solution: Exponentially decrease learning rate proportional to confidence of network.

Solution itself explains it. It's not good idea to move saturated weights with small momentum when they are already saturated. Hence it should decrease it's learning rate as network get...