Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:The writing is on the wall (Score 5, Interesting) 115

It's not that big of a deal. If you knew the libraries involved, his winning entry would take you 10 minutes to code. The advantage of the AI here is that it suggests which libraries to use, and how to connect them. Here is the code if you want to check it out.

Comment Website (Score 4, Informative) 115

Here is his website. Nice, (but the top menu bar is among the most irritating I've ever seen).

Here is his code for the winning hackathon entry he made. It uses Gradio, which is a library I was unaware of, but looks interesting.

His linkedin has the following skills listed:

Deep Learning Neural Networks Machine Learning Python (Programming Language) Artificial Intelligence (AI) Data Science C++ Software Development Venture Capital Networking Pattern Recognition unreal engine Product Management TensorFlow PyTorch

Comment Re:Teach code reviewing (Score 2) 153

It's almost certainly because you didn't do enough programming in college.

Ideally an introduction course should be a course where you come in, sit down, and program all class period. For an entire semester. They can read the course material between classes (that is the new homework). By the end of the semester, the students will have written a lot of code, and have a decent introduction to programming.

Slashdot Top Deals

Breadth-first search is the bulldozer of science. -- Randy Goebel

Working...