machine learning - Type of neural network -


i have data next structure example.

no,2,0,8,2 no,1,1,16,2 yes,1,0,4,1 no,0,1,11,2 no,2,1,3,1 no,2,1,11,2 no,2,1,1,0 no,0,0,20,2 yes,1,0,6,0 yes,0,1,11,1 no,1,1,22,2 yes,1,0,24,0 yes,1,0,10,0 

i want create model, selects best values parameters, when have first parameter equal "yes".

what type of model better these data?


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -