Uued leheküljed
- 3. juuni 2025, kell 12:33 Distributed systems exam 2 2025 (ajal) [1280 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: 'Results after the first two exams and the current state with labs: <pre> 233034IAIB lab ex1 ex2 sum grade 242298IABM 0 0 0 222577IAIB 45 0 30 75 3 222749IAIB 45 0 0 45 222513...')
- 3. juuni 2025, kell 12:26 Teadmiste aine teine eksam, 27 mai 2025 (ajal) [211 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: 'Teadmiste aine hinded teise eksami järel: <pre> 241908IABM 3 241951IAPM 2 240672IAPM 3 232213IAPM 5 242118IAPM 5 242138IABM 5 232219IAPM 2 242175IAPM 5 232217IAPM 4 242146IAPM 5...')
- 25. mai 2025, kell 19:03 Distributed systems exam 1 2025 (ajal) [1167 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: 'Results of the first exam and the current state with labs after the first exam. <pre> code lab exam1 sum grade 233034IAIB 242298IABM 0 0 222577IAIB 45 0 45 2...')
- 29. aprill 2025, kell 10:42 A small spacy UD parsing example (ajal) [626 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: '<pre> import spacy nlp = spacy.load('en_core_web_sm') sentence = "Apple's CEO Tim Cook visited the company's headquarters in Cupertino." doc = nlp(sentence) for token in doc: p...')
- 8. aprill 2025, kell 10:00 Experimental prompt for logification (ajal) [18 495 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: '<pre> You are a semantic parser from English to first order predicate logic (FOL). Convert input sentences to logic, represented in json using lists for predicates and formulas l...')
- 11. märts 2025, kell 13:37 Katse Glove vektoritega (ajal) [1111 baiti] Tammet (arutelu | kaastöö) (Uus lehekülg: '<pre> #!/usr/bin/python3 # https://medium.com/analytics-vidhya/basics-of-using-pre-trained-glove-vectors-in-python-d38905f356db import numpy as np from scipy import spatial im...')
- 26. veebruar 2025, kell 15:35 Sample Gemini code and prompt (ajal) [1066 baiti] Riina (arutelu | kaastöö) (Uus lehekülg: '<pre> #!/usr/bin/env python3 from google import genai import os api_key = os.environ["GEMINI_API_KEY"] client = genai.Client(api_key=api_key) #cities = ["Tartu", "Saue", "Jõg...')