This series are to help readers to get familiar with different adversarial attacks in the adversarial machine learning domain.
We are going through different approaches introduced in https://adversarial-robustness-toolbox.readthedocs.io/en/latest/index.html
2019/07/30
2019/07/24
2019/07/22
How To Improve Deep Learning Performance
How To Improve Deep Learning Performance
https://machinelearningmastery.com/improve-deep-learning-performance/
2019/07/17
NLP topics (1)
There are many areas using NLP technique to understand texts and provide intelligence to customers.
Here are some:
Here are some:
- word cloud
- heat map
- sentiment analysis
- graph analysis
- cluster analysis
- classification
- auto text generation
- text caption for images
- generating image from text
2019/07/11
human in computer world
We have been talking about the reinforcement learning a lot, especially after Google's deep mind defeated human Go players.
In another angle, how to really describe a human in a computer world? How can the human grow from infant, to toddler, to youth and adult?
What are the environment? What are the reward/feedback?
If we could record a twin's growth path, mainly image, audio, sensory, etc, that will be cool to analyze, model and create a virtual human growth trajectory.
In another angle, how to really describe a human in a computer world? How can the human grow from infant, to toddler, to youth and adult?
What are the environment? What are the reward/feedback?
If we could record a twin's growth path, mainly image, audio, sensory, etc, that will be cool to analyze, model and create a virtual human growth trajectory.
2019/05/23
super charged neurons in AI
I am working in the Artificial Intelligence area. I am thinking of two events happened to me.
1) I have the same dream over many years. While writing the post, I could not recall what exactly the dream now.
2) While I drove to pass a large field of peach flowers, I recalled the moment that I biked to high school and passed a large field of peach flowers.
Both events normally would not come to my mind at all. It seems deep in the brain, there are some super charged neurons which store some unique information, can be trigged by some specific outside stimulus.
I believe in the AI algorithm design, we should add such neurons. It stays there for a specific event, occasionally trigged by a specific type of stimulus.
1) I have the same dream over many years. While writing the post, I could not recall what exactly the dream now.
2) While I drove to pass a large field of peach flowers, I recalled the moment that I biked to high school and passed a large field of peach flowers.
Both events normally would not come to my mind at all. It seems deep in the brain, there are some super charged neurons which store some unique information, can be trigged by some specific outside stimulus.
I believe in the AI algorithm design, we should add such neurons. It stays there for a specific event, occasionally trigged by a specific type of stimulus.
Subscribe to:
Posts (Atom)
How to Supercharge Your Python Classes with Class Methods
How to Supercharge Your Python Classes with Class Methods | by Siavash Yasini | May, 2024 | Towards Data Science As we just mentioned, a c...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
https://www.analyseup.com/python-machine-learning/catboost-python-tutorial.html
-
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/ A Kubernetes service - I’m using Docker Desktop with Kub...
-
Comparison among bestText to Image AI generation Here are some results for "every success starts from small steps" 1) Dalle E 2,...
-
How to Set Up a Task Queue with Celery and RabbitMQ https://www.linode.com/docs/development/python/task-queue-celery-rabbitmq/