Welcome! Dis directory get simple, standalone examples to help you start wit AI and machine learning. Each example na beginner-friendly wit detailed comments and step-by-step explanations.
| Example | Description | Difficulty | Prerequisites |
|---|---|---|---|
| Hello AI World | Your first AI program - simple pattern recognition | β Beginner | Python basics |
| Simple Neural Network | Build a neural network from scratch | ββ Beginner+ | Python, basic math |
| Image Classifier | Classify images with a pre-trained model | ββ Beginner+ | Python, numpy |
| Text Sentiment | Analyze text sentiment (positive/negative) | ββ Beginner+ | Python |
Make sure say you get Python installed (3.8 or higher dey recommended). Install di necessary packages:
# For Python skrip dem
pip install numpy
# For Jupyter notebooks (image classifier)
pip install jupyter numpy pillow tensorflowOr use di conda environment from di main curriculum:
conda env create --name ai4beg --file ../environment.yml
conda activate ai4begFor Python scripts (.py files):
python 01-hello-ai-world.pyFor Jupyter notebooks (.ipynb files):
jupyter notebook 03-image-classifier.ipynbWe recommend sey make you follow di examples in order:
- Start wit "Hello AI World" - Learn di basics of pattern recognition
- Build a Simple Neural Network - Understand how neural networks dey work
- Try di Image Classifier - See AI for action wit real images
- Analyze Text Sentiment - Explore natural language processing
- Read di code comments well-well - Dem dey explain wetin each line dey do
- Experiment! - Try change values and see wetin go happen
- No worry if you no understand everything - Learning go take time
- Ask questions - Use di Discussion board
After you finish dem examples, explore di full curriculum:
You find dem examples helpful? Help us make dem beta:
- Report any wahala or suggest how to improve am
- Add more examples for beginners
- Improve di documentation and comments
Remember: Every expert bin once na beginner. Happy learning! π
Disclaimer: Dis document don translate wit AI translation service Co-op Translator. Even tho we dey try make am correct, abeg make you know say automated translation fit get errors or mistakes. Di original document for dia own language na im be di correct source. For important info, make person wey sabi human translation do am. We no go responsible for any misunderstanding or wrong understanding wey fit happen because of dis translation.