wynalazkowo - eksperymenty małe i duże

Semantic web

Semantic web

The Semantic Web is an extension of the World Wide Web through standards set by the World Wide Web Consortium (W3C). The goal of the Semantic Web is to make Internet data machine-readable. To enable the encoding of semantics with the data, technologies such as Resource Description Framework (RDF) and Web Ontology Language (OWL) areWięcej oSemantic web[…]

Kognitywistyka na Katolickim Uniwersytecie Lubelskim

Kognitywistyka na Katolickim Uniwersytecie Lubelskim

Miałam również w tym roku okazję obejrzeć naprawdę fascynujące wykłady ze sztucznej inteligencji, prowadzone przez Mirka Sopka – prezesa MakoLab. Wykłady prowadzone były jak ciekawa historia – począwszy od historii sztucznej inteligencji, poprzez przegląd stosowanych algorytmów oraz dokładne wytłumaczenie działania sieci neuronowych. Podsumowanie zaś zawierało typowe zastosowania sztucznej inteligencji. Polecam wszystkim, którzy dopiero zaczynają przygodęWięcej oKognitywistyka na Katolickim Uniwersytecie Lubelskim[…]

Machine Learning – Summer School of AI on Technical University of GDN

Machine Learning – Summer School of AI on Technical University of GDN

I started this course with thought of resolving problem from work. The idea was not so simple: recognition and outlining using vector lines aeronautical objects at the airports on satelite maps. This task was hard, because airports are not the same in every region – let’s compare for example Frankfurt and Dubai airport: As itWięcej oMachine Learning – Summer School of AI on Technical University of GDN[…]

Machine Learning – perceptron

Machine Learning – perceptron

What is a Perceptron? A Perceptron is an algorithm used for supervised learning of binary classifiers. Binary classifiers decide whether an input, usually represented by a series of vectors, belongs to a specific class. In short, a perceptron is a single-layer neural network. They consist of four main parts including input values, weights and bias, net sum, and an activation function.Więcej oMachine Learning – perceptron[…]

MIT – Machine Learning with Python-From Linear Models to Deep Learning

MIT – Machine Learning with Python-From Linear Models to Deep Learning

I am participating as reviewer of this Masacchuset Inistitut of Technology course. I always admired this university as one of the best in the world. For me it was always unrecheable to study in USA, but thanks to coronovirus time, I discovered that they lead free courses on different topics. As my recent interest isWięcej oMIT – Machine Learning with Python-From Linear Models to Deep Learning[…]

Machine Learning – introduction

Machine Learning – introduction

How to achieve this in pytohn: import pandas as pd import numpy as np from sklearn.tree import DecisionTreeClassifier from sklearn.model_selection import cross_val_score import xgboost as xgb import eli5 from collections import Counter import gc Firstly we import libraries: pandas, numpy-for data analysis and preparation. From library sklearn we import AI model and needed operations onWięcej oMachine Learning – introduction[…]

DataScience and MachineLearning

DataScience and MachineLearning

Here are another two interesting www sites for learning AI and DataScience: This site consists of free DataScience courses and datasets: https://www.kaggle.com/ 2. This is free course of AI in German: https://bootcamp.codecentric.ai/