Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in AI and Deep Learning by (50.2k points)

I am very interested in machine learning. I have an idea to develop a program that can generate a source code according to a given standard. for example, if I have trained the system to how to write something to console and the standard way of using variables then it should be able to generate source code for anything which I ask to print something to the console, likewise. Are there any resources source codes or existing open-source projects?

1 Answer

0 votes
by (108k points)

Code-generating models represent a probability distribution over code by stochastically modeling the generation of smaller and simpler parts of code, e.g. tokens or AST nodes.

Here is an implementation of Code Generator for Deep Learning: https://medium.com/@creaidAI/introducing-the-ai-blueprint-engine-a-code-generator-for-deep-learning-31093499b246

If you wish to learn about Machine Learning visit this Machine learning Course.

Browse Categories

...