Giter Site home page Giter Site logo

csxnet's People

Contributors

csxeba avatar

Watchers

 avatar  avatar  avatar

csxnet's Issues

Optimizers need some love

The module -> optimizers need some refactoring, or maybe a complete rethinking.
The accumulated gradients / memory matrices / momentum terms are not transferable at the moment.

Fix CNN

CNN is completely broken
Implement Convolution or use the fast(ish) SciPy convolution!
Figure out the math behind backpropagation in the ConvLayer!

Merge CData and RData

CData and RData should really be merged into a big data wrapper class which can organize categorical and continuos independent variables along with the actual dataset.

Problem / session wrapper

The datamodel and the fitted network should be wrapped in a class together, so multiple datasets and multiple models can be bundled together

Speed it up!

Convolution and MaxPooling is very slow. Find a way to speed things up!

Create more tests!

Need more tests especially in higher-level modules, like high_utils.
Figure out some way to write tests for neural layers... Maybe hack around the stochastic weight inicialization?

Connect with sklearn

Find a way to add an sklearn model as the last layer (or maybe a hidden layer???) of a network.
Write wrappers?

"Preacher" class

Or something to hold a predictor, a stripped-down version of a neural network, uncapable of learning, only used for prediction.

Create Base Class for all Networks

Create an abstraction for every neural network class... It's getting quite chaotic now -> some methods are implememented in some, not in others

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.