Skip to content

subhankardas/ai-ml-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI/ML Projects

Run the Python files

To execute the demo project files run, the following command.

python .\ml-basics\demo.py

Jupyter Notebooks

Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook.

Setting up the environment

To work with Python in Jupyter Notebooks, you must activate an Anaconda environment in VS Code, or another Python environment in which you've installed the Jupyter package. To select an environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P).

  1. Create a virtual environment, run the following command.
python -m venv .venv_ai_ml_projects
  1. Install Jupyter package
pip install jupyter

Once the appropriate environment is activated, you can create and open a Jupyter Notebook, connect to a remote Jupyter server for running code cells, and export a Jupyter Notebook as a Python file.

  1. You can create a Jupyter Notebook by running the Jupyter: Create New Jupyter Notebook command from the Command Palette (Ctrl+Shift+P) or by creating a new .ipynb file in your workspace.

About

Playground repository to explore and learn concepts of AI and ML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published