Rishabh

Results 5 comments of Rishabh

Thanks for the pointers! I think I have a clearer idea of what to do now. I'll create a ```networks.jl``` in this repo and start working on that. Also yes,...

I have re written the skeleton in a new file ```networks.jl``` and removed the previous changes made to ```pinns_pde_solve.jl```. I wanted to ask: - In the main function ```AdaptiveActivationFeedForwardNetwork``` we...

Would this include editing the `Base.setproperty!` function in `datastore.jl` to handle this specific case? ```julia function Base.setproperty!(ds::DataStore, s::Symbol, x) @assert s != :_n "cannot set _n directly" @assert s !=...

![dataaugment](https://github.com/CarloLucibello/GraphNeuralNetworks.jl/assets/59335537/f11d06e8-64d0-48dd-98e5-739274779f10) I will use this space to add notes regarding this problem - Core Functionality: - Remove edges PR #414 - Remove nodes PR #420 - Dropout performs random dropping...

After further discussion(on Slack), since it has been decided that it would be more valuable to implement more relevant applications, this discussion thread can now be used for writing the...