A community to discuss AI, SaaS, GPTs, and more.

Welcome to AI Forums – the premier online community for AI enthusiasts! Explore discussions on AI tools, ChatGPT, GPTs, and AI in entrepreneurship. Connect, share insights, and stay updated with the latest in AI technology.


Join the Community (it's FREE)!

Learning to program AI

New member
Messages
3
Hi,

I have a background in electrical engineering and trying to break into the AI industry. trying to learn without guidance is really overwhelming (like RNN, Word2Vec, Adam Optimizer, Cross-entropy loss, just to name a few ).
My main concerns are 1) how to program the model since that's critical to how it responses and "train to think". 2) how to program the datasets.
Are there any suggestions on where to start as a project? any pointers? what simple github projects I could do in the beginning as a stepping stone to gain experience in programming the AI model and datasets?

At the end I would like to try to make my own AI program and maybe turn it into a Saas platform.

right now I have been learning PyTorch as I read that its is one of the prominent framework for AI and Machine Learning.

Thank you!

BDR
 
New member
Messages
8
99% of "AI startups" just uses big providers (like OPEN AI), and just build some wrapper on top of them.
I don't think there is many people here, who actually create some ML or LLM software. For sure not me.

And I don't even know if you can actually do something like this by yourself (in terms of something that will have any value to any sort of customer of course, I'm not talking about equivalent of to-do app here...).

Sad, but this is my opinion.
 
New member
Thread starter
Messages
3
I appreciate your response to my thread.

How extensive is your experience with AI programming? Because I’d like to pick your brain some more.

I am not aiming to create an exact clone of ChatGPT like OpenAI's, but rather to train and curate AI for specific medical applications based on specific documents, X-ray, for, diagnostics, early detections, etc. I am open to using OpenAI, Claude, or LLaMA as the AI engine for the platform.

So are you saying these platforms don’t have anything special? They are just chatgpt on a wrapper? Because I’d like to create something similar like these…
On a separate note, the models on HuggingFace are used to train AI, correct? How do they accomplish this? Because this is what I think I need to learn.
 
Member
Messages
38
  1. Check out these resources for project ideas:
  2. Learn and Practice:
  3. Long-Term Goal:
    • Identify a problem your AI can solve, build a prototype, gather feedback, and refine your solution to eventually develop a SaaS platform.
For more practical insights, refer to these sources:

  • PyTorch Official Documentation
  • Kaggle Learn
 
Top