home.social

#ise2024 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ise2024, aggregated by home.social.

  1. We are recruiting for the position of a PhD/Junior Researcher or PostDoc/Senior Researcher with focus on knowledge graphs and large language models connected to applications in the domains of cultural heritage & digital humanities.

    More info: fiz-karlsruhe.de/en/stellenanz

    Join our @fizise research team at @fiz_karlsruhe
    @tabea @sashabruns @MahsaVafaie @GenAsefa @enorouzi @sourisnumerique @heikef #knowledgegraphs #llms #generativeAI #culturalHeritage #dh #joboffer #AI #ISE2024 #PhD #ISWS2024

  2. In 2013, Mikolov et al. (from Google) published word2vec, a neural network based framework to learn distributed representations of words as dense vectors in continuous space, aka word embeddings.

    T. Mikolov et al. (2013). Efficient Estimation of Word Representations in Vector Space. arXiv:1301.3781
    arxiv.org/abs/1301.3781

    #HistoryOfAI #AI #ise2024 #lecture #distributionalsemantics #wordembeddings #embeddings @sourisnumerique @enorouzi @fizise

  3. In 1965,
    Dendral, one of the first expert systems, was introduced by Edward Feigenbaum, Joshua Lederberg, and Carl Djerassi. It was was supposed to help organic chemists in identifying unknown organic molecules, by analyzing their mass spectra and using a chemistry knowledge base.

    web.mit.edu/6.034/www/6.s966/d

    #HistoryOfAI #ISE2024 #lecture #AI #chemistry #expertsystem @fizise @enorouzi @sourisnumerique

  4. In 1879, Gottlob Frege introduced Begriffsschrift, a formal system with symbols and rules, allowing for precise manipulation of logical statements. This paved the way for modern symbolic logic and symbolic reasoning.

    G. Frege. Begriffsschrift: eine der arithmetischen nachgebildete Formelsprache des reinen Denkens. Halle an der Saale: Verlag von Louis Nebert, 1879.
    gallica.bnf.fr/ark:/12148/bpt6

    #HostoryOfAI #ISE2024 #lecture #logics #knowledgerepresentation @enorouzi @sourisnumerique @fizise #AIart

  5. In 1957, the Mark I Perceptron, developed by Frank Rosenblatt at Cornell Aeronautical Laboratory, was able to learn and to recognize handwritten digits, read via a simple 20x20 array of photocells, adapting the weights of the perceptron via potentiometers and small electric motors.

    en.wikipedia.org/wiki/Perceptr

    #HistoryOfAI #ISE2024 #lecture #neuralnetworks #connectionism @fizise @enorouzi @sourisnumerique

  6. Iteratively adjusting the weights of a neuron according to the errors created by comparing expected output with actual output is the basis of Frank Rosenblatt's perceptron (1957), the first artificial neural network.

    F. Rosenblatt (1958), The perceptron: a probabilistic model for information storage and organization in the brain. Psyc. Review, 65(6), 386–408.
    doi.org/10.1037/h0042519

    #HistoryOfAI #ISE2024 #neuralnetwork #AI #lecture @sourisnumerique @enorouzi @fizise #timeline #connectionism

  7. We start our #HistoryOfAI with Donald Hebb's efforts to investigate the principles of biological neural networks.
    Hebb’s Law: "Neurons that fire together wire together."

    Hebb, D. O. (1949). The organization of behavior: A neuropsychological theory. New York: Wiley.
    pure.mpg.de/rest/items/item_23

    #ISE2024 #AI #Connectionism #neuralnetworks #lecture @sourisnumerique @enorouzi @heikef @NFDI4DS @nfdi4culture @fizise @fiz_karlsruhe

  8. SPARQL federated queries were also on our list at last week's #ISE2024 lecture, combining #DBpedia and #wikidata, asking the question "which 'planetary romance' scifi novels are dealing with Mars” ?" ...would you know?

    slides: drive.google.com/file/d/17gEgl
    SPARQL query: w.wiki/AY2S
    SPARQL result: w.wiki/AY2T

    #SPARQL #semanticweb #knowledgegraphs @wikidata @dbpedia @sourisnumerique @enorouzi @shufan @fizise #scifi #mars #lecture

  9. To be able to make statements about statements is essential to model provenance and to deal with trust or confidence. In the last #ISE2024 lecture we were discussing RDF Reification and RDF* for exactly this purpose.

    slides: drive.google.com/file/d/1gJ3RD

    #knowledgegraphs #RDF #reification #semanticweb #lecture @ebrahim @sourisnumerique @shufan @fizise #aiart

  10. To be able to make statements about statements is essential to model provenance and to deal with trust or confidence. In the last #ISE2024 lecture we were discussing RDF Reification and RDF* for exactly this purpose.

    slides: drive.google.com/file/d/1gJ3RD

    #knowledgegraphs #RDF #reification #semanticweb #lecture @ebrahim @sourisnumerique @shufan @fizise #aiart

  11. To be able to make statements about statements is essential to model provenance and to deal with trust or confidence. In the last #ISE2024 lecture we were discussing RDF Reification and RDF* for exactly this purpose.

    slides: drive.google.com/file/d/1gJ3RD

    #knowledgegraphs #RDF #reification #semanticweb #lecture @ebrahim @sourisnumerique @shufan @fizise #aiart

  12. To be able to make statements about statements is essential to model provenance and to deal with trust or confidence. In the last #ISE2024 lecture we were discussing RDF Reification and RDF* for exactly this purpose.

    slides: drive.google.com/file/d/1gJ3RD

    #knowledgegraphs #RDF #reification #semanticweb #lecture @ebrahim @sourisnumerique @shufan @fizise #aiart

  13. To be able to make statements about statements is essential to model provenance and to deal with trust or confidence. In the last #ISE2024 lecture we were discussing RDF Reification and RDF* for exactly this purpose.

    slides: drive.google.com/file/d/1gJ3RD

    #knowledgegraphs #RDF #reification #semanticweb #lecture @ebrahim @sourisnumerique @shufan @fizise #aiart

  14. In lecture 05 of our #ise2024 lecture series, we are introducing the concept of distributed semantics and are referring (amongst others) to Ludwig Wittgenstein and his approach to the philosophy of language, and combine it with the idea of word vectors and embeddings.

    lecture slides: drive.google.com/file/d/1WcVlk

    #wittgenstein #nlp #wordembeddings #distributionalsemantics #lecture @fiz_karlsruhe @fizise @enorouzi @shufan @sourisnumerique #aiart #generativeai

  15. N-gram language models are quite simple and approximate the probability of a sequence of words in a language by applying the Bayes Rule for conditional probabilities, the Markov Assumption for simplifying complexity, and the Maximum Likelihood Estimation to approximate probabilities from frequency counts in a corpus.

    lecture slides: drive.google.com/file/d/1NkFex

    #nlp #llm #languagemodel #BayesTheorem #ise2024 #dh @fiz_karlsruhe @lysander07 @sourisnumerique @enorouzi @shufan

  16. The summer semester starts with rain, low temperatures, but with an excellent cappuccino at Cafe Centrale near the KIT campus. This will become institutionalized for all Wednesday lectures this semester 😋 #coffeechallenge #ise2024 @enorouzi @sourisnumerique @shufan @fizise

  17. Espresso time again 😋 one week to relax before the lectures of the summer semester are about to start. This year, my Information Service Engineering lecture has significantly changed due to the rise of #llms and #generativeAI. I’ll keep you posted in the upcoming 14 weeks.
    #perfectEspresso #coffeechallenge #Workation
    follow #ise2024 for all lecture related info.