Giter VIP home page Giter VIP logo

artificial-neural-net's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

artificial-neural-net's Issues

결과값 기준을 0 으로

현재 출력 뉴런 중, 가장 값이 높은 것을 가져옴
효과적인 가중치 조절을 이용해 결과값 기준을 0으로 잡아야 할 듯

TypeError

File "main.py", line 19, in add_next_neuron
self.next_neuron.append(dict({neuron, weight}))
TypeError: cannot convert dictionary update sequence element #0 to a sequence

신경망 정확도 개선

dunno 등의 답변이 많을 경우, 오답률이 급증함.
가중치 등의 효과적인 조절이 필요함

TODO

NeuronModel 에서 모든 뉴런을 관리하도록 고쳐야 할듯
개별 클래스(입력뉴런, 결합뉴런, 출력뉴런) 에서 관리하게 되면 각 뉴런들을 관리하기 힘듬.
NeuronModel 클래스에서 init 시, 각 뉴런클래스 (입력, 결합, 출력) 의 이름 List 를 받아 객체를 생성하고 객체 리스트에 추가하도록

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.