Questions tagged [c]

For questions about the C programming language in the context of artificial intelligence.

3 questions
15
votes
1 answer

What language is the GPT-3 engine written in?

I know that the API is python based, but what's the gpt-3 engine written in mostly? C? C++? I'm having some trouble finding this info.
6
votes
2 answers

How to write a C decompiler using AI?

I would like to learn more about whether it is possible and how to write a program that decompiles executable binary (an object file) to the C source. I'm not asking exactly 'how', but rather how this can be achieved. Given the following hello.c…
kenorb
  • 10,423
  • 3
  • 43
  • 91
0
votes
0 answers

neural network not training correctly

i'm trying to learn how a neural network works. i'm writing the neural network in C for handwritten digit recognition and training it on MNIST dataset. the neural network has an input layer with 28*28 neurons, an hidden layer with 50 neurons, and an…
Faby
  • 9
  • 1