Artificial intelligence changing the game in MU cancer, muscle research – Columbia Missourian Read more here: https://
ift.tt/zL62ORt #ArtificialIntelligence #AI #DataScience #100DaysOfCode #Python #MachineLearning #BigData #DeepLearning #NLP #Robots #IoT
MACHINE LEARNING
-
AI Advances Cancer and Muscle Research at Columbia
By
–
-
Favorite MLOps and hosted ML tools discussion
By
–
What are your favorite MLOps tools or hosted ML tools, and why?
-

Comprehensive Guide to Machine Learning Free Book
By
–
Free Book: A Comprehensive Guide to #MachineLearning http://
bit.ly/2AAidka #AI #NeuralNetworks #TensorFlow #Algorithms #Programming #Python #ML #100DaysOfCode #javascript #linux #cloud #serverless #BigData #Analytics #womenwhocode #devcommunity #DataScience #DeepLearning -

World Models and Reinforcement Learning in Control Theory
By
–
Agree with the last one, but we still work on a lot of reinforcement learning, because our world models are not present/perfect. @SahinLale is working at the intersection of learning and control. Check out his work for excellent theoretical background as well as empirical results
-

Generative AI Essential for Concept Learning Beyond Art Creation
By
–
Strongly disagree with the first one. "What I cannot create I cannot understand" – Richard Feynman. Generative AI is not just for creating fun art, it is at the core of concept learning.
-
Learning and Refining Semantic Categories from Single Instances
By
–
Learn a word based on a single instance (e.g. this particular airplane = word "airplane"), then use the word to refer to a broad category of related things (all flying things are now airplanes), then gradually refine semantic categories (helicopters, dirigibles…)
-
AI for Science as True Test of AI Capabilities
By
–
I believe @AI_for_Science is a true test of #AI capabilities. While generating realistic text or images can be fun to play with, more controlled tests of #AI is easier with scientific domains where we have more concrete metrics and objectives to measure
-
ChatGPT Technical Details Related to InstructGPT Research
By
–
relatively few technical details have been released so far, but chatgpt is related to instructgpt https://
arxiv.org/abs/2203.02155 -

Improve GPT-3 regex output by rewriting with comments
By
–



It’s also not a new breakthrough — here’s an example of mine from August using GPT-3. The trick to good output on these is to make it first rewrite the regex on multiple lines with comments, then analyze its high-level purpose afterward. Avoids hallucination.