+ 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]
4 odpowiedzi
+ 8
Does an image classifier count?
If so:
https://github.com/kuba-siekierzynski/CarL-CNN/ 🐍
(too big for Sololearn, I'm afraid ;)
+ 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! 👍
+ 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
+ 4
My own code :)
https://code.sololearn.com/Wh3UBQn7Pr2O/?ref=app