I have a neural network and I need to have an input data extracted from a couple of websites in some format (maybe xml?) so afterwards it will be used in my c# application, is there a way to do so?
Asked
Active
Viewed 113 times
1 Answers
0
Perhaps if they supply RSS feeds. Otherwise check out how a crawler works. Also, HTML is basically XML.
There are similar questions asked already, for example: Parsing HTML to get content using C#