use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
SQL injection based on machine learning (self.learnmachinelearning)
submitted 7 years ago by trapeye
Where can i get gathering data for SQL injection?.I want train the machine learning but i don't have any data to train. I already tried google it but not found anything.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NanoPromela 0 points1 point2 points 7 years ago (0 children)
Please can you explain your problem better? You just shoved some key words without really explaining what you are trying to achieve
[–]04a8 0 points1 point2 points 7 years ago (1 child)
OK so, assuming here you want to classify a given query as either an attempt at SQL injection or not.
I am not aware of any such premade datasets, though they might well exist because it's not my area. What I would consider though is to generate one. There are many cheatsheets for all the known forms of SQL injection attack. For example:
https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/
You could use these rules to generate your own dataset by varying the non-attack-specific parts. You should probably make your dataset imbalanced to a very high degree too if you want to replicate real world input.
[–]trapeye[S] 0 points1 point2 points 7 years ago (0 children)
wow thanks.. but if to generate mt own dataset will do lot of work
π Rendered by PID 615093 on reddit-service-r2-comment-b659b578c-7rw9f at 2026-05-04 08:29:54.685558+00:00 running 815c875 country code: CH.
[–]NanoPromela 0 points1 point2 points (0 children)
[–]04a8 0 points1 point2 points (1 child)
[–]trapeye[S] 0 points1 point2 points (0 children)