Skip to content

Code solutions for artificial intelligence labs made during my studies

Notifications You must be signed in to change notification settings

jerzyszyjut/ai-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Labs

In this repo I place solutions to my artificial intelligence labs that I made during my studies. I write code in Jupyter Notebook and JetBrains DataSpell

Lab 1 - Regression

In first laboratories task was to:

  • Calculate closed-form solution for given dataset using numpy matrices
  • Do a linear regression in iterative method using mean square error function gradient

Lab 2 - ...