Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report TheBojda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. My Medium blog

    HTML 2

  2. 1
    # TensorFlow CNN model training example 
    2
    # based on https://www.tensorflow.org/tutorials/images/cnn
    3
    
                  
    4
    from __future__ import absolute_import, division, print_function, unicode_literals
    5
    
                  
  3. 1
    // Simple TODO react native app
    2
    // based on https://codeburst.io/todo-app-with-react-native-f889e97e398e
    3
    
                  
    4
    import React, { Component } from 'react';
    5
    import { StyleSheet, Text, View, FlatList, TextInput, Keyboard, Button } from 'react-native';
  4. 1
    import gym
    2
    import numpy as np
    3
    from tensorflow.keras.models import Sequential
    4
    from tensorflow.keras.layers import Dense
    5
    import pygad.kerasga
  5. 1
    // SPDX-License-Identifier: Apache-2.0
    2
    
                  
    3
    pragma solidity ^0.8.4;
    4
    
                  
    5
    contract NFTToken {

26 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

September 2021

TheBojda has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.