195 Topics

Member Avatar for
Member Avatar for Johannes C.

**AI policy theorist Demetrius Floudas introduces a novel era classification for the AI epoch and reveals the hidden dangers of AGI, predicting the potential obsolescence of humanity. In retort, he proposes a provocative International Control Treaty.** ![header-agitalks-demetrius.jpg](https://static.daniweb.com/attachments/4/7653d6d6303a1d7a716bdbb6853b7428.jpg) ## About Demetrius A. Floudas ## ![portrait-daf-small.jpg](https://static.daniweb.com/attachments/4/6a470c87d1451a9cf00ce559d1ea18d9.jpg) **[Demetrius A. Floudas](http://talks.cam.ac.uk/show/index/131770)** is a transnational …

Member Avatar for rproffitt
1
561
Member Avatar for algieba

Hi there, I'm algieba, a new poster. I'll share and record some programming tricks while my coding life. Topics will reated to Python, C++, CI/CD, Machine Learning, Deep Learning.

Member Avatar for Reverend Jim
0
11
Member Avatar for Chole

This blog post will compare the two most popular cross-platform mobile app development frameworks, Flutter and React Native.The world of mobile app development is a complicated place with many competing frameworks. It can be hard to know which one to use, but this article will help you find out if …

Member Avatar for Sanket_17
1
209
Member Avatar for usmanmalik57

As a data scientist, I have extensively used the Hugging Face library for processing unstructured data such as images, text, and audio. My previous blogs have covered various transformer models for these types of data. Lately, however, I discovered that Hugging Face also provides transformer models for tabular data. One …

2
122
Member Avatar for Johannes C.

**Warning: This article discusses theories concerning A.I. advancement that might be disturbing for some readers. Please only read if you are comfortable exploring potentially disquieting scenarios surrounding artificial superintelligence and its implications.** ![rokos-basilisk-og.jpg](https://static.daniweb.com/attachments/4/d0364da2524dc2dc4c00a254c8d3969f.jpg) *Roko’s Basilisk as imagined by DALL·E 3* Once upon a bleak midwinter, amidst the code-laden corridors of …

Member Avatar for olivia_24
3
1K
Member Avatar for Johannes C.

**AI will automize many routine tasks in accounting and the role of financial controllers and analysts will change, but not be replaced – say Manoj Kumar Vandanapu and Sandeep Kumar.** ![agi-talks-02.jpg](https://static.daniweb.com/attachments/4/b1fce5f78b7456fea7043a6d095ca2f0.jpg) In the latest AGI Talks, two renowned finance experts share their insights by answering 10 questions about Artificial Intelligence …

Member Avatar for Dani
1
350
Member Avatar for A_957

The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation exception that occurred within my application. This type of error apparently usually points to a problem where the code attempted to write to a protected memory …

Member Avatar for Dani
0
67
Member Avatar for learnerya

I am a first-year university student from China. My major is Computer Science and Technology. I have been self-learning C++and data structures and algorithms recently. May I ask how I can learn them well? Is anyone interested in being my teacher or learning with friends? (Machine translation, my English is …

Member Avatar for tinstaafl
1
85
Member Avatar for usmanmalik57

## Introduction ## This tutorial explains how to perform multiple-label text classification using the [Hugging Face](https://huggingface.co/) transformers library. Hugging Face library implements advanced transformer architectures, proven to be state-of-the-art for various natural language processing tasks, including text classification. Hugging Face library provides trainable transformer models in three flavors: 1. Via …

Member Avatar for Aravind_11
1
1K
Member Avatar for usmanmalik57

Sentiment analysis, a subfield of Natural Language Processing (NLP), aims to discern and classify the underlying sentiment or emotion expressed in textual data. Whether it is understanding customers' opinions about a product, analyzing social media posts, or gauging public sentiment towards a political event, sentiment analysis plays a vital role …

Member Avatar for Abdul_116
6
2K
Member Avatar for Johannes C.

**OpenAI admits that ChatGPT has become less efficient. Can version 4.5 defeat the current slump and lead us to the edge of AGI?** ![chatgpt-lazy.jpg](https://static.daniweb.com/attachments/4/b8e14034d1a6168c59a69dc79552f349.jpg) Last week, the AI community was stirred by a [leak](https://bgr.com/tech/chatgpts-gpt-4-5-update-might-have-just-leaked-heres-what-we-know/) suggesting the soon-to-be release of ChatGPT 4.5. Sam Altman later [revealed the leak to be fake](https://www.reddit.com/r/OpenAI/comments/18ip82l/gpt45_leak_is_fake_according_to_sam_altman/). …

Member Avatar for carriejo810
5
345
Member Avatar for usmanmalik57

## Introduction ## Loss functions are the driving force behind all machine learning algorithms. They quantify how well our models are performing by calculating the difference between the predicted and actual outcomes. The goal of every machine learning algorithm is to minimize this loss function, thereby improving the model’s accuracy. …

Member Avatar for AndreRet
3
452
Member Avatar for Johannes C.

In the whirlwind of recent events at OpenAI, a host of unanswered questions has arisen, particularly surrounding the mysterious Q\* project. What secrets are hidden beneath the surface of the latest drama in the world of AI, and which unspoken discoveries might OpenAI have in stock? ![openai-q.jpg](https://static.daniweb.com/attachments/0/d617c5886afbad78edf0e0146e3e5ca4.jpg) The latest [leadership …

3
954
Member Avatar for Johannes C.

**Yesterday, OpenAI's inaugural [DevDay](https://devday.openai.com/) conference in San Francisco unveiled a series of groundbreaking announcements, leaving the tech community humming with both excitement and a degree of uncertainty. The reveal of GPT-4 Turbo, a new wave of customizable AI through user-friendly APIs, and the promise to protect businesses from copyright infringement …

3
333
Member Avatar for usmanmalik57

## Introduction ## In the realm of computer vision, [Vision Transformers (ViTs)](https://arxiv.org/abs/2010.11929) revolutionized image processing by employing self-attention mechanisms, allowing for a non-sequential analysis of images. ViTs are instrumental in capturing intricate patterns and long-range dependencies, making them invaluable for tasks like image recognition and object detection. Hugging Face, a …

1
1K
Member Avatar for rproffitt

https://thehill.com/policy/technology/4162573-ai-art-cant-earn-copyright-judge-rules/ give us a preview that those that use AI, ML, GPT and such may be on uncertain ground if they want to copyright the code. You may not be aware that most of the online AI/ML/GPT systems keep copies of what you generate. So if you are creating code …

Member Avatar for Reverend Jim
3
265
Member Avatar for captchaAI

OCR (Optical Character Recognition) is a technology that enables the conversion of images or scanned documents into machine-readable text. OCR software uses algorithms and machine learning models to recognize and extract text characters from an image, which can then be converted into an editable and searchable format. OCR technology has …

Member Avatar for richards1222
1
159
Member Avatar for usmanmalik57

Data annotation for text classification is time-consuming and expensive. In the case of smaller training datasets, pre-trained ChatGPT models might achieve higher classification accuracy on test sets than training classifiers from scratch or fine-tuning existing models. Additionally, ChatGPT can aid in annotating data for fine-tuning text classification models. In this …

Member Avatar for AndreRet
3
725
Member Avatar for happygeek

[URL="http://www.ibm.com"]IBM[/URL] researchers have [URL="http://www.zurich.ibm.com/news/07/asme.html"]unveiled[/URL] prototype 3D visualisation software that will enable doctors to interact with their medical data in pretty much the same way they interact with their patients. The technology, known as the Anatomic and Symbolic Mapper Engine (ASME), uses an avatar representation of the human body which the …

Member Avatar for Jose_52
1
696
Member Avatar for Kh Hamsafar

## **Who am I?** ## Hi! Nice to meet you. I am Khairullah Hamsafar from Pakistan. Currently, I am studying Bachelor of Science in Software Engineering. ## **About My Professionalism** ## By profession, I am a Software Engineer. While by passion, I am a Data Science and Data Engineering expert. …

Member Avatar for Dani
0
27
Member Avatar for andrewsmith2921

Hello all, i am new here and i hope this is the right place to ask the python query, basically i am in the first year of engineering and i want to learn the python programming language. we all know that python is now a days very popular programming language, …

Member Avatar for Colleen Cox
0
92
Member Avatar for Reverend Jim

My older son and I are both working through online videos teaching machine learning with python. All of the materials we have seen use Jupyter Notebooks. For those of you unfamiliar with Jupyter Notebooks, they are freaking awesome. At least they are when they work. We were using two laptops …

Member Avatar for Reverend Jim
0
80
Member Avatar for ammusk354

I'm trying to create a neural network of two hidden layers on Java. The data would be separated into two sets, training set and testing set. Both sets has 75 set of 4 data each row, and each class has their desired output (target). In terms of calculation, it will …

1
70
Member Avatar for 001devid

# Artificial Intelligence and Machine Learning # Artificial intelligence and machine learning are part of the computer science field. Both terms are correlated and most people often use them interchangeably. However, AI and machine learning are not the same and there are some key differences that I will discuss here. …

Member Avatar for Sujith_5
-1
122
Member Avatar for Neil_12

When it comes to digital marketing trends, there are so many areas to keep up with that it can often be overwhelming for an entrepreneur of any kind. It doesn’t matter what kind of industry you are in - the truth is that every business is focused on their online …

Member Avatar for robertcoble
3
5K
Member Avatar for michellepermsm

I think RPA is independent as it's about automation. Which is fine if you're a factory drone. But it doesn't work for today's generation of workers, who are used to being treated with a little more respect to feel empowered about doing a job they believe in. The real future …

Member Avatar for rproffitt
0
70
Member Avatar for leifu

Introduction Image Segmentation – This service can extract segments from image. In this service static image form camera and gallery both are supported and it also supports dynamic camera streams. Internally it uses Mean Intersection-Over-Union which is a common evaluation metric for semantic image segmentation. Once segmentation is done it …

0
77
Member Avatar for davy_yg

Can anyone help me explain what is Machine Learning? I have been googling for the subject and still do not understand what it is. Please help. 1) How could a Machine learn about information? By finding an equation of a pattern? or by having the user inputing a new information …

Member Avatar for Reverend Jim
0
517
Member Avatar for Chinney

Hello everyone, hope you're having a great day :D I have a project idea in mind but unsure how to go about solving it / unsure if i can solve it. I want to be able to classify messages to categories, where not all categories are known. I want the …

0
133
Member Avatar for Rohit_43

Does anyone know a good Java machine learning library I can use for a commercial product? Weka and Rapidminer unfortunately do not allow this. I already found Apache Mahout and Java Data Mininng Package. Has anyone experience with them and provide some decision support? The task calls for clustering and …

Member Avatar for rproffitt
0
187
Member Avatar for Rohit_43

Having 4 years of experience in [Machine Learning](https://intellipaat.com/blog/tutorial/machine-learning-tutorial/) and Artificial Intelligence with the background of B.Tech in Computer Science and Robotics. Having this experience took me to another level to training professionals who are looking to skill-up their knowledge in Machine learning and AI and helps to enhance their skills.

Member Avatar for Dani
0
183
Member Avatar for happygeek

Dani Horowitz remains as passionate about our online community today as she was back in February 2002 when, while pursuing a computer science degree on Long Island, NY, she founded DaniWeb. Fast forward to now, and an amazing half a billion visitors later, DaniWeb has become a vibrant community of …

Member Avatar for Marketerector
3
5K
Member Avatar for Michael_102

Machine learning is the science of getting computers to act without being explicitly programmed. machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. It is so pervasive today that you probably use it dozens of times a …

0
243
Member Avatar for PureManurea

CAPTCHAs, authentication codes, and click-throughs are the scourge of Internet users everywhere. Nobody wants to waste time filling out a form while they’re browsing the web, even if it takes just a few seconds. But although these systems may be a nuisance, they serve a very important purpose. Blocking bots …

0
237
Member Avatar for sandeepaspari

Technology is evolving every single day, and both the Software and hardware are striking towards each other. Due to the massive competition, it is essential to come up with extended mobility and future rich apps for expanding and promoting businesses to stay long in this competitive business market. Some of …

Member Avatar for Hendrick1987
1
3K
Member Avatar for Dani

Has anyone had a positive experience with the new AdSense auto ads? They say they use machine learning to find the optimal placement for ads on your page, but they don't show any examples. How much faith can/should I put in their placement AI?

0
302
Member Avatar for toneranger

Hi All, All of my programming was done in Visual Studio Express 2008 version. Thinking of upgrading to 2015 now that I have a Win 10 machine and given that I want to start learning some of the new functionality re C++ 11 and 14. Any tips/thoughts on how to …

Member Avatar for rproffitt
0
180
Member Avatar for Violet_82

Hello guys, I wonder if I could get some help with a project I'm planning to start. As you all probably know, I'm learning MVC and I've followed dozen of online tutorials, dipped in and out of many books but I got to the conclusion that I have to dive …

Member Avatar for Violet_82
3
814
Member Avatar for mgold

I've been learning a lot about machine learning (mostly clustering and regressions), but when I've looked into programming libraries/environments, I've found "production ready" ones to be few and far between. What I mean by "production ready" is that it could be incorperated into a product, not just used a tool …

Member Avatar for thaifoodlover
0
346
Member Avatar for thaifoodlover

Dear DaniWeb community, I am not from computer science background (math guy) but I am interested in machine learning and apache mahout. I have used Mahout CLI and recently looked at development environment and wanted to ask you: while running mahout CLI, we do not have dependencies but in development …

0
130
Member Avatar for thaifoodlover

Dear DaniWeb community, I am not from computer science background (math guy) but I am interested in machine learning and apache mahout. I have used Mahout CLI and recently looked at development environment and wanted to ask you: while running mahout CLI, we do not have dependencies but in development …

0
127
Member Avatar for nitos

using a tutorial am learning how to create a shopping cart when on my machine its working fine but when hosted on a different server its not working. this is the line i need help with //current URL of the Page. cart_update.php redirects back to this URL $current_url = base64_encode("http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); …

Member Avatar for nitos
0
297
Member Avatar for happygeek

Halifax is the town in West Yorkshire where I live, and it also happens to be the name of a well known UK Bank which started life there. Best known on the this side of the pond for TV adverts featuring a friendly chap called Howard Brown, a former customer …

Member Avatar for rubberman
0
438
Member Avatar for ~s.o.s~

***Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would like it to be on topic. I hope you understand this.*** **» Introduction to Java «** To start off, [Java](http://en.wikipedia.org/wiki/Java_(programming_language)) …

Member Avatar for ~s.o.s~
46
6K
Member Avatar for OldeFoxx

Windows is good, I will grant you that. At least you can say that about a few versions out there. But at some point, an OS is just an OS, and it is the applications that become predominant. That is something that Microsoft would rather we not understand. You shift …

Member Avatar for Aliraza149
0
216
Member Avatar for tmcclure57

I'm actually helping my wife. She's learning Python. Me? VB.net and C# are my preferance. So I try to help her. All she wants to do is paint a command button, use this to launch another program written in python. I have spent the past few days trying to find …

Member Avatar for vegaseat
0
132
Member Avatar for mgold

I'd like to find an algorithm book that's either meant to be or good to use as a reference. By "reference" I mean that it contains all the basic algorithms (machine-learning algorithms especially) like QuickSort, Logistical Regression, Clustering. Preferably, including both the mathimicatical definition as well as psuedo code, or …

Member Avatar for StefanijaV93
0
451
Member Avatar for Firstgamefreak

I would like to know what you as a community think of my code in terms of database connection and SQL statements. How I do it physically. Let me know if there are any improvements I could make and if there are, point me in the direction on what i …

Member Avatar for Firstgamefreak
0
305
Member Avatar for Yousif_3

Hello, I am making a small application to access WEKA code in Java for Machine Learning. In the code I should specify a data file to work on and mainly it is an Arff file. How to use a file that the user has uploaded/opened or chosen ?

0
82
Member Avatar for zack123

I have a studied java and self taught on netbeans. i would like to use open source APIs and packages for writing heuristics and machine learning programs but dont know where to start. How to learn to use a new API ? Like genetic algorithm package or metaheuristic package? I …

Member Avatar for milil
0
202

The End.