neural-network
Code generation with Machine learning [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-13 06:47 分类:问答Using nnet for prediction, am i doing it right?
I\'m still pretty new to R and AI / ML techniques. I would like to use a neural net for prediction, and since I\'m new I would just like to see if this is how it should be done.[详细]
2023-04-12 08:36 分类:问答Classification of review from customers into Good,Bad and Neutral
I have a typical AI Problem to solve. Customers gonna submit comments about a product. I have to be able to create a program that classify these comment as either good,bad or neutral.[详细]
2023-04-12 08:32 分类:问答Algorithm or api to create Intrusion Detection System inputs
Hello I want to develope Intrusion detection system using neural network. I know there are 41 inputs. ( I know this from the Dataset which I used to train the neural network) .[详细]
2023-04-09 19:37 分类:问答How to map 10 bits to 6 bits in C++ (as efficiently as possible)?
So I know functionally what I would like to happen, I just don\'t know the best way to make a computer do it... in C++...[详细]
2023-04-08 23:41 分类:问答Gaussian connection pattern between 2 different layers of neurons of different size
I have code to solve the following problem, but it seems too slow to use (I think O(n^4)). Help a python beginner turn correct code into usable code![详细]
2023-04-08 14:34 分类:问答Neural Network based ranking of documents
I\'m planning of implementing a document ranker which uses neural networks. How can one rate a document by taking in to consideration the ratings of similar articles?. Any good python libraries for do[详细]
2023-04-07 21:27 分类:问答Finding x values for peaks in graph
I am trying to find the hours where my server load goes high (peak hours). As per what I know and have read, I can employ shape matching to find a peak, and for that I can use neural networks, etc.[详细]
2023-04-07 12:12 分类:问答When should I stop training neural network for classification using Cross Validation Method
I am now implementing neural network for classification. I use backpropagation algorithm to train. I use Cross validation method. But I am not clear when should I stop training the neural network.[详细]
2023-04-07 03:16 分类:问答What machine learning algorithm should I use for Connect 4?
I have an AI that is good at playing Connect 4 (using minimax). Now I want to use some machine learning algorithm to learn from this AI that I have, and I would like to do that by just letting them pl[详细]
2023-04-07 01:56 分类:问答