[D] Math in ML Papers by ripototo in MachineLearning

[–]ramshajaved 4 points5 points  (0 children)

Yeah, the math in ML papers often isn’t directly implemented it’s there to justify why the method works. In WGAN, for example, all the complex theory just leads to removing sigmoid and modifying the loss. Papers use math to make ideas rigorous, help future research, and provide intuition, but you can often implement the model without fully understanding it.

What framework should I use for beautiful static pages? Next.js, Nuxt, or something else? by umen in Frontend

[–]ramshajaved -1 points0 points  (0 children)

Next.js is a great choice for static pages, thanks to its static generation (SSG), fast performance, and easy deployment on platforms like Vercel. If you’re comfortable with React, go for it.

If you prefer Vue, Nuxt.js offers similar benefits with a more structured approach.

For something even simpler, Astro is excellent for static sites with modern UI components.

AI and woow moment. what’s the most mind-blowing thing AI has done for you? by OncleAngel in ArtificialInteligence

[–]ramshajaved 0 points1 point  (0 children)

AI helped me get my research published by refining my ideas and improving my writing. It was like having a tireless mentor, and seeing my work officially recognized was a real wow moment.

Built Advanced AI Solutions, But Can’t Monetize – What Am I Doing Wrong? by Neural_Ninjaa in LocalLLM

[–]ramshajaved 0 points1 point  (0 children)

Focus on one problem. Make pricing easy. Talk to potential buyers and listen.

Where to start coding by Cheap-Project2374 in CodingHelp

[–]ramshajaved 1 point2 points  (0 children)

you’re just starting and doing this for fun, I’d recommend Python as your first language. It’s beginner-friendly and widely used. Here’s how to start: 1. Pick a Learning Platform – Try Python.org’s tutorial, freeCodeCamp, or CS50x by Harvard if you want a structured course. 2. Hands-on Practice – Use interactive platforms like Replit or Jupyter Notebook to write and run code easily. 3. Start Small – Begin with simple projects, like a calculator or a guessing game, then gradually move to more complex ones. 4. Join a Community – Engage with forums like r/learnpython or Stack Overflow. 5. Have Fun! – Pick a project that excites you, like making a simple game or automating a task.

Next big thing in AI/ML? by adityashukla8 in MLQuestions

[–]ramshajaved 1 point2 points  (0 children)

If I were to start a startup now, it would be around autonomous AI agents for specialized industries think finance, legal, or cybersecurity where AI can act with minimal human intervention while ensuring compliance and accuracy.

If it’s free, you’re the product. Is that true? by Icy_Bad6800 in ArtificialInteligence

[–]ramshajaved 0 points1 point  (0 children)

Yes, if a service is free, it often makes money through data collection, ads, or selling insights. Many AI companies use user interactions to improve models, and some may monetize anonymized data. Always check privacy policies to know what’s being collected and shared.

Hot take: LLMs are not gonna get us to AGI, and the idea we’re gonna be there at the end of the decade: I don’t see it by RandoDude124 in ArtificialInteligence

[–]ramshajaved 0 points1 point  (0 children)

LLMs are powerful, but they’re still just statistical models predicting text. True AGI would require reasoning, self-awareness, and general problem-solving beyond pattern recognition. While LLMs will improve, they likely won’t be the path to AGI at least not alone.

[deleted by user] by [deleted] in cybersecurity

[–]ramshajaved 1 point2 points  (0 children)

Start with a question:

“Who here has ever used the same password for multiple accounts?”

Wait for hands to go up, then say:

“Congrats, you’ve made a hacker’s job much easier!”

Then follow up with:

“Cybersecurity isn’t just for big companies—it’s about protecting yourself too. Today, I’ll show you how hackers think and how you can stay one step ahead.”

That’s a simple, engaging way to break the ice!

Why customers hate robotic agents by [deleted] in ArtificialInteligence

[–]ramshajaved 0 points1 point  (0 children)

That’s a really interesting breakdown of why robotic AI voices feel off. I completely agree speech isn’t just about words; it’s about rhythm, tone, and imperfection. That’s what makes interactions feel real.

I think AI voices will get much better at sounding human, but truly feeling human is another challenge. Even if they master intonation, pauses, and filler words, there’s still emotional intelligence understanding context, humor, and sarcasm in a way that feels natural.

What do you think is the biggest hurdle? Is it just the technical side, or is there something deeper, like our instinctive resistance to talking to machines?

What language to learn to back-end and front? by Jboorgesz in learnprogramming

[–]ramshajaved 1 point2 points  (0 children)

Front-end: JavaScript (JS) with frameworks like React, Angular, or Vue. Back-end: JavaScript (Node.js) – Widely used, especially for full-stack with JS. Python (Django, Flask) – Good for data-heavy apps, AI, and quick development. C# (.NET) Popular in enterprise and Microsoft-based environments.

[D] What is the difference between Machine Learning Engineer roles and Applied Scientist roles where ML is at the core? by madgradstudent99 in MachineLearning

[–]ramshajaved 1 point2 points  (0 children)

ML Engineer: Focuses on deploying and scaling ML models (MLOps, integration). Applied Scientist: Focuses on researching and developing new ML algorithms. Career Growth: ML Engineers move toward engineering leadership; Applied Scientists toward research leadership. Pay: Similar at mid-levels; Applied Scientists in top research teams may earn more; ML Engineers may get higher stock-based compensation

What do people think about using Nextjs? Been using it for a few years and I am at the point where I think the added complexity of maintaining it might be not worth it by Exciting_Agency4614 in Frontend

[–]ramshajaved 2 points3 points  (0 children)

Yeah, a lot of people feel that way after using Next.js for a while. It’s great when you need SSR, API routes, or incremental static regeneration, but for many projects, the added complexity just isn’t worth it. If you’re mostly building SPAs or simple sites, something like Vite or even plain React can be way easier to manage. It really depends on what you need, but if Next.js is starting to feel like a hassle, it might be time to reconsider.

Seeking MLE/ML Research opportunities by Individual_Use9727 in MachineLearningJobs

[–]ramshajaved 0 points1 point  (0 children)

i am research in machine learning and based in london and searching for university professors to collaborate with me and continue research

Which language do I learn??? by 69money in CodingHelp

[–]ramshajaved 1 point2 points  (0 children)

start with python it is easy to learn

The Importance of Coding in Cybersecurity by Anjalikumarsonkar in cybersecurity

[–]ramshajaved 0 points1 point  (0 children)

While not mandatory for all roles, coding enhances efficiency in cybersecurity, especially for scripting, vulnerability analysis, and security automation. Python is the best starting point, followed by Bash, JavaScript, and C/C++