Rocket Trajectory Optimization with Reinforcement Learning
https://medium.com/@arnobgr/rocket-trajectory-optimization-with-reinforcement-learning-6637f5af21bf
https://medium.com/@arnobgr/rocket-trajectory-optimization-with-reinforcement-learning-6637f5af21bf
Medium
Rocket Trajectory Optimization with Reinforcement Learning
Using Deep Q-Learning on OpenAI’s Lunar Lander environment
Starting my Career with a Specialized Training in Network Programmability with Python
https://medium.com/@akash6815665/starting-my-career-with-a-specialized-training-in-network-programmability-with-python-418e86b06e15
https://medium.com/@akash6815665/starting-my-career-with-a-specialized-training-in-network-programmability-with-python-418e86b06e15
Medium
Starting my Career with a Specialized Training in Network Programmability with Python
When I joined Prodapt earlier this year, as a Software engineer, I knew I had to do a specialized training on Networking and Python. As a…
How To Make A Discord Bot With Python(discord.py)
https://medium.com/@canturkbal/how-to-make-a-discord-bot-with-python-discord-py-ff883f819390
https://medium.com/@canturkbal/how-to-make-a-discord-bot-with-python-discord-py-ff883f819390
Medium
How To Make A Discord Bot With Python(discord.py)
I think that you all use discord and know about discord bots. So did you ever wonder how they are made?
How to Restrict the Use of Your Python Library With A License
https://medium.com/@alains/how-to-restrict-the-use-of-your-python-library-with-a-license-c46797c35755
https://medium.com/@alains/how-to-restrict-the-use-of-your-python-library-with-a-license-c46797c35755
Medium
How to Restrict the Use of Your Python Library With A License
If you don’t want your hard work to be used without permission or compensation read this article.
Speed Up Your Code 100x In 30 Seconds: Break And Continue
https://medium.com/chifi-media/speed-up-your-code-100x-in-30-seconds-break-and-continue-3b237ad88a88
https://medium.com/chifi-media/speed-up-your-code-100x-in-30-seconds-break-and-continue-3b237ad88a88
Medium
Speed Up Your Code 100x In 30 Seconds: Break And Continue
Make your code dramatically faster by taking advantage of these two easy to use key-words!
Top 10 Most Asked Python Interview Questions With Answers Part 06 By Muhammad Umair
https://amianumair.medium.com/top-10-most-asked-python-interview-questions-with-answers-part-06-by-muhammad-umair-90186cdfdf47
https://amianumair.medium.com/top-10-most-asked-python-interview-questions-with-answers-part-06-by-muhammad-umair-90186cdfdf47
Medium
Top 10 Most Asked Python Interview Questions With Answers Part 06
Python sequences can be index in positive and negative numbers. For positive index, 0 is the first index, 1 is the second index and so forth. For negative index, (-1) is the last index and (-2) is…
Natural Language Processing for Dummies: Part Two
https://medium.com/@shreem2412/natural-language-processing-for-dummies-part-two-faeb60010d44
https://medium.com/@shreem2412/natural-language-processing-for-dummies-part-two-faeb60010d44
Medium
Natural Language Processing for Dummies: Part Two
In this part two of getting to know NLP, we will look at how words are converted to vectors. Converting text into numbers (vectors) is a…
The Zen of grinding LeetCode problems: Day 31–Best Time to Buy and Sell Stock
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-31-best-time-to-buy-and-sell-stock-cfe0305f625e
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-31-best-time-to-buy-and-sell-stock-cfe0305f625e
Medium
The Zen of grinding LeetCode problems: Day 31–Best Time to Buy and Sell Stock
Let’s get hypothetically rich in a massively simplified version of thee stock market (with just one stock).
Moodika: Generating Spotify Playlists based on Free Text Input
https://medium.com/@doron.reiffman/moodika-generating-spotify-playlists-based-on-free-text-input-8f4eccc1254
https://medium.com/@doron.reiffman/moodika-generating-spotify-playlists-based-on-free-text-input-8f4eccc1254
Medium
Moodika: Generating Spotify Playlists based on Free Text Input
Using Machine Learning, state-of-the-art sentence transformation, and Spotify to generate a playlist for any situation
Transfer weights from Keras model to Pytorch
https://medium.com/@northhycao/transfer-weights-from-keras-model-to-pytorch-714cdf9c9913
https://medium.com/@northhycao/transfer-weights-from-keras-model-to-pytorch-714cdf9c9913
Medium
Transfer weights from Keras model to Pytorch
The two most popular frameworks for deep learning are Keras and Pytorch. Sometimes we need to transfer weights from one framework to…
Transformada de Wavelets e Séries Temporais
https://medium.com/@duarte.jr105/transformada-de-wavelets-e-s%C3%A9ries-temporais-89cb14ea770c
https://medium.com/@duarte.jr105/transformada-de-wavelets-e-s%C3%A9ries-temporais-89cb14ea770c
Medium
Transformada de Wavelets e Séries Temporais
Em meu último post mostrei a aplicação da transformada de Fourier em séries temporais para a identificação de sazonalidade. Entretanto…
How To Build WebSocket Server And Client in Python
https://hasansajedi.medium.com/how-to-build-websocket-server-and-client-in-python-5accd8c6b919
https://hasansajedi.medium.com/how-to-build-websocket-server-and-client-in-python-5accd8c6b919
Medium
How To Build WebSocket Server And Client in Python
What is WebSocket?
json.decoder.JSONDecodeError: Extra data: line 14 column 945 (char 5957)
https://medium.com/bugs-that-bite/json-decoder-jsondecodeerror-extra-data-line-14-column-945-char-5957-7e65c1366b56
https://medium.com/bugs-that-bite/json-decoder-jsondecodeerror-extra-data-line-14-column-945-char-5957-7e65c1366b56
Medium
json.decoder.JSONDecodeError: Extra data: line 14 column 945 (char 5957)
Improperly formed json for the query you’re trying to execute