homemade-machine-learning
lego-mindstorms
Our great sponsors
homemade-machine-learning | lego-mindstorms | |
---|---|---|
7 | 6 | |
21,373 | 59 | |
- | - | |
5.3 | 0.0 | |
about 1 month ago | over 1 year ago | |
Jupyter Notebook | Jupyter Notebook | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
homemade-machine-learning
-
✨ 5 Best GitHub Repositories to Learn Machine Learning in 2022 for Free 💯
4️⃣ Homemade Machine Learning
lego-mindstorms
-
RI 51515 Question on concurrent movement?
I thought the same. However, there is actually a way, although it is a bit more hidden and it isn't defined in the official documentation. In short, you can access that functionality not through MSHub, but through hub. Take a look at the example mshub_vs_hub, where I explain it in more detail. (If that link doesn't work, try this one then).
Natively, I'm afraid no, there is no way. I've managed to get a setup working using Spyder/Jupyter, but that's mostly for generating notebooks that are easy to read and that can provide an explanation of what's going on in a nice format. There's still some copy/paste going on to get the actual code into the robot through the LEGO Mindstorms app.
Using co-routines, as proposed by David Lechner (actual code here). I tried this approach in Charlie's drum_solo activity and it works quite well.
What are some alternatives?
ML-For-Beginners - 12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
TensorFlow-Examples - TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
spike-prime - Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
fastai - The fastai deep learning library
PythonDataScienceHandbook - Python Data Science Handbook: full text in Jupyter Notebooks
wordle-solver - For educational purposes, a simple script that assists in solving the word game Wordle.
support - Pybricks support and general discussion
rmi - A learned index structure
PyImpetus - PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
spike-tools - Utilities for experimenting with Lego Spike Hub
PythonRobotics - Python sample codes for robotics algorithms.
hdbscan - A high performance implementation of HDBSCAN clustering.