All Projects → lightonai → double-trouble-in-double-descent

lightonai / double-trouble-in-double-descent

Licence: MIT license
Double Trouble in the Double Descent Curve with Optical Processing Units.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to double-trouble-in-double-descent

Boostaroota
A fast xgboost feature selection algorithm
Stars: ✭ 165 (+1275%)
Mutual labels:  machinelearning
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (+1600%)
Mutual labels:  machinelearning
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+24533.33%)
Mutual labels:  machinelearning
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (+1483.33%)
Mutual labels:  machinelearning
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (+1550%)
Mutual labels:  machinelearning
Gymfc
A universal flight control tuning framework
Stars: ✭ 210 (+1650%)
Mutual labels:  machinelearning
Lookatme
VideoView that plays video only when 👀 are open and 👦 is detected with various other features
Stars: ✭ 161 (+1241.67%)
Mutual labels:  machinelearning
ml-book
Codice sorgente ed Errata Corrige del mio libro "A tu per tu col Machine Learning"
Stars: ✭ 16 (+33.33%)
Mutual labels:  machinelearning
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (+1591.67%)
Mutual labels:  machinelearning
Text Classification
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
Stars: ✭ 239 (+1891.67%)
Mutual labels:  machinelearning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+1500%)
Mutual labels:  machinelearning
Clearml
ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management
Stars: ✭ 2,868 (+23800%)
Mutual labels:  machinelearning
Ml Classifier Ui
A UI tool for quickly training image classifiers in the browser
Stars: ✭ 224 (+1766.67%)
Mutual labels:  machinelearning
Clearml Server
ClearML - Auto-Magical Suite of tools to streamline your ML workflow. Experiment Manager, ML-Ops and Data-Management
Stars: ✭ 186 (+1450%)
Mutual labels:  machinelearning
Datacamp Python Data Science Track
All the slides, accompanying code and exercises all stored in this repo. 🎈
Stars: ✭ 250 (+1983.33%)
Mutual labels:  machinelearning
Ml Interview
Resources I used for ML Engineer, Applied Scientist and Quant Researcher interviews.
Stars: ✭ 161 (+1241.67%)
Mutual labels:  machinelearning
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+143175%)
Mutual labels:  machinelearning
hawking
A Natural Language Date Time Parser that Extract date and time from text with context and parse to the required format
Stars: ✭ 168 (+1300%)
Mutual labels:  machinelearning
LiuAlgoTrader
Framework for algorithmic trading
Stars: ✭ 514 (+4183.33%)
Mutual labels:  machinelearning
Echotorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
Stars: ✭ 231 (+1825%)
Mutual labels:  machinelearning

Random projections did it again!

This is the code to reproduce Figure 7 of "Random projections did it again!" blog post on Medium inspired by Double Trouble in Double Descent : Bias and Variance(s) in the Lazy Regime.

This script recovers the effect of ensembling on the double descent curve using random projections plus a ridge classifier solved via SVD.

Access to Optical Processing Units

To request access to LightOn Cloud and try our photonic co-processor, please visit: https://cloud.lighton.ai/

For researchers, we also a LightOn Cloud for Research program, please visit https://cloud.lighton.ai/lighton-research/ for more information.

Running the experiment

python double_trouble.py  

Running double_trouble.py outputs a .npz file. To plot the results using this file look at the double_trouble_plot.py example.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].