or you can try to publish via open review,
Ask HN: How and where can I publish my research on AI as a college dropout?
21–30 of 88 posts
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#22anyone can upload to arxiv.org. I, and many others, regard single-author publications with a higher degree of suspicion, so you should still reach out to other researchers in the area and foster collaborations first.
>anyone can upload to arxiv.org I thought you needed an endorsement from someone already in the system, or were affiliated with a university? https://arxiv.org/help/endorsement
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#23I really like this question. I’ll make a few brief points: - Most computer science research can be categorized into one of three forms: preprints published on arxiv or similar websites, papers published in conference proceedings, and source code. In artificial intelligence research, it’s typical for research, if there’s demand, to be promoted from a preprint, to a paper published in a conference proceeding, to public…
Well, that and lawyers. Even getting academic collaborations approved gets super complicated once lawyers are concerned about patents, etc.
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#24Earlier quoted context omitted.
If it’s your first paper, co-authors can be extremely useful to help guide the author through the publication process. It’s also helpful for marketing purposes. Hell, this is basically the graduate school route.
It seems like having all those arbitrary requirements is good for nothing but gatekeeping higher education. Why not have those requirements publicly known and not unnecessarily complicated so that everyone can submit info?
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#251) It will help you determine if you can explain what you're doing to someone else, well enough that they can duplicate your results. If you cannot do this, then writing a paper will be a failure for you.
2) If they are in academia, then you will not only have someone who already has an understanding of how to get published, they can help with the paper's structure to make it useful for others (increasing the likelihood it will get published).
The challenge is not that you are a "college drop out", the challenge is that you didn't get a chance to learn all of the meta information that college was going to teach you about how to structure a research paper, how to explain the problem and your solution, how to help the reader understand the "big question" you are trying to answer, and the effort you have gone through in making sure you haven't deluded yourself your on to something new (that you have avoided confirmation bias).
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#26Earlier quoted context omitted.
If it’s your first paper, co-authors can be extremely useful to help guide the author through the publication process. It’s also helpful for marketing purposes. Hell, this is basically the graduate school route.
It seems like having all those arbitrary requirements is good for nothing but gatekeeping higher education. Why not have those requirements publicly known and not unnecessarily complicated so that everyone can submit info?
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#27anyone can upload to arxiv.org. I, and many others, regard single-author publications with a higher degree of suspicion, so you should still reach out to other researchers in the area and foster collaborations first.
I thought you still need at least an affiliation which is why the crackpot version (which doesn't require anything) exists? http://vixra.org/ https://en.wikipedia.org/wiki/ViXra
EDIT: this one probably takes the cake: http://vixra.org/abs/1406.0180 . Completely nonsensical, ramblings about fuzzy logic and "topological experiments", the same sentences repeated multiple times. The actual work seems to be taking the formulas for a circle with a line through it, showing all of his work for some Algebra I + derivative level manipulations while still making basic mistakes (the one I caught is the final equation should be "= 1", not "= 0", because he didn't take the second derivative properly), to come up with a differential equation to describe his "intersection of a circle and a line" problem. Then concludes that this "fuzzy topological non-linear differential equation" will prove very useful in solving quantum gravity, somehow.
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#28First, discuss your idea on reddit machine learning. It will be shot down quickly if there is a gaping flaw or something you overlooked.
You can combine this with second, write a blogpost on what you got.
Third, write a preprint, link to it on the blogpost so there is no risk of you not getting credit.
Overall, the effort for each step increases significantly, you might be tempted to go straight for the preprint but let me tell you that this is most likely a waste of your time because you (very likely) don't know how to write with a certain ML flavour, how to present certain ideas, and how to design the right experiments or contextualise your arguments.
If you write a good blogpost, you have a nice starting point to find someone to help you formalise your ideas.
Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#29Re: Ask HN: How and where can I publish my research on AI as a college dropout?
#30* Where: depends on the field of research. Top general AI conferences include AAAI and IJCAI, which occur once per year. Papers are submitted online and reviewed anonymously. There are many others. Top machine learning conferences include NIPS and ICML; same comments apply.
* How: well, you write a paper conforming to the length and style requirements (this requires learning LaTeX, at least the basics). The paper should describe the problem you are trying to solve, briefly describe and cite relevant prior work and explain either why it does not solve the problem, or why the solution you will be presenting is better. It should then present your solution and evidence for it, be that theorems and proofs or experiments or simulations. You then submit the paper to a conference online.
You didn't ask how you can conduct your research on AI (your phrasing makes it sound already completed), so I'll try to avoid too much unsolicited advice, but this is the difficult part. It's important that you have read the most relevant papers to the problem you're trying to solve (this will help you see how to structure your own paper) and that you have a clear idea of where your research fits and improves on the existing literature.
Frankly, this will be very difficult unless you have some help from a mentor or collaborator who has been through the process before. Ideal would be to get in touch with someone who is doing research in the specific area you are interested in and ask to meet with them, explain what you are doing, and get their advice on related work, whether your work is publishable, and how to present it. That doesn't make them a co-author.
If you are interested in getting into research long term, ideal would be to ask a similar person to help or join on one of their projects, or collaborate on your idea. After some experience it will be much easier to figure things out for yourself.