ai tag

3 questions


1 answers
340 views
0
There was an error trying to code the implementation of a 3*3 Tiktecto game competing with ai.

Hello, I am a college student who is studying artificial intelligence for the first time. While studying artificial intelligence programming, I practiced making a 3*3 Tiktecto game that competes with ...

ai
1 years ago

1 answers
67 views
0
I would like to ask you about the concepts of machine learning bow, word2vec, adabost, xgboost, etc.

There is no basis for machine learning. I'm asking you this question because I got confused after getting to know it.I don't know how to categorize and define the ensemble models, such as Adaboost and...


1 answers
127 views
0
I have a question about creating LSTM Memory cell? About node size setting~!!!

x_train = raw_train.loc[:, train_cols].valuesy_train = raw_train.loc[:, test_cols].valuesx_test = raw_test.loc[:, train_cols].valuesy_test = raw_test.loc[:, test_cols].valuesNormalization min_max_scal...

2 years ago

© 2024 OneMinuteCode. All rights reserved.