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.
Subscribe to:
Comments (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-...
-
Comparison among bestText to Image AI generation Here are some results for "every success starts from small steps" 1) Dalle E 2,...
-
https://kubernetes.io/blog/2019/07/23/get-started-with-kubernetes-using-python/ A Kubernetes service - I’m using Docker Desktop with Kub...
-
grpd = df.groupby('name').size() print(grpd) grpd.reset_index().to_csv('result.csv')
-
https://www.topbots.com/4-different-approaches-natural-language-processing-understanding/