Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcheon/algo_ai_data_branch
Algo AI Data branch is a collection of submodules, each representing a unique project from Ecole 42.
https://github.com/jmcheon/algo_ai_data_branch
algorithm data-science machine-learning python3
Last synced: about 2 hours ago
JSON representation
Algo AI Data branch is a collection of submodules, each representing a unique project from Ecole 42.
- Host: GitHub
- URL: https://github.com/jmcheon/algo_ai_data_branch
- Owner: jmcheon
- Created: 2023-07-16T01:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T12:14:27.000Z (8 months ago)
- Last Synced: 2024-04-06T12:43:13.303Z (8 months ago)
- Topics: algorithm, data-science, machine-learning, python3
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Algo, AI, data branch
ProjectTeamTimeXPDescription
Piscine Data Science Solo35h 4725Introduction to data science via the different professions.
Python for Data Science Solo35h 4725Python piscine for data science.
[DEPRECATED]ml_piscine Solo5days15000This is Bootcamp Machine Learning created by the Paris-based student organization 42 AI.
[DEPRECATED]python_piscine Solo5days6000This is Bootcamp Python created by the Paris-based student organization 42 AI.
ft_linear_regression Solo49h4200In this project, you will implement your first machine learning algorithm.
dslr Group 298h6000Write a classifier and save Hogwarts!
Leaffliction Group 2-3294h15750Image classification by disease recognition on leaves.Multilayer_Perceptron
Solo
98h
9450
This project is an introduction to artificial neural networks, with the implementation of a multilayer perceptron.
#artificial neural network
#feedforward
#backpropagation
#gradient descent
#softmax function
#binary cross-entropy error function
#early stoppingTotal_perspective_vortex
Solo
98h
9450
Brain computer interface with machine learning based on electroencephalographic data.
#python MNE
#EEG
#dimensionality reduction
#scikit-learn pipeline
lem-in Group 298h9450This project is meant to make you code an ant farm manager.
n-puzzle Group 298h9450The goal of this project is to programmatically solve the N-puzzle.
rubik Group 298h9450This project will make you write a program that solves Rubik’s Cubes with minimum spins.
expert-system Group 298h9450The goal of this project is to make a propositional calculus expert system.
krpsim Group 2-349h9450This project may be an algorithmic project, an operational research project, an AI project as well as an industrial project... As you like.
Gomoku Group 2196h25200The goal of this project is to make an AI capable of beating human players at Gomoku.```mermaid
pie title XP for AI projects
"Leaffliction" : 15750
"ft_linear_regression" : 4200
"dslr" : 6000
"Multilayer_Perceptron" : 9450
"Total_perspective_vortex" : 9450
"lem-in" : 9450
"n-puzzle" : 9450
"rubik" : 9450
"expert-system" : 9450
"krpsim" : 9450
"Gomoku" : 25200
``````mermaid
pie title required hours for AI projects
"Leaffliction" : 294
"ft_linear_regression" : 49
"dslr" : 98
"Multilayer_Perceptron" : 98
"Total_perspective_vortex" : 98
"lem-in" : 98
"n-puzzle" : 98
"rubik" : 98
"expert-system" : 98
"krpsim" : 49
"Gomoku" : 196
```### AI, data branch
```mermaid
flowchart LR
a1(Piscine Data Science)
b2(Python for Data Science)
a(DEPRECATED Python Piscine)
b(DEPRECATED ML Piscine)
0(AI, data) --49h, 4200XP--> A((ft_linear_regression))
B((dslr)):::group
A((ft_linear_regression)) --98h, 6000XP --> B
B -- 98h, 9450XP --> C((Multilayer Perceptron))
B -- 98h, 9450XP --> D((Total perspective vortex))
B -- 294h, 15750XP --> E((Leaffliction)):::group
classDef group fill:#f96
```
### Algo branch
```mermaid
flowchart LR
0(Algo) -- 98h, 9450XP --> A((lem-in)):::group
0 -- 98h, 9450XP -->B((n-puzzle)):::group
0 -- 98h, 9450XP -->C((rubik)):::group
B -- 196h, 25200XP --> D((Gomoku)):::group
B -- 98h, 9450XP --> E((expert-system)):::group
B -- 49h, 9450XP --> F((krpsim)):::groupclassDef group fill:#f96
```