Skip to content

Computational Intelligence (CI) is one of the bigger branches from Artificial Intelligence focused on the study of adaptive mechanisms to allow smart behaviour from complex systems and evolving changes.

Notifications You must be signed in to change notification settings

Daniels1610/CI008-Dagraz

Repository files navigation

Computational Intelligence (CI) 🧠

As part of my 8th Semester subject, Computational Intelligence is a big subfield within Artificial Intelligence. Algorithms based on this paradigm take inspiration from biological, cognitive and liguistical proccesses.

Feel welcome to see the magic 8)

git clone https://github.com/Daniels1610/CI008-Dagraz.git

Getting Started

After you cloned this repository, open it in your favorite IDE, and execute the following commands on your terminal:

  1. Create a python virtual environment
python -m venv venv
  1. Activate your newly created venv:

On Mac/Linux:

source venv/bin/activate 

On Windows:

venv\Scripts\activate
  1. Install the project's libraries from requirements.txt file
pip install -r requirements.txt
  1. Install all the modules used within the repository.
python setup.py install
  1. Build the modules into the project
python setup.py build

Nice!!, now you are ready to execute the .ipynb files found in exercises, labs and exams directories. When selecting a notebook, make sure to select the Kernel that corresponds to your venv python version.

About

Computational Intelligence (CI) is one of the bigger branches from Artificial Intelligence focused on the study of adaptive mechanisms to allow smart behaviour from complex systems and evolving changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published