/42ai_resources

A selection of resources to learn Python programming, Artificial Intelligence and Machine Learning :robot:

42 AI Logo

Artificial Intelligence Resources

Share resources, assets and information 🤖


In this repository, you will find various resources, tutorials, FAQs, known issues and so forth on AI practice at school 42.

Learning & Tutorials

Algorithms

Math

ML and infosec

42 projects

Contributing

You are a 42 student and you want to contribute?

  1. Fork the repository.
  2. Clone the forked repository to your machine and change it to your working directory.
  3. Create a branch.
git checkout -b <yourbranchname>

Example:

git checkout -b add-tutorial
  1. Commit and push your changes.
git push origin <yourbranchname>

Example:

git push origin add-tutorial
  1. Open a pull request by clicking on the Compare & pull request button you'll see on the remote repository.
  2. Your changes will be merged into the master branch as soon as possible.