Challenge - Machine Learning Algorithm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Challenge - Machine Learning Algorithm

Create a learning algorithm. It is recommended that your algorithm would have 2 parts: 1) A predefined part that can change the second part. 2) The second part that does not have any predefined tasks (this part could be a neural network). [continued in the comments]

1st Jan 2018, 5:09 PM
Augustinas Lukauskas
Augustinas Lukauskas - avatar
4 Answers
+ 8
Does an image classifier count? If so: https://github.com/kuba-siekierzynski/CarL-CNN/ 🐍 (too big for Sololearn, I'm afraid ;)
1st Jan 2018, 5:28 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
@Kuba Siekierzyński Yes it does :) Unfortunately I couldn't run it on my phone, but I read the description and it sounds great! 👍
1st Jan 2018, 5:53 PM
Augustinas Lukauskas
Augustinas Lukauskas - avatar
+ 5
[continuation] You can choose your algorithm's tasks, what learning method it uses and in what language it is built in. This challenge is very general so that more people could complete it. It could be as difficult as a neural network that recognizes patterns in images from a code I built or as simple as an implementation of SoloLearn's Phython neural network in some other language (for example, Java). Links: My code that produces patterns: https://code.sololearn.com/Wv8EvENFUDzL/?ref=app SoloLearn's post and Python code: https://www.sololearn.com/learn/716/?ref=app https://www.sololearn.com/learn/738/?ref=app
1st Jan 2018, 5:09 PM
Augustinas Lukauskas
Augustinas Lukauskas - avatar
2nd Jan 2018, 12:39 AM
Augustinas Lukauskas
Augustinas Lukauskas - avatar