Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn from levensthein corrections through neuronal networks #20

Open
albfan opened this issue Jul 21, 2015 · 1 comment
Open

Learn from levensthein corrections through neuronal networks #20

albfan opened this issue Jul 21, 2015 · 1 comment
Labels

Comments

@albfan
Copy link
Owner

albfan commented Jul 21, 2015

Teach IA Alghoritm to solve cleverly diffs

e. g, this:

 void func1() {
    x += 1
+}
+
+ void functhreehalves() {
+     x += 1.5
 }

 void func2() {
     x += 2
 }

to this:

 void func1() {
     x += 1
 }

+void functhreehalves() {
+    x += 1.5
+}
+
 void func2() {
     x += 2
 }

http://bramcohen.livejournal.com/73318.html

through a neuronal network neuroph

Create a system to upload machine proposal and final human resolutions to teach the neuronal net

@albfan albfan added the ready label Jan 23, 2016
@albfan
Copy link
Owner Author

albfan commented Jan 23, 2016

define a representation of a revision to compare and teach neuronal net. Allow resolve only parts of revision

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant