Coder Social home page Coder Social logo

digitrecognizer's People

Contributors

kgrewal2 avatar tcarlswing avatar

Watchers

 avatar

digitrecognizer's Issues

It takes some time to recognize the digit when you press the button (SimpleNN or CNN) for the first time. (Possible problem in description)

In the initial version, objects for SimpleNN and CNN were initialized when the UI starts. Now I think they are initialized when the button is clicked for the first time.
I suggest the initialization should be moved to some other place so that SimpleNN/CNN object is ready before we click the button.

UI.java (Initial Version)
main(){...
neuralNetwork.init();
convolutionalNeuralNetwork.init();
...}

Refactor Logger use

Possibilities:

  • Decorator that wraps a logger instance: aggregated class methods that return data can be fed through the decorator methods and printed using the logger
  • Dependency Injection: Modify class methods to accept a Logger

Convolution: Merge applyConvolutionWithPaddingIterative and applyAreaConvolutionWithPadding

applyConvolutionWithPaddingIterative is called from EdgeDetection.
The function of applyConvolutionWithPaddingIterative is to apply applyAreaConvolutionWithPadding n number of times (iteratively).
But in the call from EdgeDetection, the number of iterations is 1. Therefore the software is not using the function in an ideal manner.
(It is kind of using a for loop to process a statement once)

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.