Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Reverend Jim Based on the proliferation of AI generated content, and the age-old rule of garbage in, garbage out, what will be the result of AI models being trained on ever increasing amounts of content generated by other AI platforms? Will we get into a negative feedback loop where the output will become so polluted with bad input that it will be effectively … Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by jwenting Even worse: the junk being deliberately fed to AIs is already at the stage where the results are useless BUT those results are blindly believed by many people BECAUSE they're generated by AI and therefore supposedly automatically correct! Think Google's disastrous launch of their image generator which would under no condition generate Caucasian … Text to Speech Conversion Using Hugging Face Transformers Programming Computer Science by usmanmalik57 … below. ``` speed = 1.0 device = 'auto' # French model = TTS(language='FR', device=device) speaker_ids = model.hps.data.spk2id print(speaker_ids… speed = 1.0, audio_path = "speech.wav"): model = TTS(language=language, device='auto') speaker_ids = model.hps.data.spk2id model.tts_to_file(text… Need help with Lem-in Project Programming by Oven … Im coding in go lang. But its okay in another language tho. I can convert it to go. Me and my… RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho … my RayCasting code on VB2010(it can be another programming language, i will get the same bug): Private Function GetPositionMap(ByVal… ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. … example of a potential risk? ## Another scenario involves sophisticated Large Language Models (LLMs) rising as a **divine entity**. Imagine ChatGPT 11… Image Analysis Using OpenAI GPT-4o Model Programming Computer Science by usmanmalik57 … is the state-of-the-art and best-performing large language model. Among GPT-4o's many capabilities, I found its… Re: Google is promoting reddit in an arrogant way Programming Web Development by Salem Or you just learn how to use the tools. If you want only reddit, then type this into your search: `c programming language site:reddit.com` If you want everything but reddit, then type this into your search: `c programming language -site:reddit.com` Re: Need help with Lem-in Project Programming by rproffitt This assignment would get a failing grade if you used GPT or found code. Toss all that out and write it yourself. Re: Need help with Lem-in Project Programming by Oven Sadly, like i said GPT is not working anymore. My team coded this one. And AI & Ready code is acceptable. But it has to simple because we must understand the code. I found the working code but its 800 rows. So no we cant use it either. Even if anybody can explain the algorithm, that would help a lot too. Its like onion, we are thinking we … Re: Need help with Lem-in Project Programming by rproffitt Then you have to design and create the algorithm before you write code. There's a lesson here about writing code before the design is done. Re: Need help with Lem-in Project Programming by Oven True. Wish we had able to. We cant manage it, thays why im seeking some help. Re: Need help with Lem-in Project Programming by rproffitt This is some academic assignment so the lesson isn't about fixing this found or GPT generated code, it's not even about coding. It's about designing before code. Without a design, how would we code? Or if we use AI to write code, it's a lesson about how we still have to understand the code that it generates. Now for those that just want it … Re: Need help with Lem-in Project Programming by toneewa Display everything to see where you go wrong. Also, simplify your testing, e.g., 1 ant 2 rooms, 2 paths. There are some algorithms to consider. The Breadth-First Search (BFS) and Dijkstra’s algorithms are ways to find the shortest path. Research those to understand your use case. A fix to your parse function and ant struct will help get you back … Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by rproffitt When I work such an issue I set the breakpoint where the trouble is and examine variables. There's some variable that controls the output so that's what you look at. You've posted a lot about ray-tracing and that's all good but setting breakpoints to see what's going on seems to be the challenge. Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho debug print line height: Line Height : 1452 Line Height : 1441 Line Height : 1430 Line Height : 1419 Line Height : 1407 Line Height : 1397 Line Height : 1386 Line Height : 1375 Line Height : 1364 Line Height : 1353 Line Height : 1342 Line Height : 1331 Line Height : 1321… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho i can see: 1 - maybe some are too much height(but they are converted to 300 of max); 2 - on some they are repeated... and maybe the problem is there... i can save the previous Height for test the actual Height.... but i see a problem: if i avoid them, i can lose some height, unless i continue add angle and don't count the rays ;) ... but maybe i… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho will be rounded numbers problem or something? yes i'm testing more, but no success :( Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho maybe you have right... but, for now, i don't understand why and where i'm fail :( i'm learning from: https://permadi.com/1996/05/ray-casting-tutorial-table-of-contents/ theres several tutorials, but not all are so good :( Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho yes i must test more... and, like you see, that vertical bar have another color.... that means the code problem can be here: 'Get the horizontal Ray Distance: HorizDist = Math.Abs((player.PosX - HorizX) / Math.Cos(RayRadians)) 'Get the vertical Ray Distance: VertDist = Math.Abs((Player.PosX - VertX) … Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by m_624 In RayCasting, you may observe wider vertical lines on a square grid due to the nature of the algorithm. This phenomenon occurs because the vertical lines represent intersections of rays with grid cells, and depending on the angle and distance of the rays, they may intersect multiple grid cells horizontally, resulting in wider lines compared to the… Re: RayCasting: why i get a more width vertical lines on square grid size? Programming Software Development by cambalinho what make me more crazy is that i'm using a code, converted and works, from VB6 lol Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 … to retrieve information from SQL databases using natural language. For this purpose, you will use the Python…/introduction) library. The LangChain agents convert natural language questions into SQL queries and return the response …in natural language. Using natural language queries, you will learn how to interact… Re: Which programming language is best Ludo game development? Programming Game Development by kishanrg …#, Java, JavaScript, and Python. Ultimately, the "best" programming language for Ludo game development depends on your specific requirements, target… platforms, and your proficiency with the language. It's also worth considering the availability of game engines… Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful Re: Which programming language is best Ludo game development? Programming Game Development by polles i would choose JavaScript Re: Which programming language is best Ludo game development? Programming Game Development by m2host I will choose Python or JavaScript 7 NLP Tasks to Perform for Free in Python with Mistral 7b LLM Programming Computer Science by usmanmalik57 …incurs charges. This is where open-source Large Language Models (LLMs) like Mistral 7b become game-changers… = """ A large language model (LLM) is a language model notable for its ability to achieve …general-purpose language generation and other natural language processing tasks such as classification. LLMs… Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 …previous articles, I explained how to use natural language to interact with [PDF documents](https://www.….com/programming/computer-science/tutorials/541771/using-natural-language-to-query-sql-databases-with-python-langchain-module),… the vector databases and execute queries on large language models to retrieve information about YouTube videos. We… Retrieval Augmented Generation with Hugging Face Models in LangChain Programming Computer Science by usmanmalik57 …will be able to import any Hugging Face Large Language Model (LLM) and embedding model in LangChain and… A RAG application requires two models: a large language model (LLM) for generating responses and an embedding…## Conclusion Creating a RAG application involves a large language model and an embedding model. Though proprietary models achieve…