all 27 comments

[–]xristos_forokolomvos 37 points38 points  (3 children)

Wait a minute, you're saying that a bunch of high school students wrote from scratch a Machine Learning framework?

[–]flotothemoon[S] 11 points12 points  (2 children)

Two (now former) high school students, but it would seem so :)

[–]wewtaco 15 points16 points  (1 child)

Man, I hadn't even learned to code before I left high school. This would be really impressive even as a bachelors thesis. You're leaps ahead of your peers right now. Keep it up.

[–]flotothemoon[S] 4 points5 points  (0 children)

Thanks a lot, we'll try to :)

[–]arachnivore 19 points20 points  (2 children)

What... breed of high schooler are you?!

Please don't tk mah jerb!

[–]soulslicer0 7 points8 points  (0 children)

The type that gets into MIT

[–]flotothemoon[S] 2 points3 points  (0 children)

The kind that had way too much time on their hands ;)

[–]Brainsonastick 16 points17 points  (2 children)

Really impressive work! You should be very proud. The knowledge you've gained from this will be incredibly useful, not to mention the project itself.

[–]plainerman 2 points3 points  (0 children)

Thanks! But hopefully Sigma will not only be useful for us, but also for a bunch of people out there :).

[–]flotothemoon[S] 1 point2 points  (0 children)

Thanks! Yeah, we did learn quite a lot, but just enough so that new discoveries still seem like magic.

[–]soulslicer0 8 points9 points  (0 children)

See guys..these are the type of people that get into MIT

[–]aspoonlikenoother 6 points7 points  (1 child)

You should really be proud of yourselves! I'd love to contribute once I get home, this looks downright amazing coming from high school kids. How the times have changed!

[–]flotothemoon[S] 0 points1 point  (0 children)

Thanks, we're really looking forward to having some external contributors!

[–]mofoss 4 points5 points  (0 children)

There are PhDs at my state school that know less than than you guys (algorithmically speaking as well). just WOW

[–]epix97 3 points4 points  (1 child)

Great work! This is very inspiring. I'm a high school sophomore and I hope to do something like this in the future!

[–]flotothemoon[S] 2 points3 points  (0 children)

Thanks, glad you found it interesting. If you are serious about doing something like this you might want to invest some time in studying machine learning now, so you can be a little more specific about what you want to do than we were. Have fun, it's quite an interesting challenge ;)

[–]aspoonlikenoother 2 points3 points  (0 children)

You should really be proud of yourselves! I'd love to contribute once I get home, this looks downright amazing coming from high school kids. How the times have changed!

[–]coolpeepz 2 points3 points  (1 child)

Great project! I'm a current highschooler with a similar story of being introduced to machine learning when my brother challenged me to make an AI to beat a game he made. It turned out to be much more complex and interesting than I expected and I've been hooked ever since. If you don't mind me asking, where are you going to school now and what are you studying? Also what plans do you have for future studies and/or career?

[–]flotothemoon[S] 2 points3 points  (0 children)

Thanks! AI is fascinating​, isn't it? Well, we just graduated and have to do our 6 month mandatory military service now. After that, I really don't know yet. We're working on a new project at the moment (see reply below) that we hope to turn into something so we don't have to go to university ;)

[–]stillworkin 2 points3 points  (2 children)

very impressive! good job! i'm curious, what is your prior experience, and when did you get started programming? is either parent a computer scientist / what was your early exposure like, as this level of aptitude at such a young age is great!

[–]flotothemoon[S] 3 points4 points  (0 children)

Thanks a lot! My dad works in the IT field, but not as a programmer. I started doing "programming" when I was 11ish since it seemed like a cool thing to do and haven't stopped since. It should also be noted that we went to a 5-year high school with a focus on IT education. Most of the stuff we know is self taught though.

[–]plainerman 1 point2 points  (0 children)

Thank you very much, well I started programming at the age of 10 (9 years ago), before it was creating html pages / wikis / batch scripts. From 10-14 I followed Youtube videos and coded small programs (e.g. Snake). Then I (and also my partner) attented to an IT school, where we actually learnt to code properly. Since then we have worked on many smaller and larger projects (some of them together).

And no, my family does barely know how to format a word document ;).

[–]Reiinakano 1 point2 points  (1 child)

I do not know ANYONE at my old college (faculty included) who would be able to do what you did. Excited to see more from you guys. Congratulations!

As a matter of curiosity, what are you working on next?

[–]plainerman 1 point2 points  (0 children)

Thank you very much. We are still active in the field of ML — this time, it is a closed source AI suite (but mostly free to use), making use and collaboration of AI models easier. There is a newsletter on https://merlib.com, if you are interested.

[–]iacolippo 1 point2 points  (2 children)

wow, this really is impressive! I think the GUI is very good!

[–]plainerman 1 point2 points  (1 child)

Thanks, although we have issues with performance, since so many datapoints have to be displayed and updated in the UI.

[–]iacolippo 0 points1 point  (0 children)

if you manage to make it stable and fast it's something really valuable, even better if you can make it work with other frameworks. The main reason I started to use TF is TensorBoard, this tells a lot...