can i use multiple features for multi-class classification? [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 months ago.
Improve this question
Assuming that I have an excel sheet with three columns of data and one column of label. Can I use all three columns of data to train a neural network to predict the label?

Definitely. Here is a sketch of such a neural network:

Related

Handle infinity data in pipeline [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I want to train a model using RandomForestClassifier but there are infinite values in my data
How can I handle infinite values in the pipeline before the algorithm?
Can anyone help me?

How to update a time-series model (such as facebook_prophet) on new data without retraining the data in full each time? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Is it doable to update my trained model (fbprophet) in order to surpass the dilemma of retraining the whole dataset every time?
Thanks for your help in Advance
I found a solution using the warm-start approach, here.

How can i generate Data from .gdf files using Jupyter notebook? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm preparing my dataset to be preprocessed before training with CNN model but i couldn't generate data from this type of file which contain several signals.
I recommend using the gdflib library. It'll allow you to process your .gdf files by organizing your data into nodes for further processing.
It would also help if you could please provide a minimal reproducible example of what you have tried.

Compare numerous figures and identify the similar ones [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on pattern recognition program using R/python. What would be the best way to compare two or more figures and identify/recognize the similar or duplicate figures based on pattern recognition?
There are lots of papers on the internet, we can try to get the idea how to extract and process feature in a fingerprint. For instance, http://www.cse.unr.edu/~bebis/CS790Q/PaperPresentations/MinutiaeDetection.pdf
Then you can use whatever classifier you want such as support vector machine.
If you need more idea you can visit http://dermatoglyphics.org/11-basic-patterns-of-fingerprint/ to generalize

How to use the NASA "Distance to the Nearest Coast" dataset? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How would I use the dataset at http://oceancolor.gsfc.nasa.gov/DOCS/DistFromCoast/ to efficiently determine the distance of a given coordinate (lat,lng) to the nearest coastline?
It's quite a large file. Is there a library that can help with processing this kind of data?

Categories