"What Was Artificial Intelligence?" was buried treasure. In this mediastudies.press edition, Jansen's prescient autopsy of AI self-selling--the rhetoric of the masculinist sublime--is reprinted with a new introduction. Now an open access book, "What Was Artificial Intelligence?" is a message in a bottle, addressed to Musk, Bezos, and the latest generation of AI myth-makers.
This book provides an accessible, comprehensive, and interdisciplinary overview of the legal, ethical and policy implications of AI. It covers essential theoretical insights and concepts, offers practical examples of how AI is impacting society today, and examines how this impact is regulated, with a particular focus on Europe"-- Provided by publisher.
What happens when artificial intelligence saturates political life and depletes the planet? How is AI shaping our understanding of ourselves and our societies? In this book Kate Crawford reveals how this planetary network is fueling a shift toward undemocratic governance and increased inequality. Drawing on more than a decade of research, award-winning science, and technology,
"Artificial Intelligence (AI) is rarely out of the news and the public's imagination. Images of red-eyed Terminators illustrate press accounts of incremental advances in medical diagnosis, facial recognition, natural language processing, and robotics. Such advances transform society through measurable impacts on people's decisions and opportunities.
Neuro-symbolic AI is an emerging subfield of Artificial Intelligence that brings together two hitherto distinct approaches. "Neuro" refers to the artificial neural networks prominent in machine learning, "symbolic" refers to algorithmic processing on the level of meaningful symbols, prominent in knowledge representation.
Artificial Intelligence (AI) is an interdisciplinary science with multiple approaches to solve a problem. Advancements in machine learning (ML) and deep learning are creating a paradigm shift in virtually every tech industry sector. This handbook provides a quick introduction to concepts in AI and ML.
This open access book presents an interdisciplinary, multi-authored, edited collection of chapters on Artificial Intelligence ("AI") and the Law. AI technology has come to play a central role in the modern data economy. Through a combination of increased computing power, the growing availability of data and the advancement of algorithms,
This book overviews the latest research results and activities in industrial artificial intelligence technologies and applications based on the innovative research, developments and ideas generated by the ECSEL JU AI4DI, ANDANTE and TEMPO projects.
This book is intended for business professionals that want to understand the fundamental concepts of Artificial Intelligence, their applications and limitations. This book bridges the gap between theory and business application, demystifying AI through fundamental concepts and industry examples and the reader will find here an overview of the different AI techniques to search, plan, reason, learn, adapt, understand and interact.
This open access book explores the synergy between AI and education, highlighting its potential impact on pedagogical practices. It navigates the evolving landscape of AI-powered educational technologies and suggests practical ways to personalise instruction, nurture human-AI co-creativity, and transform the learning experience.
If only it were possible to develop automated and trainable neural systems that could justify their behavior in a way that could be interpreted by humans like a symbolic system. The field of Neurosymbolic AI aims to combine two disparate approaches to AI; symbolic reasoning and neural or connectionist approaches such as Deep Learning.
This open access book aims to give our readers a basic outline of today's research and technology developments on artificial intelligence (AI), help them to have a general understanding of this trend, and familiarize them with the current research hotspots, as well as part of the fundamental and common theories and methodologies that are widely accepted in AI research and application.
"This book explores how international organizations have addressed the actual and potential human rights issues caused by AI technologies. Combining in-depth theoretical and doctrinal analysis with a pragmatic approach, it addresses vital questions on where accountability and responsibility for AI-related violations of human rights should lie."
The 41 presented papers were thoroughly reviewed and organized in topical sections on machine learning, deep learning and applications; responsible and trustworthy artificial intelligence; natural language processing and recommender systems; knowledge representation, reasoning, optimisation and intelligent applications.
This book examines how different manifestations of AI will impact the discipline and profession of architecture. Highlighting current case-studies as well as near-future applications, it shows how AI is already being used as a powerful design tool, and how AI-driven information systems will soon transform the design of buildings and cities.
The volume explore the limits of AI, describe the necessary conditions for its functionality, reveal its attendant technical and social problems, and present some existing and potential solutions. Also the contributors highlight the societal and attending economic hopes and fears, utopias and dystopias that are associated with the current and future development of artificial intelligence.
Authored by experts in fields ranging from computer science and law to philosophy and cognitive science, this book offers a concise overview of moral, political, legal and economic implications of AI. It covers the basics of AI's latest permutation, machine learning, and considers issues such as transparency, bias, liability, privacy, and regulation.
The intersection of AI, the Internet of Things (IoT) and edge computing has kindled the edge AI revolution that promises to redefine how we perceive and interact with the physical world through intelligent devices. Edge AI moves intelligence from the network centre to the devices at its edge, entrusting these endpoints to analyse data locally, make decisions, and provide real-time responses.
This open access book invites readers to learn how to develop artificial intelligence (AI)-based algorithms to perform their research in oceanography. Various examples are exhibited to guide details of how to feed the big ocean data into the AI models to analyze and achieve optimized results.
This book examines the impact of the "Big Five" technology companies - Apple, Alphabet/Google, Amazon, Facebook and Microsoft - on journalism and the media industries. It looks at the current role of algorithms and artificial intelligence in curating how we consume media and their increasing influence on the production of the news.
The AI Basics page is created to support the HPU Community—including students, faculty, and staff—in understanding the diverse functions and features of AI tools in research, academics, and productivity. Explore various AI tools and use them ethically in your projects, following guidance from your course guidelines and institutional policies. Learn the basics of AI tools with this guide, and then you can assess whether upgrading to a premium plan is right for you.
Artificial Intelligence (AI), a term coined by the distinguished Stanford Professor John McCarthy in 1955, was initially defined as "the science and engineering of creating intelligent machines." Early AI research focused on programming machines to exhibit specific behaviors, such as playing games. Today, however, the emphasis has shifted to developing machines capable of learning, mimicking certain aspects of human learning processes.
Source: Andresen, S. L. (2002). John McCarthy: father of AI. IEEE Intelligent Systems, 17(5), 84-85.
Artificial Intelligence (AI): At its core, AI refers to the ability of machines to simulate human intelligence. This involves tasks such as learning, reasoning, problem-solving, perception, understanding language, and making decisions. AI aims to create systems that can perform tasks that typically require human intellect.
Navigate the tabs below to learn more about each subset of AI.
Made with
Machine learning is a core subset of AI that empowers computers to learn from data without explicit programming. Instead of being directly instructed, ML algorithms identify patterns, make predictions, and improve their performance automatically through experience. This data-driven approach allows AI systems to adapt and evolve over time.
Key Features:
Examples:
Useful URLs to Learn More:
Deep learning is a subfield of machine learning inspired by the structure and function of the human brain. It utilizes artificial neural networks with multiple layers (hence "deep") to automatically learn hierarchical representations of data. This allows deep learning models to excel at complex tasks involving unstructured data like images, audio, and text.
Key Features:
Examples:
Useful URLs to Learn More:
https://www.deeplearning.ai/
https://www.tensorflow.org/learn
https://pytorch.org/tutorials/
https://www.fast.ai/
Natural Language Processing (NLP) is a field of AI dedicated to enabling computers to understand, interpret, generate, and manipulate human language (both written and spoken). It bridges the gap between human communication and computer understanding, allowing machines to interact with us in a more natural and intuitive way.
Key Features:
Examples:
Useful URLs to Learn More:
https://www.nltk.org/book/
https://spacy.io/usage/
https://huggingface.co/learn/nlp-course/introduction
https://nlp.stanford.edu/
Computer Vision is a field of AI that aims to enable computers to "see" and interpret the visual world. By processing and analyzing digital images and videos, computer vision systems can extract meaningful information, identify objects, detect motion, and understand scenes, mimicking some aspects of human vision.
Key Features:
Examples:
Useful URLs to Learn More:
https://docs.opencv.org/4.x/d1/dfb/tutorial_py_table_of_contents_py.html
https://pyimagesearch.com/
https://www.tensorflow.org/graphics
https://www.learnopencv.com/
While often considered a separate field, AI is a crucial component of modern robotics. AI algorithms enable robots to perceive their environment, plan movements, make decisions, and interact intelligently with the world. AI-powered robots can perform complex tasks autonomously or semi-autonomously.
Key Features:
Examples:
Useful URLs to Learn More:
https://www.ri.cmu.edu/
https://robotics.mit.edu/
https://www.ieee-ras.org/
https://www.coursera.org/learn/introduction-to-robotics
Tools like Tableau, Power BI, or Google AI Studio create visual representations of your data including interactive charts, graphs, or even 3D models that make your research data easier to understand complex relationships in your research.
Pattern Recognition in Complex Datasets: to help you identify trends, outliers, and relationships that may not be immediately obvious.
Example: Tableau, Power BI, or Google AI Studio
Conversation Generative AI tools represent a significant advancement in natural language processing, enabling users to interact with AI in a conversational manner to generate text, answer questions, summarize information, and even assist with creative tasks. These tools can be valuable assets for academic research, offering new ways to explore information, brainstorm ideas, and synthesize knowledge. However, it's crucial for researchers to understand their capabilities, limitations, and ethical implications.
Explore conversational AI tools by clicking on each tab.
ChatGPT is a large language model developed by OpenAI, known for its ability to generate human-like text in response to prompts and questions. It has gained widespread attention for its conversational abilities, its capacity to generate various creative text formats, and its potential applications in research, writing, and information retrieval.
Category: General-Purpose Conversational AI, Large Language Model (LLM), Virtual Assistant, Natural Language Processing (NLP)
Key Features:
URLs for Learn More:
Claude is a large language model developed by Anthropic, a company focused on AI safety and research. It is designed to be helpful, harmless, and honest. Claude is known for its strong performance in summarizing large documents, engaging in thoughtful dialogue, and its emphasis on safety and ethical considerations in its responses.
Category: Large Language Model (LLM), Conversational AI with a focus on safety and long-form reasoning.
Key Features:
URLs for Learn More:
Microsoft Copilot (formerly Bing Chat) is an AI-powered assistant integrated into various Microsoft products, including Windows,Microsoft 365, and the Bing search engine. It leverages large language models to provide features like answering questions, generating text, summarizing content, and assisting with creative tasks, often with a focus on productivity and information retrieval within the Microsoft ecosystem.
Category: AI Assistant, Integrated Conversational AI, Code Generation AI, Developer Assistant
Key Features:
URLs for Learn More:
"Copilot prompts are instructions or questions you use to tell Copilot what you want. Prompts can include four parts: the goal, context, expectations, and source, as described in the following image:"
Felo.ai, developed by the Tokyo-based startup Felo Inc., is an AI-driven research assistant designed to streamline academic research. This tool employs a conversational interface to help users discover, understand, and synthesize information from scholarly sources, offering features for literature review, question answering based on academic papers, and concept mapping.
Category: AI-powered Research Assistant, Scholarly Information Retrieval and Analysis
Key features include:
Natural language processing (NLP) for understanding user queries.
Multilingual support to break down language barriers.
Capabilities for academic research, including document translation.
Scholarly Focus: Trained on and optimized for academic literature, including research papers, theses, and dissertations.
Literature Review Assistance: Helps discover relevant papers based on research topics and keywords.
Question Answering over Scholarly Texts: Can answer specific questions based on the content of uploaded or linked research papers.
Concept Mapping and Synthesis: Assists in identifying key concepts and their relationships within a body of literature.
Citation Analysis: May offer features to analyze citation networks and identify influential works.
Summarization of Academic Papers: Provides concise summaries of research articles.
URLs for Learn More:
Gemini is Google's latest and most capable multimodal AI model. It's designed to integrate seamlessly across different modalities like text, images, audio, video, and code. This allows it to understand and generate content across these diverse formats, promising more intuitive and comprehensive interactions.
Category: General-Purpose Conversational AI, Large Multimodal Model (LMM)
Key Features:
URLs for Learn More:
Perplexity AI is a conversational search engine that aims to provide direct answers to questions with sources cited. It focuses on providing factual information and transparency by linking its responses to the sources it used. This can be particularly valuable for academic research where source verification is crucial.
Category: Conversational Search Engine, AI-powered Information Retrieval experience (Search Assistant AI).
Key Features:
URLs for Learn More:
Tool | Developer | Category | Overview | Key Features |
---|---|---|---|---|
ChatGPT | OpenAI | General-Purpose Conversational AI / LLM | Versatile AI assistant known for human-like text generation and creative content creation across multiple formats and languages. | • Natural language understanding • Multi-format text generation (essays, code, scripts) • Conversational context maintenance • Multilingual support • Plugin integrations • Custom fine-tuning |
Claude | Anthropic | Safety-Focused LLM / Long-Form Reasoning | AI model emphasizing safety, ethics, and thoughtful dialogue with exceptional document analysis capabilities. | • Strong document summarization • Long context window processing • Safety and harmlessness focus • Thoughtful, coherent dialogue • Large research paper analysis • Code generation and explanation |
Copilot | Microsoft | Integrated AI Assistant / Developer Tool | AI assistant seamlessly integrated into Microsoft ecosystem, focused on productivity and development tasks. | • Microsoft product integration (Office, Bing) • Web search capabilities • Productivity document assistance • Image generation (some versions) • Code assistance • Contextual application awareness |
Felo.ai | Felo Inc. | Academic Research Assistant | Specialized AI tool designed specifically for scholarly research, literature review, and academic information synthesis. | • Scholarly literature focus • Literature review assistance • Academic paper Q&A • Concept mapping and synthesis • Citation analysis • Multilingual document translation |
Gemini | Multimodal LLM / General-Purpose AI | Google's advanced multimodal AI capable of processing and generating content across text, images, audio, video, and code. | • Multimodal understanding (text, image, audio, video) • Google ecosystem integration • Advanced reasoning capabilities • Cross-platform code proficiency • Contextual awareness across modalities • Scalable deployment design |
|
Perplexity | Perplexity AI | Conversational Search Engine | AI-powered search tool that provides direct answers to questions with transparent source citations and fact verification. | • Direct answers with source citations • Follow-up conversational questions • Live web browsing< • Factual accuracy emphasis • File upload and analysis • Transparent information sourcing |
Best for Academic Research: Felo.ai (specialized) or Claude (document analysis)
Best for Creative Work: ChatGPT (versatile content creation)
Best for Office Work: Copilot (Microsoft integration)
Best for Multimodal Tasks: Gemini (cross-modal capabilities)
Best for Fact-Checking: Perplexity (sourced information)
Best for Safety-Critical Applications: Claude (ethical focus)
Based on the comparison chart, the recommended use of each conversational AI tool during the literature review process is as follows.
1. ChatGPT (OpenAI)
Best for: Initial Exploration & General Understanding
Use Case:
Exploring Topics: ChatGPT can help you understand broad topics, definitions, and methodologies by generating clear summaries and explanations.
Literature Search Help: If you're unsure about keywords or the scope of your search, ChatGPT can suggest topics or ways to narrow down research questions.
Summarizing Existing Literature: While not specialized in academic papers, ChatGPT can summarize articles and papers you've read and discuss findings in layman's terms.
Idea Generation: Can help brainstorm and organize ideas or hypotheses for your literature review.
Limitations:
ChatGPT may not always provide precise academic citations, but it's useful for high-level overviews and brainstorming.
Best for: Summarization & Thoughtful Dialogue on Complex Ideas
Use Case:
Summarizing Complex Papers: Claude excels in condensing long academic papers into key points, making it valuable for synthesizing large amounts of research.
Ethical Considerations: If your review involves sensitive or ethical topics, Claude’s design focuses on delivering unbiased and safe content, which could be important in certain academic fields.
Extending Conversations: It’s ideal for engaging in extended, coherent dialogue around specific studies or ideas, allowing for deep discussion and clarification of complex topics.
Limitations:
Not optimized for direct scholarly database access, so you'd need to upload and review papers manually.
Best for: Productivity & Cross-Platform Integration
Use Case:
Writing & Structuring the Review: Copilot can assist with drafting sections of your literature review, generating summaries of papers, or suggesting how to structure your work based on insights gathered.
Information Retrieval & Synthesis: The Bing integration can help you retrieve recent academic articles or news papers from across the web, ensuring your review is up-to-date.
Collaborative Tools: Copilot’s integration with MS Word, Excel, and other MS 365 tools is excellent for organizing your literature review, creating reference tables, and maintaining consistency.
Limitations:
While it can assist with document creation, Copilot lacks deep academic-specific functions like citation management or concept mapping.
Best for: Focused Academic Research & Synthesis
Use Case:
Scholarly Paper Search: Felo.ai is specifically optimized for academic research, helping you quickly locate papers related to your topic by performing a literature review search based on your keywords.
Reading & Summarizing Research: It can extract key findings and summarize academic papers in a concise manner, perfect for creating annotated bibliographies.
Concept Mapping: It assists in identifying key concepts and relationships between ideas, helping you see the connections between studies.
Question Answering from Papers: If you have specific questions about a paper, Felo.ai can directly answer those based on uploaded documents.
Limitations:
May not be able to help with creative writing or non-academic tasks, but is ideal for strictly academic research.
Best for: Cross-Modal Integration & Advanced Reasoning
Use Case:
Multimodal Research: Gemini’s ability to process both text and visual data (e.g., figures or charts in academic papers) means you can extract and analyze information from papers that use visual aids or multimedia.
Advanced Reasoning: Use Gemini to analyze complex arguments in academic papers and help connect different findings with advanced reasoning capabilities.
Google Ecosystem Integration: It can seamlessly pull in research and data from various Google products and services, making it easier to organize and present your literature review across platforms.
Limitations:
While powerful, Gemini’s multimodal capabilities are best suited for advanced users who need more than just basic text summarization or synthesis.
Best for: Fact-Finding & Source Verification
Use Case:
Factual Answering with Citations: When conducting a literature review, you can use Perplexity to pull up factual answers and direct quotes from studies, complete with citation links.
Transparency & Source Verification: Perplexity’s focus on citations ensures that you can directly trace the origins of every fact, helping you ensure the credibility of the sources you’re reviewing.
Clarifying Specific Queries: If you have a specific question regarding a paper or concept, you can ask follow-up questions to get concise answers.
Limitations:
While great for answering fact-based queries, Perplexity doesn’t assist with generating long-form literature reviews or synthesizing broad topics.
For General Research and Exploration: Start with ChatGPT for a broad understanding, and use Gemini for deeper insights across various formats (e.g., integrating charts or video content).
For Summarization & Academic Focus: Leverage Claude and Felo.ai for summarizing complex research papers, providing deep academic insights, and organizing key findings. Felo.ai will be especially useful for managing large bodies of academic literature and concept mapping.
For Writing Assistance and integration, use Copilot to help structure and generate drafts of your literature review within the Microsoft ecosystem, and for organizing your thoughts into a cohesive document.
For Fact-Checking & Verification: Use Perplexity AI for fact-checking specific studies, verifying data, and ensuring proper citation for academic rigor.
In summary, each tool has a specific strength that can complement various stages of the literature review process, from discovery and synthesis to writing and citation management. (Generated by ChatGPT)
AI tools for research are transforming how scholars gather, analyze, and synthesize information, making tasks like data analysis, literature reviews, and idea generation faster and more efficient. However, while these tools can greatly enhance productivity, they also come with limitations, such as potential biases in data and the need for careful ethical consideration in their use.
Explore the free tiers or trials of these tools to see which ones best fit your specific needs and workflows.
AI-powered Large Language Models (LLMs) such as ChatGPT, Gemini, Copilot, and Perplexity can also be utilized for brainstorming, topic development, and initial source discovery during the early stages of research.
Conversational AI tools such as ChatGPT, Gemini, Claude AI, Copilot, Perplexity AI, and Llama offer a significantly more interactive and dynamic approach to literature review. These tools can be leveraged for topic exploration, clarifying terminology, identifying key works, brainstorming and idea generation, source analysis and summarization, synthesis and comparison, and structuring and writing assistance.
Artificial intelligence is rapidly transforming higher education, offering a diverse range of tools to enhance teaching, learning, assessment, and administrative tasks for educators. Discover a range of AI-powered tools through the tabs below, each designed to streamline workflows, personalize instruction, and empower educators in their mission.
Learning analytics platforms play an increasingly important role in higher education by helping educators analyze student data to gain insights into learning patterns and improve teaching effectiveness. These platforms collect and analyze data on student engagement, performance, and progress.
Creating effective quizzes and assessments is essential for evaluating student learning. AI-driven quiz and assessment generation tools can significantly reduce the time and effort required for this task by automatically generating questions based on provided materials or topics.
Educators often spend a significant amount of time on writing tasks, including creating lesson plans, drafting emails, developing rubrics, and preparing other instructional materials. AI-powered writing and content creation assistants are designed to help streamline these processes, leveraging natural language processing to generate text quickly and efficiently. Several free or freemium tools are available to support educators in higher education.-Grammarly AI Writer
Creating engaging and informative presentations is a crucial aspect of teaching in higher education. AI tools for presentation development can help educators produce visually appealing and well-structured slides more efficiently. These tools often automate design elements, suggest layouts, and even assist with content generation.
Please refer to the links below to review the guidelines and policies adopted by universities in the United States.
Artificial intelligence is quickly reshaping higher education, as educators adopt AI tools to enhance teaching and improve student outcomes. These tools help streamline administrative work, personalize learning, and make educational content more engaging—benefits now more accessible thanks to free or low-cost options.. The tabs below provide an overview of how AI is currently being used in higher education, highlighting different types of tools, practical applications, key benefits and challenges, ethical considerations, and future developments.
Source: Gemini report on The Use of AI Tools by Educators in Higher Education
https://docs.google.com/document/d/1At87Sb4-GynpZF-E0xnnw1hM_WehYYMBetGAjesWNkI/edit?usp=sharing
Generative AI tools are a form of artificial intelligence that leverage machine learning to generate new content, such as text, images, audio, or video, based on user inputs or requests, rather than just fetching or organizing pre-existing information. -Gemini AI Overview
Select a tab below to generate new charts, images, audios, videos. presentations, or quizzes.
Note: The generative AI tools listed below can be used for free or with limitations.
Text-to-speech (TTS) technology has advanced significantly, offering increasingly natural-sounding voices that can read digital text aloud. These tools can be incredibly useful for accessibility, content creation, and learning. Here are five TTS services that offer free trials and/or free options, along with a brief description of each:
Note: While the tools listed above offer free options, they often come with limitations such as watermarks, shorter video lengths, restricted features, or a limited number of video generations. Paid subscriptions usually unlock the full potential of these AI video creation platforms.