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:
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...
-
https://rszalski.github.io/magicmethods/ __init__ __repr__ __getattr__ __setattr__ __call__(self, [args...]) context manager class Closer: ...
-
What is a Generalised Additive Model? What are Generalised Additive Models? | Towards Data Science 5.3 GLM, GAM and more | Interpretable M...
-
Five basic elements about reinforcement learning: agent, state, environment, policy, reward. Here is an example https://builtin.com/data-...
-
Use Celery Celery is an asynchronous task queue based on distributed message passing to distribute workload across machines or threads. A c...
-
• ENERGY CONSUMPTION https:// www.drivendata.org /competitions/51/electricity-prediction-machine-learning/page/101/ • TAXI ROUTE ...