On Artificial Intelligence
108 subscribers
27 photos
36 files
466 links
If you want to know more about Science, specially Artificial Intelligence, this is the right place for you
Admin Contact:
@Oriea
Download Telegram
Forwarded from The Devs
Multiprocessing vs. threading in Python: What every data scientist needs to know.

#article #tutorial #python #ds
@thedevs

https://kutt.it/LAbATF
François Chollet is the creator of Keras, which is an open source deep learning library that is designed to enable fast, user-friendly experimentation with deep neural networks. It serves as an interface to several deep learning libraries, most popular of which is TensorFlow, and it was integrated into TensorFlow main codebase a while back. Aside from creating an exceptionally useful and popular library, François is also a world-class AI researcher and software engineer at Google, and is definitely an outspoken, if not controversial, personality in the AI world, especially in the realm of ideas around the future of artificial intelligence. This conversation is part of the Artificial Intelligence podcast.
https://www.youtube.com/watch?v=Bo8MY4JpiXE&t=173s
#machine_learning #artificial_intelligence #podcast
Genetic Neural Architecture Search.pdf
1.5 MB
Today I published the pre-print version of my first paper which is about designing a new evolutionary algorithm for neural architecture search in Arxiv.
https://arxiv.org/abs/1909.09432
Lectures Slides of Signal Processing for Machine Learning Course by Stanfrod University
https://web.stanford.edu/class/ee269/slides.html
#mathematics #machine_learning
The Math of Machine Learning - Berkeley University Textbook

The mathematical skills you need for starting your journey into the field of Machine Learning
Note: It should be noted that It doesn't cover all the mathematical skills you need for doing ML during your life, It's just a brief textbook which could help you to start learning more complicated mathematical concepts in ML

https://www.datasciencecentral.com/profiles/blogs/tutorial-the-math-of-machine-learning-berkeley-university
#mahine_learning #mathematics
Pytest Library

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.

https://doc.pytest.org/en/latest/#
#python #programming