Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explanation in the "What is AliroEd?" #541

Merged
merged 2 commits into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 23 additions & 12 deletions raspberrypi/intropage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,12 @@ <h1 class="fw-light text-white">What is AliroEd?</h1>
class="lead text-white"
style="padding-left: 50px; padding-right: 50px"
>
AliroEd is a software for users who are not familiar with machine
learning. Users can experience machine learning tasks on Raspberry
Pi 4 with AliroEd. Users can download the raspberry pi image from
the AliroEd website. Users can easily install and run AliroEd on
Raspberry Pi 4 using this image. AliroEd and the Raspberry Pi
image provided in this website, are developed by the AI Research
Center at the Computational Biomedicine Department Cedars-Sinai
Medical Center, Los Angeles, CA, USA. Please click the following
button for more information.
AliroEd is a software package running with Raspberry Pi 400 for
users who are new to machine learning and AI. Users can experience
machine learning tasks on Raspberry Pi 400 with AliroEd. Users can
download the AliroEd-RPI-image from the AliroEd website. Users can
easily install and run the AliroEd on Raspberry Pi 400 using this
image.
</p>
<p>
<!-- <a id='infanddownload' href="./infAndDownloadpage.html" class="btn btn-primary my-2">Download</a> -->
Expand All @@ -230,9 +227,23 @@ <h1 class="fw-light text-white">
class="lead text-white"
style="padding-left: 50px; padding-right: 50px"
>
If you are interested in getting intuitions about machine
learning, please click the below button in the card to see the
visual explanation of decision tree.
If you are interested in learning about machine learning
visualization, please click the below button in the card to see
the visual explanation of decision tree. In the visual
explanation, with the iris dataset, you can see what features are
and how decision tree classifies the data points as one of the
three classes (setosa, versicolor, virginica), based on the
features. The dataset can be found at
<a
style="color: #000000; font-weight: bold"
href="https://github.com/EpistasisLab/pmlb/tree/master/datasets"
>Penn Machine Learning Benchmarks</a
>. The source code is in
<a
href="https://github.com/EpistasisLab/Aliro"
style="color: #000000; font-weight: bold"
>the github repository.</a
>
</p>
<!-- <p>
<a id='loadingbutton' href="#" class="btn btn-primary my-2">Loading AliroEd ...</a>
Expand Down