Sure. But you only get to do 60,000*20 model evals in total either way! (i.e if the 2nd order method needs twice as many evals, you only get 10 epochs)
CODE
-
Random Seeds and Model Evaluation: The Coincidence Problem
By
–
If you can find a random seed that by coincidence happens to get >94% of 60,000 10-class classification decisions correct then yes, that counts.
-
Plain ResNet with GeneralRelu and 1Cycle Training
By
–
It's the plainest possible resnet with GeneralRelu, adamw, and 1cycle training.
-
Fair Compensation for Artists’ Work Used by AI Systems
By
–
I think there's also a discussion about "can it be fair for people to benefit from artists' work without them being compensated", regardless of whether it's legal. I also think coders should feel the same way about this as they feel about their code being used by OpenAI Codex.
-
Fashion-MNIST Challenge: Best Accuracy in 20 Epochs
By
–
Challenge: what's the best accuracy (on the published test set) you can get on fashion-MNIST in 20 epochs, using a non-pretrained model? (Any self-supervision epochs you do will count in the 20 epoch limit.)
-
Fine-tuned Models Testing on Public Datasets
By
–
Interesting. What kind of data are you inferring on? Is there some publicly available data that you’re testing on? Would love to test out some of our fine-tuned models against it.
-
New Math for Machine Learning and Data Science Course Launched
By
–
New course announcement! Math for Machine Learning and Data Science. Designed to make learning AI's math easy: ∙ Linear algebra ∙ Probability & Stats
∙ Calculus Will help learners build better ML systems and pass job interviews! -
Build Image Classification Deep Learning Pipeline in 15 Lines
By
–
Image classification is hard: Complex pipelines Need expert knowledge about images Weeks to train models But it doesn’t need to be. Learn to #build & #deploy an end-to-end deep learning pipeline <15 lines of code. And it's a fun use case! https://
pbase.ai/3YrInf8 -

LLM Configuration Serialization in JSON and YAML Formats
By
–
Serialization of LLM Configurations Have a favorite temperature/parameter setting for your LLM that you want store/version not in code? Now you can! @AkashSamant4 made it super easy to read/write LLM configurations to/from disk in json and yaml format