Closed
Description
This package should be moved to https://github.com/Gorgonia when 1.0 is nearing. This is the result of the thinking that arose from #91.
The purpose of this is to move Gorgonia away from being just a personal project - it's not a personal project since last year, with great contributors like @NDari and @kabaka0 . I'm increasingly worried about the bus factor of this repo. Moving this repo to an organization would allow someone else to step up as main maintainer should you know, I get hit by a bus.
Once the move to the org is done, there are some further things that can be done:
- The
tensor
package should be split out as well. (fromgithub.com/chewxy/gorgonia/tensor
togithub.com/Gorgonia/tensor
) - An additional
horny
package (the analogue of Keras)golgi
package would be added. It's a personal package for now, with a bunch of structs that define a neural network layer, and customized/optimized Ops for convolution, affine (σ(W×x + bias)
), LSTM and GRU operations.
TO DO LIST
- Add meta redirect for canonical URL
- Add canonical URLs: Set Canonical URL to be: gorgonia.org/gorgonia #117
- Finish site generation and make sure that the metadata for canonical URLs are added: #80
- CNAME file for the gorgonia.org website: CNAME gorgonia.github.io#1
- Write a program to update the gorgonia imports.
- Move this repo to github.com/gorgonia/gorgonia
- Move package
cu
to Gorgonia: Move to organization Gorgonia cu#3 - Move package
vecf64
to Gorgonia: See also Adopt "dep" as the official installation mechanism #116 - Move package
vecf32
to Gorgonia: See also Adopt "dep" as the official installation mechanism #116