AI, Python, Cognitive Neuroscience
3.87K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
article on Machine learning got published in Better Programming on Medium
https://medium.com/better-programming/from-machine-learning-to-reinforcement-learning-mastery-47f33d9f6b41

Feedback welcome!

✴️ @AI_Python_EN
APS Physics Viewpoint on 4 independent works on Neural Network Variational Methods for Open Quantum Systems!
https://physics.aps.org/articles/v12/74

✴️ @AI_Python_EN
Convolutional #NeuralNetworks (CNN) for Image Classification — a step by step illustrated tutorial: https://dy.si/hMqCH
BigData #AI #MachineLearning #ComputerVision #DataScientists #DataScience #DeepLearning #Algorithms

✴️ @AI_Python_EN
Modern machine learning is driven by building good environments/datasets. We’ve just open-sourced a tool we created for rendering high-quality synthetic robotics data:
OpenAI : We're releasing ORRB (OpenAI Remote Rendering Backend)—a Unity3d-based system that enables rapid and customizable renderings of robotics environments.
Paper: https://arxiv.org/abs/1906.11633
Code: https://github.com/openai/orrb

✴️ @AI_Python_EN
Change Detection in Graph Streams by Learning Graph Embeddings on Constant-Curvature Manifolds
arxiv.org/abs/1805.06299

#NLP #MachineLearning #DeepLearning

✴️ @AI_Python_EN
Skill from Video data + motion reconstruction
code: https://github.com/akanazawa/motion_reconstruction
CVPR'19 human motion paper training
code: https://github.com/akanazawa/human_dynamics

✴️ @AI_Python_EN
0.pdf
12.3 MB
All you need to know about Classification and Regression (Machine Learning in 270 pages)

In classification problems, we are trying to predict a discrete number of values. The labels(y) generally comes in the categorical form and represents a finite number of classes.

+Decision Trees
+Logistic Regression
+Naive Bayes
+K Nearest Neighbors
+Linear SVC (Support vector Classifier)s.

In regression problems, we try to predict continuous valued output, take this example. Given the size of the house predict the price(real value).

+Regression Algorithms
+Linear Regression
+Regression Trees(e.g. Random Forest)
+Support Vector Regression (SVR)

✴️ @AI_Python_EN