Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-mhamdi/journey-into-ml

Showcase some machine learning algorithms.
https://github.com/a-mhamdi/journey-into-ml

deep-neural-networks julialang keras machine-learning-algorithms python rlang tensorflow

Last synced: 5 days ago
JSON representation

Showcase some machine learning algorithms.

Awesome Lists containing this project

README

        

# A Journey Into ML Algorithms

I share here some machine learning code samples, written in `Julia`, `Python`, and `R`. They serve general-purpose applications. Some of the main topics include, but are not restricted to:
1. Regression;
1. Classification;
1. Clustering;
1. Artificial Neural Network (MLP and CNN).

For reference, I put, inside the folder _RUN-THROUGH_, screenshots of algorithms being executed, which show what the outcomes of the running codes would look like.

**Useful GUI tools**

- [visualpython.ai/](https://visualpython.ai/)
- [drawdata.xyz/](https://drawdata.xyz/)
- [trymito.io/](https://trymito.io/)
- [pivottable.js.org/](https://pivottable.js.org/)
- [gigasheet.com/](https://gigasheet.com/)
- [github.com/Kanaries/pygwalker/](https://github.com/Kanaries/pygwalker/)
- [github.com/ydataai/ydata-profiling/](https://github.com/ydataai/ydata-profiling/)
- [playground.tensorflow.org/](https://playground.tensorflow.org/)