Skip to content

iosifnicolae2/learn-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-ai

Setup

Instal docker from https://docs.docker.com/install/#supported-platforms .

How to use the project

  • run ./start.sh
  • copy the link printed in terminal in your browser
 http://127.0.0.1:8888/?token=<random_string_here>
  • create a project (File > New Notebook > Python 2). image

  • the code will be saved in notebooks folder

  • I encourage you to start with basic_regression.ipynb notebook.

Tips&tricks

  • if you want to execute the code from a block press CTRL + ENTER
  • if you want to check the documentation of a certain method you can execute model.summary? where model.summary is your method

Releases

No releases published

Packages

No packages published